Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit 646e3cc

Browse files
committed
Argo workflows : bump & emissary mode
1 parent ccf6b22 commit 646e3cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/argo-workflows/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ type: application
2424
# This is the chart version. This version number should be incremented each time you make changes
2525
# to the chart and its templates, including the app version.
2626
# Versions are expected to follow Semantic Versioning (https://semver.org/)
27-
version: 2.0.4
27+
version: 2.0.5
2828

2929
# This is the version number of the application being deployed. This version number should be
3030
# incremented each time you make changes to the application. Versions are not expected to
3131
# follow Semantic Versioning. They should reflect the version the application is using.
3232
appVersion: "1"
3333
dependencies:
3434
- name: argo-workflows
35-
version: 0.14.0
35+
version: 0.15.0
3636
repository: https://argoproj.github.io/argo-helm
3737
- name: library-chart
3838
version: 2.0.20

charts/argo-workflows/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ argo-workflows:
3131
controller:
3232
workflowNamespaces: []
3333
replicas: 1
34-
containerRuntimeExecutor: k8sapi
34+
#containerRuntimeExecutor: k8sapi
3535
clusterWorkflowTemplates:
3636
enabled: false
3737

0 commit comments

Comments
 (0)