Skip to content

Commit

Permalink
Merge pull request #29351 from camilamacedo86/kubebuilder-proxy-image
Browse files Browse the repository at this point in the history
✨ (kubebuilder) new config image job for kube-rbac-proxy image
  • Loading branch information
k8s-ci-robot committed May 10, 2023
2 parents 94659fb + 7baae2b commit e704693
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions config/jobs/image-pushing/k8s-staging-kubebuilder.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
postsubmits:
kubernetes-sigs/kubebuilder:

- name: post-kube-rbac-proxy-push-images
cluster: k8s-infra-prow-build-trusted
annotations:
testgrid-dashboards: sig-api-machinery-kubebuilder, sig-k8s-infra-gcb
decorate: true
run_if_changed: "^kube-rbac-proxy-releases/"
branches:
- ^kube-rbac-proxy-releases$
spec:
serviceAccountName: gcb-builder
containers:
- image: gcr.io/k8s-staging-test-infra/image-builder:v20230111-cd1b3caf9c
command:
- /run.sh
args:
- --project=k8s-staging-kubebuilder
- --scratch-bucket=gs://k8s-staging-kubebuilder-gcb
- --env-passthrough=PULL_BASE_REF
- --with-git-dir
- --gcb-config=build/cloudbuild_kube-rbac-proxy.yaml
- .

0 comments on commit e704693

Please sign in to comment.