Skip to content

Commit 194cef5

Browse files
committed
http argo uri
1 parent 90d6120 commit 194cef5

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

api/kubernetes/deploy_via_helm.sh

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
set -eo errexit
3+
set -eox errexit
44
export HELM_EXPERIMENTAL_OCI=1
55

66
#
@@ -373,21 +373,18 @@ else
373373
export COSMOTECH_API_INGRESS_ENABLED=false
374374
fi
375375
cat <<EOF > values-cosmotech-api-deploy.yaml
376-
image:
377-
tag: "$CHART_PACKAGE_VERSION"
378-
379376
api:
380377
version: "$API_VERSION"
381378
382379
image:
383-
# -- container image to use for deployment
384380
repository: ghcr.io/cosmo-tech/cosmotech-api
381+
tag: "$CHART_PACKAGE_VERSION"
385382
386383
config:
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

api/kubernetes/helm-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)