We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa8fb7 commit 88d013eCopy full SHA for 88d013e
charts/workflows/Chart.yaml
@@ -3,7 +3,7 @@ name: workflows
3
description: Data Analysis workflow orchestration
4
type: application
5
6
-version: 0.13.17
+version: 0.13.18
7
8
dependencies:
9
- name: argo-workflows
charts/workflows/values.yaml
@@ -38,6 +38,9 @@ argo-workflows:
38
serviceAccountName: argo-workflow
39
ttlStrategy:
40
secondsAfterCompletion: 300
41
+ extraEnv:
42
+ - name: POD_NAMES
43
+ value: "v1"
44
server:
45
replicas: 3
46
authModes: ["client"]
@@ -48,6 +51,8 @@ argo-workflows:
48
51
value: "false"
49
52
- name: NEW_VERSION_MODAL
50
53
54
55
56
createAggregateRoles: false
57
58
postgresql-ha:
0 commit comments