Skip to content

Commit

Permalink
chore: upgrade argus helm stack chart (#1127)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeyheath authored Nov 8, 2024
1 parent 856c5bc commit 642d6cc
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .infra/prod/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ type: application
version: 1.0.0

dependencies:
- name: stack
version: 1.16.3
repository: https://chanzuckerberg.github.io/argo-helm-charts
- name: stack
version: 1.16.3
repository: https://chanzuckerberg.github.io/argo-helm-charts
4 changes: 4 additions & 0 deletions .infra/prod/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
stack:
global:
ingress:
annotations:
external-dns.alpha.kubernetes.io/exclude: "true"
services:
explorer:
serviceAccount:
Expand Down
6 changes: 3 additions & 3 deletions .infra/rdev/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ type: application
version: 1.0.0

dependencies:
- name: stack
version: 1.16.3
repository: https://chanzuckerberg.github.io/argo-helm-charts
- name: stack
version: 2.2.3
repository: https://chanzuckerberg.github.io/argo-helm-charts
2 changes: 1 addition & 1 deletion .infra/rdev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ stack:
services:
explorer:
image:
tag: sha-b62ceb99
tag: sha-3940dd93
replicaCount: 1
env:
# env vars common to all deployment stages
Expand Down
6 changes: 3 additions & 3 deletions .infra/staging/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ type: application
version: 1.0.0

dependencies:
- name: stack
version: 1.16.3
repository: https://chanzuckerberg.github.io/argo-helm-charts
- name: stack
version: 2.2.3
repository: https://chanzuckerberg.github.io/argo-helm-charts
4 changes: 4 additions & 0 deletions .infra/staging/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
stack:
global:
ingress:
annotations:
external-dns.alpha.kubernetes.io/exclude: "true"
services:
explorer:
serviceAccount:
Expand Down

0 comments on commit 642d6cc

Please sign in to comment.