Skip to content

Commit d81535b

Browse files
vshn_ci_runnervshn-renovate
authored andcommitted
Update Helm release prometheus-pushgateway to v1.18.3
Signed-off-by: Renovate Bot <[email protected]>
1 parent b084984 commit d81535b

File tree

5 files changed

+20
-7
lines changed

5 files changed

+20
-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.3

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

Lines changed: 16 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.3
77
heritage: Helm
88
release: platform
99
name: platform-prometheus-pushgateway
@@ -20,14 +20,16 @@ spec:
2020
annotations: {}
2121
labels:
2222
app: prometheus-pushgateway
23+
chart: prometheus-pushgateway-1.18.3
24+
heritage: Helm
2325
release: platform
2426
spec:
2527
containers:
26-
- image: prom/pushgateway:v1.3.0
28+
- image: prom/pushgateway:v1.4.2
2729
imagePullPolicy: IfNotPresent
2830
livenessProbe:
2931
httpGet:
30-
path: /-/healthy
32+
path: /-/ready
3133
port: 9091
3234
initialDelaySeconds: 10
3335
timeoutSeconds: 10
@@ -43,4 +45,15 @@ spec:
4345
initialDelaySeconds: 10
4446
timeoutSeconds: 10
4547
resources: {}
48+
volumeMounts:
49+
- mountPath: /data
50+
name: storage-volume
51+
subPath: ''
52+
securityContext:
53+
fsGroup: 65534
54+
runAsNonRoot: true
55+
runAsUser: 65534
4656
serviceAccountName: platform-prometheus-pushgateway
57+
volumes:
58+
- emptyDir: {}
59+
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.3
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.3
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.3
77
heritage: Helm
88
release: platform
99
name: platform-prometheus-pushgateway

0 commit comments

Comments
 (0)