Skip to content

Commit 3a13d36

Browse files
committed
⚡ ArgoCD Bootstrap
1 parent 493f375 commit 3a13d36

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

apps/mimir/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ helmCharts:
66
includeCRDs: true
77
releaseName: mimir-distributed
88
namespace: monitoring
9-
version: "5.4.0"
9+
version: "5.4.1"
1010
repo: https://grafana.github.io/helm-charts
1111
valuesInline:
1212
fullnameOverride: mimir

apps/tempo/base/kustomization.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ helmCharts:
55
- name: tempo
66
includeCRDs: true
77
releaseName: tempo
8-
version: 1.10.2
8+
version: 1.10.3
99
repo: https://grafana.github.io/helm-charts
1010
valuesInline:
1111
replicas: 1
@@ -14,6 +14,8 @@ helmCharts:
1414
annotations:
1515
eks.amazonaws.com/role-arn: arn:aws:iam::239468932737:role/vex-dev-usea1-eks-tempo-sa
1616
automountServiceAccountToken: true
17+
nodeSelector:
18+
topology.kubernetes.io/zone: us-east-1a
1719
serviceMonitor:
1820
enabled: true
1921
tempo:

0 commit comments

Comments
 (0)