From 85ea443f7b0dc581cdc387b2ce46ba80cd55fcf1 Mon Sep 17 00:00:00 2001 From: Stephen Augustus Date: Wed, 6 Apr 2022 15:24:13 -0400 Subject: [PATCH 1/2] releng: Update kpromo to v3.4.0-1 Signed-off-by: Stephen Augustus --- .../releng/artifact-promotion-presubmits.yaml | 6 +++--- .../sig-k8s-infra/trusted/releng/releng-trusted.yaml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/jobs/kubernetes/sig-k8s-infra/releng/artifact-promotion-presubmits.yaml b/config/jobs/kubernetes/sig-k8s-infra/releng/artifact-promotion-presubmits.yaml index d1bc978f9c75..3491aeba7626 100644 --- a/config/jobs/kubernetes/sig-k8s-infra/releng/artifact-promotion-presubmits.yaml +++ b/config/jobs/kubernetes/sig-k8s-infra/releng/artifact-promotion-presubmits.yaml @@ -13,7 +13,7 @@ presubmits: - ^main$ spec: containers: - - image: k8s.gcr.io/artifact-promoter/kpromo:v3.3.0-1 + - image: k8s.gcr.io/artifact-promoter/kpromo:v3.4.0-1 command: - /kpromo args: @@ -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: k8s.gcr.io/artifact-promoter/kpromo:v3.4.0-1 command: - /kpromo args: @@ -77,7 +77,7 @@ presubmits: - ^main$ spec: containers: - - image: k8s.gcr.io/artifact-promoter/kpromo:v3.3.0-1 + - image: k8s.gcr.io/artifact-promoter/kpromo:v3.4.0-1 command: - /kpromo args: diff --git a/config/jobs/kubernetes/sig-k8s-infra/trusted/releng/releng-trusted.yaml b/config/jobs/kubernetes/sig-k8s-infra/trusted/releng/releng-trusted.yaml index f7c7ef8ba3be..6d66656fa1ac 100644 --- a/config/jobs/kubernetes/sig-k8s-infra/trusted/releng/releng-trusted.yaml +++ b/config/jobs/kubernetes/sig-k8s-infra/trusted/releng/releng-trusted.yaml @@ -13,7 +13,7 @@ postsubmits: spec: serviceAccountName: k8s-infra-promoter containers: - - image: k8s.gcr.io/artifact-promoter/kpromo:v3.3.0-1 + - image: k8s.gcr.io/artifact-promoter/kpromo:v3.4.0-1 command: - /kpromo args: @@ -38,7 +38,7 @@ postsubmits: spec: serviceAccountName: k8s-infra-gcr-promoter containers: - - image: k8s.gcr.io/artifact-promoter/kpromo:v3.3.0-1 + - image: k8s.gcr.io/artifact-promoter/kpromo:v3.4.0-1 command: - /kpromo args: @@ -92,7 +92,7 @@ periodics: spec: serviceAccountName: k8s-infra-promoter containers: - - image: k8s.gcr.io/artifact-promoter/kpromo:v3.3.0-1 + - image: k8s.gcr.io/artifact-promoter/kpromo:v3.4.0-1 command: - /kpromo args: @@ -130,7 +130,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: k8s.gcr.io/artifact-promoter/kpromo:v3.4.0-1 command: - /kpromo args: From ad85605a893e3a582e7fd23a7c0860da89ff1aca Mon Sep 17 00:00:00 2001 From: Stephen Augustus Date: Wed, 6 Apr 2022 15:40:59 -0400 Subject: [PATCH 2/2] releng: Update promotion jobs to use registry.k8s.io Signed-off-by: Stephen Augustus --- .../releng/artifact-promotion-presubmits.yaml | 6 +++--- .../sig-k8s-infra/trusted/releng/releng-trusted.yaml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/jobs/kubernetes/sig-k8s-infra/releng/artifact-promotion-presubmits.yaml b/config/jobs/kubernetes/sig-k8s-infra/releng/artifact-promotion-presubmits.yaml index 3491aeba7626..a1b0b0543d48 100644 --- a/config/jobs/kubernetes/sig-k8s-infra/releng/artifact-promotion-presubmits.yaml +++ b/config/jobs/kubernetes/sig-k8s-infra/releng/artifact-promotion-presubmits.yaml @@ -13,7 +13,7 @@ presubmits: - ^main$ spec: containers: - - image: k8s.gcr.io/artifact-promoter/kpromo:v3.4.0-1 + - image: registry.k8s.io/artifact-promoter/kpromo:v3.4.0-1 command: - /kpromo args: @@ -34,7 +34,7 @@ presubmits: spec: serviceAccountName: k8s-infra-gcr-vuln-scanning containers: - - image: k8s.gcr.io/artifact-promoter/kpromo:v3.4.0-1 + - image: registry.k8s.io/artifact-promoter/kpromo:v3.4.0-1 command: - /kpromo args: @@ -77,7 +77,7 @@ presubmits: - ^main$ spec: containers: - - image: k8s.gcr.io/artifact-promoter/kpromo:v3.4.0-1 + - image: registry.k8s.io/artifact-promoter/kpromo:v3.4.0-1 command: - /kpromo args: diff --git a/config/jobs/kubernetes/sig-k8s-infra/trusted/releng/releng-trusted.yaml b/config/jobs/kubernetes/sig-k8s-infra/trusted/releng/releng-trusted.yaml index 6d66656fa1ac..b199b1bea5ed 100644 --- a/config/jobs/kubernetes/sig-k8s-infra/trusted/releng/releng-trusted.yaml +++ b/config/jobs/kubernetes/sig-k8s-infra/trusted/releng/releng-trusted.yaml @@ -13,7 +13,7 @@ postsubmits: spec: serviceAccountName: k8s-infra-promoter containers: - - image: k8s.gcr.io/artifact-promoter/kpromo:v3.4.0-1 + - image: registry.k8s.io/artifact-promoter/kpromo:v3.4.0-1 command: - /kpromo args: @@ -38,7 +38,7 @@ postsubmits: spec: serviceAccountName: k8s-infra-gcr-promoter containers: - - image: k8s.gcr.io/artifact-promoter/kpromo:v3.4.0-1 + - image: registry.k8s.io/artifact-promoter/kpromo:v3.4.0-1 command: - /kpromo args: @@ -92,7 +92,7 @@ periodics: spec: serviceAccountName: k8s-infra-promoter containers: - - image: k8s.gcr.io/artifact-promoter/kpromo:v3.4.0-1 + - image: registry.k8s.io/artifact-promoter/kpromo:v3.4.0-1 command: - /kpromo args: @@ -130,7 +130,7 @@ periodics: # https://github.com/kubernetes/k8s.io/pull/695. serviceAccountName: k8s-infra-gcr-promoter containers: - - image: k8s.gcr.io/artifact-promoter/kpromo:v3.4.0-1 + - image: registry.k8s.io/artifact-promoter/kpromo:v3.4.0-1 command: - /kpromo args: