Skip to content

Commit 88d013e

Browse files
feat(charts): use v1 pod names
1 parent 7aa8fb7 commit 88d013e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

charts/workflows/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: workflows
33
description: Data Analysis workflow orchestration
44
type: application
55

6-
version: 0.13.17
6+
version: 0.13.18
77

88
dependencies:
99
- name: argo-workflows

charts/workflows/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ argo-workflows:
3838
serviceAccountName: argo-workflow
3939
ttlStrategy:
4040
secondsAfterCompletion: 300
41+
extraEnv:
42+
- name: POD_NAMES
43+
value: "v1"
4144
server:
4245
replicas: 3
4346
authModes: ["client"]
@@ -48,6 +51,8 @@ argo-workflows:
4851
value: "false"
4952
- name: NEW_VERSION_MODAL
5053
value: "false"
54+
- name: POD_NAMES
55+
value: "v1"
5156
createAggregateRoles: false
5257

5358
postgresql-ha:

0 commit comments

Comments
 (0)