feat(helm): update chart prometheus-pushgateway ( 3.4.1 → 3.6.0 )#544
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
feat(helm): update chart prometheus-pushgateway ( 3.4.1 → 3.6.0 )#544renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
--- HelmRelease: monitor/prometheus-pushgateway Deployment: monitor/prometheus-pushgateway
+++ HelmRelease: monitor/prometheus-pushgateway Deployment: monitor/prometheus-pushgateway
@@ -24,28 +24,30 @@
app.kubernetes.io/managed-by: Helm
spec:
serviceAccountName: prometheus-pushgateway
automountServiceAccountToken: true
containers:
- name: pushgateway
- image: quay.io/prometheus/pushgateway:v1.11.1
+ image: quay.io/prometheus/pushgateway:v1.11.2
imagePullPolicy: IfNotPresent
ports:
- name: metrics
containerPort: 9091
protocol: TCP
livenessProbe:
httpGet:
path: /-/healthy
port: 9091
+ scheme: HTTP
initialDelaySeconds: 10
timeoutSeconds: 10
readinessProbe:
httpGet:
path: /-/ready
port: 9091
+ scheme: HTTP
initialDelaySeconds: 10
timeoutSeconds: 10
volumeMounts:
- name: storage-volume
mountPath: /data
subPath: '' |
--- kubernetes/apps/monitor/prometheus-pushgateway/app Kustomization: monitor/prometheus-pushgateway HelmRelease: monitor/prometheus-pushgateway
+++ kubernetes/apps/monitor/prometheus-pushgateway/app Kustomization: monitor/prometheus-pushgateway HelmRelease: monitor/prometheus-pushgateway
@@ -13,13 +13,13 @@
spec:
chart: prometheus-pushgateway
sourceRef:
kind: HelmRepository
name: prometheus-community
namespace: flux-system
- version: 3.4.1
+ version: 3.6.0
interval: 30m
values:
service:
annotations: {}
serviceMonitor:
enabled: true |
20dd2cd to
812d18c
Compare
812d18c to
c3337d3
Compare
c3337d3 to
fa27f51
Compare
fa27f51 to
b3e53b5
Compare
b3e53b5 to
a329916
Compare
a329916 to
991b0be
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.4.1→3.6.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
prometheus-community/helm-charts (prometheus-pushgateway)
v3.6.0Compare Source
A Helm chart for prometheus pushgateway
What's Changed
New Contributors
Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-79.12.0...prometheus-pushgateway-3.6.0
v3.5.0Compare Source
A Helm chart for prometheus pushgateway
What's Changed
New Contributors
Full Changelog: prometheus-community/helm-charts@prometheus-operator-admission-webhook-0.33.1...prometheus-pushgateway-3.5.0
v3.4.2Compare Source
A Helm chart for prometheus pushgateway
What's Changed
Full Changelog: prometheus-community/helm-charts@prometheus-27.42.1...prometheus-pushgateway-3.4.2
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.