Skip to content

Commit

Permalink
updating default image used in deploy-gmsa-webhook.sh to v0.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Rossetti <[email protected]>
  • Loading branch information
marosset committed Dec 14, 2023
1 parent dc0df8a commit 7aab23d
Showing 1 changed file with 1 addition and 1 deletion.
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='registry.k8s.io/gmsa-webhook/k8s-gmsa-webhook:v0.7.0'
local IMAGE_NAME='registry.k8s.io/gmsa-webhook/k8s-gmsa-webhook:v0.8.0'
local CERTS_DIR='gmsa-webhook-certs'
local DRY_RUN=false
local OVERWRITE=false
Expand Down

0 comments on commit 7aab23d

Please sign in to comment.