File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- set -eo errexit
3+ set -eox errexit
44export HELM_EXPERIMENTAL_OCI=1
55
66#
@@ -373,21 +373,18 @@ else
373373 export COSMOTECH_API_INGRESS_ENABLED=false
374374fi
375375cat << EOF > values-cosmotech-api-deploy.yaml
376- image:
377- tag: "$CHART_PACKAGE_VERSION "
378-
379376api:
380377 version: "$API_VERSION "
381378
382379image:
383- # -- container image to use for deployment
384380 repository: ghcr.io/cosmo-tech/cosmotech-api
381+ tag: "$CHART_PACKAGE_VERSION "
385382
386383config:
387384 csm:
388385 platform:
389386 argo:
390- base-uri: "https ://${ARGO_RELEASE_NAME} -argo-workflows-server.${NAMESPACE} .svc.cluster.local:2746"
387+ base-uri: "http ://${ARGO_RELEASE_NAME} -argo-workflows-server.${NAMESPACE} .svc.cluster.local:2746"
391388 workflows:
392389 namespace: ${NAMESPACE}
393390
Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ version: 0.0.1
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " 1.0.1-dev "
24+ appVersion : " 1.0.3 "
You can’t perform that action at this time.
0 commit comments