Skip to content

Commit

Permalink
Updating argo configs to enable offloading workflows to postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanHilt authored Jun 13, 2023
1 parent 06b00a3 commit 69fd343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gen3/bin/kube-setup-argo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ if [[ "$ctxNamespace" == "default" || "$ctxNamespace" == "null" ]]; then

helm repo add argo https://argoproj.github.io/argo-helm --force-update 2> >(grep -v 'This is insecure' >&2)
helm repo update 2> >(grep -v 'This is insecure' >&2)
helm upgrade --install argo argo/argo-workflows -n argo -f ${valuesFile} --version 0.22.11
helm upgrade --install argo argo/argo-workflows -n argo -f ${valuesFile} --version 0.29.1
else
gen3_log_info "kube-setup-argo exiting - argo already deployed, use --force to redeploy"
fi
Expand Down
1 change: 1 addition & 0 deletions kube/services/argo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ controller:
passwordSecret:
name: argo-db-creds
key: db_password
nodeStatusOffload: true

workflowDefaults:
spec:
Expand Down

0 comments on commit 69fd343

Please sign in to comment.