Skip to content

Commit

Permalink
Merge pull request #23874 from justaugustus/kpromo
Browse files Browse the repository at this point in the history
releng(kpromo): Bump images to v3.3.0-beta.0-1
  • Loading branch information
k8s-ci-robot authored Oct 4, 2021
2 parents 334f5e5 + 68f5e69 commit e887c08
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 24 deletions.
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

0 comments on commit e887c08

Please sign in to comment.