about summary refs log tree commit diff
path: root/bundles/prometheus/files
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/prometheus/files')
-rw-r--r--bundles/prometheus/files/kube.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/prometheus/files/kube.yaml b/bundles/prometheus/files/kube.yaml
index 7a7f961..165b60d 100644
--- a/bundles/prometheus/files/kube.yaml
+++ b/bundles/prometheus/files/kube.yaml
@@ -23,7 +23,7 @@ spec:
     runAsUser: 0
   containers:
   - name: prom
-    image: quay.io/prometheus/prometheus:v3.7.3
+    image: quay.io/prometheus/prometheus:v${prom_version}
     args:
       - --config.file=/etc/prometheus/prometheus.yml
       - --storage.tsdb.path=/prometheus
@@ -69,7 +69,7 @@ spec:
         memory: 128Mi
 
   - name: alert
-    image: quay.io/prometheus/alertmanager:v0.29.0
+    image: quay.io/prometheus/alertmanager:v${alertmanager_version}
     volumeMounts:
     - mountPath: /etc/alertmanager
       name: config