Skip to content

Commit 4544800

Browse files
committed
Update Helm release prometheus-pushgateway to v1.18.1
Signed-off-by: Renovate Bot <[email protected]>
1 parent 4a77442 commit 4544800

File tree

5 files changed

+18
-7
lines changed

5 files changed

+18
-7
lines changed

class/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ parameters:
1010
enabled: true
1111
namespace: ${prometheus_pushgateway:namespace}
1212
charts:
13-
prometheus-pushgateway: 1.5.1
13+
prometheus-pushgateway: 1.18.1

tests/golden/defaults/prometheus-pushgateway/prometheus-pushgateway/01_helmchart/prometheus-pushgateway/templates/deployment.yaml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Deployment
33
metadata:
44
labels:
55
app: prometheus-pushgateway
6-
chart: prometheus-pushgateway-1.5.1
6+
chart: prometheus-pushgateway-1.18.1
77
heritage: Helm
88
release: platform
99
name: platform-prometheus-pushgateway
@@ -23,11 +23,11 @@ spec:
2323
release: platform
2424
spec:
2525
containers:
26-
- image: prom/pushgateway:v1.3.0
26+
- image: prom/pushgateway:v1.4.2
2727
imagePullPolicy: IfNotPresent
2828
livenessProbe:
2929
httpGet:
30-
path: /-/healthy
30+
path: /-/ready
3131
port: 9091
3232
initialDelaySeconds: 10
3333
timeoutSeconds: 10
@@ -43,4 +43,15 @@ spec:
4343
initialDelaySeconds: 10
4444
timeoutSeconds: 10
4545
resources: {}
46+
volumeMounts:
47+
- mountPath: /data
48+
name: storage-volume
49+
subPath: ''
50+
securityContext:
51+
fsGroup: 65534
52+
runAsNonRoot: true
53+
runAsUser: 65534
4654
serviceAccountName: platform-prometheus-pushgateway
55+
volumes:
56+
- emptyDir: {}
57+
name: storage-volume

tests/golden/defaults/prometheus-pushgateway/prometheus-pushgateway/01_helmchart/prometheus-pushgateway/templates/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
annotations: {}
55
labels:
66
app: prometheus-pushgateway
7-
chart: prometheus-pushgateway-1.5.1
7+
chart: prometheus-pushgateway-1.18.1
88
heritage: Helm
99
release: platform
1010
name: platform-prometheus-pushgateway

tests/golden/defaults/prometheus-pushgateway/prometheus-pushgateway/01_helmchart/prometheus-pushgateway/templates/serviceaccount.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: ServiceAccount
33
metadata:
44
labels:
55
app: prometheus-pushgateway
6-
chart: prometheus-pushgateway-1.5.1
6+
chart: prometheus-pushgateway-1.18.1
77
heritage: Helm
88
release: platform
99
name: platform-prometheus-pushgateway

tests/golden/defaults/prometheus-pushgateway/prometheus-pushgateway/01_helmchart/prometheus-pushgateway/templates/servicemonitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: ServiceMonitor
33
metadata:
44
labels:
55
app: prometheus-pushgateway
6-
chart: prometheus-pushgateway-1.5.1
6+
chart: prometheus-pushgateway-1.18.1
77
heritage: Helm
88
release: platform
99
name: platform-prometheus-pushgateway

0 commit comments

Comments
 (0)