Skip to content

Commit a715f92

Browse files
update argo-workflows to v3.5.4
1 parent b2b9042 commit a715f92

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ annotations:
2020
description: Update argo-cd chart to 5.51.6-8-cap-2.9-2024.1.24-ccd7124b3. Includes: window rate limiter for the event reporter; support of apps in non-contoller namespaces for non-GRPC reporting mode; critical vuln fixes for argocd;
2121
- kind: changed
2222
description: Update argo-rollouts chart to 2.32.5-3-analysis-fix
23+
- kind: changed
24+
description: Update argo-workflows chart to 0.40.9-1-v3.5.4-cap-CR-22243
2325
- kind: fixed
2426
description: fix routing to workflows native UI
2527
- kind: changed
@@ -33,7 +35,7 @@ dependencies:
3335
version: 2.0.9-1-cap-CR-19893
3436
- name: argo-workflows
3537
repository: https://codefresh-io.github.io/argo-helm
36-
version: 0.22.10-2-CR-20826
38+
version: 0.40.9-1-v3.5.4-cap-CR-22243
3739
condition: argo-workflows.enabled
3840
- name: argo-rollouts
3941
repository: https://codefresh-io.github.io/argo-helm

charts/gitops-runtime/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ sealed-secrets:
100100
| app-proxy.image-enrichment.serviceAccount.name | string | `"codefresh-image-enrichment-sa"` | Name of the service account to create or the name of the existing one to use |
101101
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
102102
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
103-
| app-proxy.image.tag | string | `"1.2608.0"` | |
103+
| app-proxy.image.tag | string | `"1.2623.0"` | |
104104
| app-proxy.imagePullSecrets | list | `[]` | |
105105
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
106106
| app-proxy.initContainer.env | object | `{}` | |
107107
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
108108
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
109109
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
110-
| app-proxy.initContainer.image.tag | string | `"1.2608.0"` | |
110+
| app-proxy.initContainer.image.tag | string | `"1.2623.0"` | |
111111
| app-proxy.initContainer.resources.limits.cpu | string | `"1"` | |
112112
| app-proxy.initContainer.resources.limits.memory | string | `"512Mi"` | |
113113
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |
@@ -160,8 +160,8 @@ sealed-secrets:
160160
| argo-workflows.crds.install | bool | `true` | Install and upgrade CRDs |
161161
| argo-workflows.enabled | bool | `true` | |
162162
| argo-workflows.fullnameOverride | string | `"argo"` | |
163+
| argo-workflows.server.authModes | list | `["client"]` | auth-mode needs to be set to client to be able to see workflow logs from Codefresh UI |
163164
| argo-workflows.server.baseHref | string | `"/workflows/"` | Do not change. Workflows UI is only accessed through internal router, changing this values will break routing to workflows native UI from Codefresh. |
164-
| argo-workflows.server.extraArgs | list | `["--auth-mode=client"]` | auth-mode needs to be set to client to be able to see workflow logs from Codefresh UI |
165165
| event-reporters.events.argoCDServerServiceName | string | `nil` | LEAVE EMPTY and let the chart logic determine the name. Change only if you are totally sure you need to override ArgoCD service name. |
166166
| event-reporters.events.argoCDServerServicePort | string | `nil` | LEAVE EMPTY and let the chart logic determine the name. Change only if you are totally sure you need to override ArgoCD service port. |
167167
| event-reporters.events.eventSource.affinity | object | `{}` | |

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ argo-workflows:
174174
enabled: true
175175
server:
176176
# -- auth-mode needs to be set to client to be able to see workflow logs from Codefresh UI
177-
extraArgs:
178-
- --auth-mode=client
177+
authModes:
178+
- client
179179
# -- Do not change. Workflows UI is only accessed through internal router, changing this values will break routing to workflows native UI from Codefresh.
180180
baseHref: /workflows/
181181
crds:

0 commit comments

Comments
 (0)