Skip to content

Commit 33f1d09

Browse files
authored
Updated grafana.yaml with multi-arch images
1 parent 8da398b commit 33f1d09

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

charts/devtron/templates/grafana.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
mountPath: "/tmp/"
2525
initContainers:
2626
- name: grafana-org
27-
image: quay.io/devtron/k8s-utils:tutum-curl
27+
image: quay.io/devtron/curl:latest
2828
command: ["sh","/tmp/org.sh"]
2929
env:
3030
- name: GRAFANA_PASSWORD
@@ -657,14 +657,12 @@ metadata:
657657
app.kubernetes.io/instance: devtron
658658
app.kubernetes.io/version: "7.3.1"
659659
app.kubernetes.io/managed-by: Helm
660-
annotations:
661-
"helm.sh/hook": test-success
662660
namespace: devtroncd
663661
spec:
664662
serviceAccountName: devtron-grafana-test
665663
containers:
666664
- name: devtron-test
667-
image: "quay.io/devtron/bats:v1.1.0"
665+
image: "quay.io/devtron/bats:v1.4.1"
668666
imagePullPolicy: "IfNotPresent"
669667
command: ["/opt/bats/bin/bats", "-t", "/tests/run.sh"]
670668
volumeMounts:
@@ -680,4 +678,4 @@ spec:
680678
{{- end }}
681679
{{- end }}
682680
{{- end }}
683-
{{- end }}
681+
{{- end }}

0 commit comments

Comments
 (0)