Skip to content

Commit f88aed9

Browse files
fix runtime version
1 parent 1f0b3e3 commit f88aed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ create_codefresh_secret() {
6868
\"ingressClass\":\"${CSDP_INGRESS_CLASS_NAME}\",
6969
\"ingressController\":\"${CSDP_INGRESS_CONTROLLER}\",
7070
\"componentNames\":${COMPONENTS},
71-
\"runtimeVersion\":\"v0.0\"
71+
\"runtimeVersion\":\"v0.0.0\"
7272
}"
7373

7474
RUNTIME_CREATE_DATA="{\"operationName\":\"CreateRuntime\",\"variables\":{\"args\":$RUNTIME_CREATE_ARGS}"

0 commit comments

Comments
 (0)