This repository was archived by the owner on Sep 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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.
3232appVersion : " 1"
3333dependencies :
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments