From 7f38e2d07caa9298691fc2142d826850614165fe Mon Sep 17 00:00:00 2001 From: Anthony Nandaa Date: Fri, 17 Feb 2023 13:46:56 +0300 Subject: [PATCH 1/3] fix: update image name from old dockerhub --- admission-webhook/deploy/deploy-gmsa-webhook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admission-webhook/deploy/deploy-gmsa-webhook.sh b/admission-webhook/deploy/deploy-gmsa-webhook.sh index d85db334..83a8e014 100755 --- a/admission-webhook/deploy/deploy-gmsa-webhook.sh +++ b/admission-webhook/deploy/deploy-gmsa-webhook.sh @@ -84,7 +84,7 @@ main() { local MANIFESTS_FILE= local NAME='gmsa-webhook' local NAMESPACE='gmsa-webhook' - local IMAGE_NAME='sigwindowstools/k8s-gmsa-webhook:latest' + local IMAGE_NAME='registry.k8s.io/gmsa-webhook/k8s-gmsa-webhook:latest' local CERTS_DIR='gmsa-webhook-certs' local DRY_RUN=false local OVERWRITE=false From b685a27adc40511bb5756dfb3ada2e8578ee72e1 Mon Sep 17 00:00:00 2001 From: Mark Rossetti Date: Fri, 3 Mar 2023 14:13:45 -0800 Subject: [PATCH 2/3] updating deploy-gmsa-webhook.sh to v0.6.1 image Signed-off-by: Mark Rossetti --- admission-webhook/deploy/deploy-gmsa-webhook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admission-webhook/deploy/deploy-gmsa-webhook.sh b/admission-webhook/deploy/deploy-gmsa-webhook.sh index 83a8e014..2f3ba2c8 100755 --- a/admission-webhook/deploy/deploy-gmsa-webhook.sh +++ b/admission-webhook/deploy/deploy-gmsa-webhook.sh @@ -84,7 +84,7 @@ main() { local MANIFESTS_FILE= local NAME='gmsa-webhook' local NAMESPACE='gmsa-webhook' - local IMAGE_NAME='registry.k8s.io/gmsa-webhook/k8s-gmsa-webhook:latest' + local IMAGE_NAME='registry.k8s.io/gmsa-webhook/k8s-gmsa-webhook:v0.6.1' local CERTS_DIR='gmsa-webhook-certs' local DRY_RUN=false local OVERWRITE=false From d7d3eb1b91a1d852ff2961507acef5678e833216 Mon Sep 17 00:00:00 2001 From: Mark Rossetti Date: Fri, 3 Mar 2023 14:41:21 -0800 Subject: [PATCH 3/3] Updating RELEASE.md to point to latest prod image Signed-off-by: Mark Rossetti --- RELEASE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE.md b/RELEASE.md index 0cbcb2f4..6f0ac91f 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -36,6 +36,7 @@ The Kubernetes Windows GMSA project is released on an as-needed basis. The proce 1. Update `image.tag` in `charts/gmsa/chart.yaml` to $VERSION and create new chart package: 1. Run `helm package charts/gmsa`. Make sure the resulting tgz file is in the `charts/repo` folder. 1. Run `helm repo index charts/repo/` to update the helm index +1. Update the **IMAGE_NAME** variable in `admission_webhook/deploy/deploy-gmsa-webhook.sh` to use the latest released image. 1. The release issue is closed 1. An announcement email is sent to `kubernetes-sig-windows@googlegroups.com` with the subject `[ANNOUNCE] Kubernetes SIG-Windows GMSA Webhook $VERSION is Released` 1. An announcement is posted in `#SIG-windows` in the Kubernetes slack.