Skip to content

Commit 2e804de

Browse files
Merge pull request #158 from codefresh-io/feat-argocd-update-chart
feat(argo-cd): update chart
2 parents 7979b13 + a58e80c commit 2e804de

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ annotations:
2626
description: fix routing to workflows native UI
2727
- kind: changed
2828
description: Update app-proxy to 1.2623.0
29+
- kind: changed
30+
description: Update argo-cd chart to 5.53.12-1-cap-2.9-2024.1.24-ccd7124b3
2931
dependencies:
3032
- name: argo-cd
3133
repository: https://codefresh-io.github.io/argo-helm
32-
version: 5.51.6-8-cap-2.9-2024.1.24-ccd7124b3
34+
version: 5.53.12-1-cap-2.9-2024.1.24-ccd7124b3
3335
- name: argo-events
3436
repository: https://codefresh-io.github.io/argo-helm
3537
version: 2.0.9-1-cap-CR-19893

charts/gitops-runtime/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ sealed-secrets:
150150
| argo-cd.eventReporter.enabled | bool | `false` | Installs new event reporter component to cluster |
151151
| argo-cd.eventReporter.version | string | `"v1"` | Switches between old and new reporter version. Possible values: v1, v2. For v2 `argo-cd.eventReporter.enabled=true` is required |
152152
| argo-cd.fullnameOverride | string | `"argo-cd"` | |
153-
| argo-cd.notifications.bots.slack | string | `nil` | |
153+
| argo-cd.notifications | object | `{}` | |
154154
| argo-events.crds.install | bool | `false` | |
155155
| argo-events.fullnameOverride | string | `"argo-events"` | |
156156
| argo-rollouts.controller.replicas | int | `1` | |

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,7 @@ argo-cd:
154154
# Possible values: v1, v2.
155155
# For v2 `argo-cd.eventReporter.enabled=true` is required
156156
version: v1
157-
notifications:
158-
bots:
159-
slack:
157+
notifications: {}
160158

161159
#-----------------------------------------------------------------------------------------------------------------------
162160
# Argo Events

0 commit comments

Comments
 (0)