Skip to content

Commit 8a8e0a3

Browse files
authored
Merge pull request #101 from profnandaa/patch-1
fix: update image name from old dockerhub
2 parents cf8d498 + d7d3eb1 commit 8a8e0a3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

RELEASE.md

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ The Kubernetes Windows GMSA project is released on an as-needed basis. The proce
3636
1. Update `image.tag` in `charts/gmsa/chart.yaml` to $VERSION and create new chart package:
3737
1. Run `helm package charts/gmsa`. Make sure the resulting tgz file is in the `charts/repo` folder.
3838
1. Run `helm repo index charts/repo/` to update the helm index
39+
1. Update the **IMAGE_NAME** variable in `admission_webhook/deploy/deploy-gmsa-webhook.sh` to use the latest released image.
3940
1. The release issue is closed
4041
1. An announcement email is sent to `[email protected]` with the subject `[ANNOUNCE] Kubernetes SIG-Windows GMSA Webhook $VERSION is Released`
4142
1. An announcement is posted in `#SIG-windows` in the Kubernetes slack.

admission-webhook/deploy/deploy-gmsa-webhook.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ main() {
8484
local MANIFESTS_FILE=
8585
local NAME='gmsa-webhook'
8686
local NAMESPACE='gmsa-webhook'
87-
local IMAGE_NAME='sigwindowstools/k8s-gmsa-webhook:latest'
87+
local IMAGE_NAME='registry.k8s.io/gmsa-webhook/k8s-gmsa-webhook:v0.6.1'
8888
local CERTS_DIR='gmsa-webhook-certs'
8989
local DRY_RUN=false
9090
local OVERWRITE=false

0 commit comments

Comments
 (0)