File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ export HELM_EXPERIMENTAL_OCI=1
170
170
kubectl create namespace ctfd
171
171
172
172
# Double base64 encoding to prevent weird character errors in ctfd
173
- helm upgrade --install ctfd -n ctfd oci://ghcr.io/bman46/ctfd/ctfd --version 0 .9.3 \
173
+ helm upgrade --install ctfd -n ctfd oci://ghcr.io/bman46/ctfd/ctfd --version v0 .9.3 \
174
174
--values ./k8s/ctfd-values.yaml \
175
175
--set=" redis.auth.password=$( openssl rand -base64 24 | base64) " \
176
176
--set=" mariadb.auth.rootPassword=$( openssl rand -base64 24 | base64) " \
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ export HELM_EXPERIMENTAL_OCI=1
122
122
kubectl create namespace ctfd
123
123
124
124
# Double base64 encoding to prevent weird character errors in ctfd
125
- helm upgrade --install ctfd -n ctfd oci://ghcr.io/bman46/ctfd/ctfd --version 0 .9.3 \
125
+ helm upgrade --install ctfd -n ctfd oci://ghcr.io/bman46/ctfd/ctfd --version v0 .9.3 \
126
126
--values ./k8s/ctfd-values.yaml \
127
127
--set=" redis.auth.password=$( openssl rand -base64 24 | base64) " \
128
128
--set=" mariadb.auth.rootPassword=$( openssl rand -base64 24 | base64) " \
You can’t perform that action at this time.
0 commit comments