Skip to content

Commit

Permalink
fix: refer to image that exists
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemarsden committed Nov 7, 2024
1 parent 3bfa861 commit 04b64d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kind_helm_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ kubectl cluster-info --context kind-$CLUSTER_NAME
helm upgrade --install keycloak oci://registry-1.docker.io/bitnamicharts/keycloak \
--set auth.adminUser=admin \
--set auth.adminPassword=oh-hallo-insecure-password \
--set image.tag="23.0" \
--set image.tag="23.0.7" \
--set httpRelativePath="/auth/"

# Wait for pod to exist
Expand Down

0 comments on commit 04b64d3

Please sign in to comment.