Skip to content

feat(argo-cd): update chart #158

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ annotations:
description: fix routing to workflows native UI
- kind: changed
description: Update app-proxy to 1.2623.0
- kind: changed
description: Update argo-cd chart to 5.53.12-1-cap-2.9-2024.1.24-ccd7124b3
dependencies:
- name: argo-cd
repository: https://codefresh-io.github.io/argo-helm
version: 5.51.6-8-cap-2.9-2024.1.24-ccd7124b3
version: 5.53.12-1-cap-2.9-2024.1.24-ccd7124b3
- name: argo-events
repository: https://codefresh-io.github.io/argo-helm
version: 2.0.9-1-cap-CR-19893
Expand Down
2 changes: 1 addition & 1 deletion charts/gitops-runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ sealed-secrets:
| argo-cd.eventReporter.enabled | bool | `false` | Installs new event reporter component to cluster |
| 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 |
| argo-cd.fullnameOverride | string | `"argo-cd"` | |
| argo-cd.notifications.bots.slack | string | `nil` | |
| argo-cd.notifications | object | `{}` | |
| argo-events.crds.install | bool | `false` | |
| argo-events.fullnameOverride | string | `"argo-events"` | |
| argo-rollouts.controller.replicas | int | `1` | |
Expand Down
4 changes: 1 addition & 3 deletions charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,7 @@ argo-cd:
# Possible values: v1, v2.
# For v2 `argo-cd.eventReporter.enabled=true` is required
version: v1
notifications:
bots:
slack:
notifications: {}

#-----------------------------------------------------------------------------------------------------------------------
# Argo Events
Expand Down