-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #101 from profnandaa/patch-1
fix: update image name from old dockerhub
- Loading branch information
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters