Skip to content

Commit

Permalink
fix runtime version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielm-codefresh committed May 2, 2022
1 parent 1f0b3e3 commit f88aed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ create_codefresh_secret() {
\"ingressClass\":\"${CSDP_INGRESS_CLASS_NAME}\",
\"ingressController\":\"${CSDP_INGRESS_CONTROLLER}\",
\"componentNames\":${COMPONENTS},
\"runtimeVersion\":\"v0.0\"
\"runtimeVersion\":\"v0.0.0\"
}"

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

0 comments on commit f88aed9

Please sign in to comment.