Skip to content

Commit f8cf2a5

Browse files
committed
fix: also fix ctfd for gcp and azure
1 parent 3fb417e commit f8cf2a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure/build-and-deploy-azure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export HELM_EXPERIMENTAL_OCI=1
170170
kubectl create namespace ctfd
171171

172172
# 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 \
174174
--values ./k8s/ctfd-values.yaml \
175175
--set="redis.auth.password=$(openssl rand -base64 24 | base64)" \
176176
--set="mariadb.auth.rootPassword=$(openssl rand -base64 24 | base64)" \

gcp/build-and-deploy-gcp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export HELM_EXPERIMENTAL_OCI=1
122122
kubectl create namespace ctfd
123123

124124
# 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 \
126126
--values ./k8s/ctfd-values.yaml \
127127
--set="redis.auth.password=$(openssl rand -base64 24 | base64)" \
128128
--set="mariadb.auth.rootPassword=$(openssl rand -base64 24 | base64)" \

0 commit comments

Comments
 (0)