Update prometheus and grafana to main-SHA container tags
Prometheus: v3.9.1-74029e1 [branch] -> v3.9.1-2ba5d8a [main] Grafana: v12.3.3-09ac36b [branch] -> v12.3.3-d05d2fb [main] These images were built during PR development and referenced branch commits that won't survive branch cleanup. The [main] tags are identical rebuilds from the squash-merge commit. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1b9f706a30
commit
4acd2e58d4
2 changed files with 2 additions and 2 deletions
|
|
@ -88,7 +88,7 @@ spec:
|
|||
mountPath: /tmp/dashboards
|
||||
# Grafana
|
||||
- name: grafana
|
||||
image: registry.ops.eblu.me/blumeops/grafana:v12.3.3-09ac36b
|
||||
image: registry.ops.eblu.me/blumeops/grafana:v12.3.3-d05d2fb
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: POD_IP
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ spec:
|
|||
runAsUser: 65534
|
||||
containers:
|
||||
- name: prometheus
|
||||
image: registry.ops.eblu.me/blumeops/prometheus:v3.9.1-74029e1
|
||||
image: registry.ops.eblu.me/blumeops/prometheus:v3.9.1-2ba5d8a
|
||||
args:
|
||||
- --config.file=/etc/prometheus/prometheus.yml
|
||||
- --storage.tsdb.path=/prometheus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue