Skip to content

Commit

Permalink
Update to Prometheus v2.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkeloscar committed Mar 22, 2023
1 parent ef16c6c commit 82ff42f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cluster/manifests/prometheus/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ metadata:
labels:
application: kubernetes
component: prometheus
version: v2.41.0
{{- if ne .ConfigItems.prometheus_csi_ebs "true" }}
name: prometheus
{{- else }}
Expand All @@ -26,7 +25,6 @@ spec:
statefulset: prometheus
application: kubernetes
component: prometheus
version: v2.41.0
annotations:
config/hash: {{"configmap.yaml" | manifestHash}}
logging/destination: "{{.Cluster.ConfigItems.log_destination_infra}}"
Expand All @@ -41,7 +39,7 @@ spec:
value: "1"
initContainers:
- name: generate-config
image: container-registry.zalando.net/library/alpine-3:3-20230102
image: container-registry.zalando.net/library/alpine-3:3-20230320
command:
- /bin/sh
args:
Expand All @@ -63,7 +61,7 @@ spec:
mountPath: /prometheus
containers:
- name: prometheus
image: container-registry.zalando.net/teapot/prometheus:v2.41.0-master-43
image: container-registry.zalando.net/teapot/prometheus:v2.43.0-master-45
args:
- "--config.file=/prometheus/prometheus.yaml"
- "--storage.tsdb.path=/prometheus/"
Expand Down

0 comments on commit 82ff42f

Please sign in to comment.