Skip to content

Commit aacfa81

Browse files
authoredDec 15, 2024··
chore: update argo-workflows to 0.45.1-v3.6.2-cap-CR-26293 (#355)
* chore: update argo-workflows to 0.45.1-v3.6.2-cap-CR-26293 * fix: remove argo-workflows executor ephemeral-storage limits
1 parent e02e19f commit aacfa81

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
 

‎charts/gitops-runtime/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222
version: 2.4.7-1-cap-CR-24607
2323
- name: argo-workflows
2424
repository: https://codefresh-io.github.io/argo-helm
25-
version: 0.41.12-v3.5.9-cap-CR-24929
25+
version: 0.45.1-v3.6.2-cap-CR-26293
2626
condition: argo-workflows.enabled
2727
- name: argo-rollouts
2828
repository: https://codefresh-io.github.io/argo-helm

‎charts/gitops-runtime/values.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,6 @@ argo-workflows:
210210
# executor controls how the init and wait container should be customized
211211
executor:
212212
resources:
213-
limits:
214-
ephemeral-storage: 50Mi
215213
requests:
216214
ephemeral-storage: 10Mi
217215
# mainContainer adds default config for main container that could be overriden in workflows template

0 commit comments

Comments
 (0)
Please sign in to comment.