Skip to content

Commit

Permalink
Merge pull request #101 from profnandaa/patch-1
Browse files Browse the repository at this point in the history
fix: update image name from old dockerhub
  • Loading branch information
k8s-ci-robot authored Mar 3, 2023
2 parents cf8d498 + d7d3eb1 commit 8a8e0a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `[email protected]` with the subject `[ANNOUNCE] Kubernetes SIG-Windows GMSA Webhook $VERSION is Released`
1. An announcement is posted in `#SIG-windows` in the Kubernetes slack.
2 changes: 1 addition & 1 deletion admission-webhook/deploy/deploy-gmsa-webhook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:v0.6.1'
local CERTS_DIR='gmsa-webhook-certs'
local DRY_RUN=false
local OVERWRITE=false
Expand Down

0 comments on commit 8a8e0a3

Please sign in to comment.