Skip to content

Commit

Permalink
sig-release: switch releng jobs to registry.k8s.io
Browse files Browse the repository at this point in the history
Related:
  - kubernetes/k8s.io#3411

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
  • Loading branch information
ameukam committed Mar 16, 2022
1 parent 7c2afcc commit 23a12d5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ presubmits:
- ^main$
spec:
containers:
- image: k8s.gcr.io/artifact-promoter/kpromo:v3.3.0-1
- image: registry.k8s.io/artifact-promoter/kpromo:v3.3.0-1
command:
- /kpromo
args:
Expand All @@ -34,7 +34,7 @@ presubmits:
spec:
serviceAccountName: k8s-infra-gcr-vuln-scanning
containers:
- image: k8s.gcr.io/artifact-promoter/kpromo:v3.3.0-1
- image: registry.k8s.io/artifact-promoter/kpromo:v3.3.0-1
command:
- /kpromo
args:
Expand Down Expand Up @@ -77,7 +77,7 @@ presubmits:
- ^main$
spec:
containers:
- image: k8s.gcr.io/artifact-promoter/kpromo:v3.3.0-1
- image: registry.k8s.io/artifact-promoter/kpromo:v3.3.0-1
command:
- /kpromo
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ postsubmits:
spec:
serviceAccountName: k8s-infra-promoter
containers:
- image: k8s.gcr.io/artifact-promoter/kpromo:v3.3.0-1
- image: registry.k8s.io/artifact-promoter/kpromo:v3.3.0-1
command:
- /kpromo
args:
Expand All @@ -38,7 +38,7 @@ postsubmits:
spec:
serviceAccountName: k8s-infra-gcr-promoter
containers:
- image: k8s.gcr.io/artifact-promoter/kpromo:v3.3.0-1
- image: registry.k8s.io/artifact-promoter/kpromo:v3.3.0-1
command:
- /kpromo
args:
Expand All @@ -63,7 +63,7 @@ periodics:
spec:
serviceAccountName: k8s-infra-promoter
containers:
- image: k8s.gcr.io/artifact-promoter/kpromo:v3.3.0-1
- image: registry.k8s.io/artifact-promoter/kpromo:v3.3.0-1
command:
- /kpromo
args:
Expand Down Expand Up @@ -101,7 +101,7 @@ periodics:
# https://github.com/kubernetes/k8s.io/pull/695.
serviceAccountName: k8s-infra-gcr-promoter
containers:
- image: k8s.gcr.io/artifact-promoter/kpromo:v3.3.0-1
- image: registry.k8s.io/artifact-promoter/kpromo:v3.3.0-1
command:
- /kpromo
args:
Expand Down
2 changes: 1 addition & 1 deletion config/jobs/kubernetes/test-infra/test-infra-trusted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ postsubmits:
spec:
serviceAccountName: pusher
containers:
- image: k8s.gcr.io/artifact-promoter/kpromo:v3.3.0-1
- image: registry.k8s.io/artifact-promoter/kpromo:v3.3.0-1
command:
- /kpromo
args:
Expand Down

0 comments on commit 23a12d5

Please sign in to comment.