Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

releng(kpromo): Bump images to v3.3.0-beta.0-1 #23874

Merged
merged 1 commit into from
Oct 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,11 @@ presubmits:
- ^main$
spec:
containers:
- image: k8s.gcr.io/artifact-promoter/cip:v3.2.0
- image: k8s.gcr.io/artifact-promoter/kpromo:v3.3.0-beta.0-1
command:
- cip
- /kpromo
args:
- run
# Pod Utilities already sets pwd to
# /home/prow/go/src/github.com/{{.Org}}/{{.Repo}}, so just '.' should
# suffice, but it's nice to be explicit.
- cip
- --thin-manifest-dir=/home/prow/go/src/github.com/kubernetes/k8s.io/k8s.gcr.io
# Check that images to be promoted are free of fixable vulnerabilities
- name: pull-k8sio-cip-vuln
Expand All @@ -37,11 +34,11 @@ presubmits:
spec:
serviceAccountName: k8s-infra-gcr-vuln-scanning
containers:
- image: k8s.gcr.io/artifact-promoter/cip:v3.2.0
- image: k8s.gcr.io/artifact-promoter/kpromo:v3.3.0-beta.0-1
command:
- cip
- /kpromo
args:
- run
- cip
- --thin-manifest-dir=/home/prow/go/src/github.com/kubernetes/k8s.io/k8s.gcr.io
- --vuln-severity-threshold=1
# Check that changes to backup scripts are valid.
Expand Down Expand Up @@ -80,11 +77,10 @@ presubmits:
- ^main$
spec:
containers:
- image: k8s.gcr.io/artifact-promoter/kpromo:v3.2.0-1
- image: k8s.gcr.io/artifact-promoter/kpromo:v3.3.0-beta.0-1
command:
- /kpromo
args:
- run
- files
- --manifests=/home/prow/go/src/github.com/kubernetes/k8s.io/artifacts/
- --dry-run=true
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ postsubmits:
spec:
serviceAccountName: k8s-infra-promoter
containers:
- image: k8s.gcr.io/artifact-promoter/kpromo:v3.2.0-1
- image: k8s.gcr.io/artifact-promoter/kpromo:v3.3.0-beta.0-1
command:
- /kpromo
args:
- run
- files
- --manifests=/home/prow/go/src/github.com/kubernetes/k8s.io/artifacts/
- --dry-run=false
- --confirm
annotations:
testgrid-dashboards: sig-release-releng-blocking, sig-k8s-infra-k8sio
testgrid-alert-email: k8s-infra-alerts@kubernetes.io, release-managers+alerts@kubernetes.io
Expand All @@ -38,11 +38,11 @@ postsubmits:
spec:
serviceAccountName: k8s-infra-gcr-promoter
containers:
- image: k8s.gcr.io/artifact-promoter/cip:v3.2.0
- image: k8s.gcr.io/artifact-promoter/kpromo:v3.3.0-beta.0-1
command:
- cip
- /kpromo
args:
- run
- cip
- --thin-manifest-dir=/home/prow/go/src/github.com/kubernetes/k8s.io/k8s.gcr.io
- --confirm
annotations:
Expand All @@ -64,14 +64,14 @@ periodics:
spec:
serviceAccountName: k8s-infra-promoter
containers:
- image: k8s.gcr.io/artifact-promoter/kpromo:v3.2.0-1
- image: k8s.gcr.io/artifact-promoter/kpromo:v3.3.0-beta.0-1
command:
- /kpromo
args:
- run
- files
- --manifests=/home/prow/go/src/github.com/kubernetes/k8s.io/artifacts/
- --dry-run=false
- --confirm
annotations:
testgrid-dashboards: sig-release-releng-blocking, sig-k8s-infra-k8sio
testgrid-alert-email: k8s-infra-alerts@kubernetes.io, release-managers+alerts@kubernetes.io
Expand Down Expand Up @@ -102,11 +102,11 @@ periodics:
# https://github.com/kubernetes/k8s.io/pull/695.
serviceAccountName: k8s-infra-gcr-promoter
containers:
- image: k8s.gcr.io/artifact-promoter/cip:v3.2.0
- image: k8s.gcr.io/artifact-promoter/kpromo:v3.3.0-beta.0-1
command:
- cip
- /kpromo
args:
- run
- cip
- --thin-manifest-dir=/home/prow/go/src/github.com/kubernetes/k8s.io/k8s.gcr.io
- --confirm
annotations:
Expand Down
6 changes: 3 additions & 3 deletions config/jobs/kubernetes/test-infra/test-infra-trusted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -474,11 +474,11 @@ postsubmits:
spec:
serviceAccountName: pusher
containers:
- image: k8s.gcr.io/artifact-promoter/cip:v3.2.0
- image: k8s.gcr.io/artifact-promoter/kpromo:v3.3.0-beta.0-1
command:
- cip
- /kpromo
args:
- run
- cip
- --manifest=prow/cip-manifest.yaml
- --confirm
annotations:
Expand Down