Skip to content

Commit aba774f

Browse files
Merge pull request #28 from codefresh-io/argo-workflows-remove-podgc-selector
fix: remove default podGC label selector
2 parents c9c779d + 38365b2 commit aba774f

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

charts/argo-workflows/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: v3.4.4-cap-CR-17426
33
name: argo-workflows
44
description: A Helm chart for Argo Workflows
55
type: application
6-
version: 0.22.9-1-CR-17426
6+
version: 0.22.10-1-CR-17426
77
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
88
home: https://github.com/argoproj/argo-helm
99
sources:

charts/argo-workflows/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Fields to note:
145145
| controller.topologySpreadConstraints | list | `[]` | Assign custom [TopologySpreadConstraints] rules to the workflow controller |
146146
| controller.volumeMounts | list | `[]` | Additional volume mounts to the controller main container |
147147
| controller.volumes | list | `[]` | Additional volumes to the controller pod |
148-
| controller.workflowDefaults | object | `{"spec":{"podGC":{"labelSelector":{"matchLabels":{"should-be-deleted":"true"}},"strategy":"OnWorkflowCompletion"},"ttlStrategy":{"secondsAfterCompletion":86400,"secondsAfterFailure":86400,"secondsAfterSuccess":86400}}}` | Default values that will apply to all Workflows from this controller, unless overridden on the Workflow-level. Only valid for 2.7+ |
148+
| controller.workflowDefaults | object | `{"spec":{"podGC":{"strategy":"OnWorkflowCompletion"},"ttlStrategy":{"secondsAfterCompletion":86400,"secondsAfterFailure":86400,"secondsAfterSuccess":86400}}}` | Default values that will apply to all Workflows from this controller, unless overridden on the Workflow-level. Only valid for 2.7+ |
149149
| controller.workflowNamespaces | list | `["default"]` | Specify all namespaces where this workflow controller instance will manage workflows. This controls where the service account and RBAC resources will be created. Only valid when singleNamespace is false. |
150150
| controller.workflowRestrictions | object | `{}` | Restricts the Workflows that the controller will process. Only valid for 2.9+ |
151151
| controller.workflowWorkers | string | `nil` | Number of workflow workers |

charts/argo-workflows/values.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,6 @@ controller:
148148
secondsAfterFailure: 86400
149149
podGC:
150150
strategy: OnWorkflowCompletion
151-
labelSelector:
152-
matchLabels:
153-
should-be-deleted: "true"
154151

155152
# -- Number of workflow workers
156153
workflowWorkers: # 32

0 commit comments

Comments
 (0)