chore(deps): update helm release kube-prometheus-stack to v81.6.9#4585
Merged
chore(deps): update helm release kube-prometheus-stack to v81.6.9#4585
Conversation
|
Path: @@ -104,7 +104,7 @@
type: Opaque
data:
admin-user: "YWRtaW4="
- admin-password: "ZTROY0hNV2U2T0tjTVVpcWg5c0dLQnhtdzZ6ZW9MN2ZNMUx0UGVUYQ=="
+ admin-password: "YmxMNHZYeThYMVhtRFY1alBMTHJMd083SlI4QWxoWlFLWTFNMk5pZQ=="
ldap-toml: ""
---
# Source: kube-prometheus-stack/templates/alertmanager/secret.yaml
@@ -1513,7 +1513,7 @@
annotations:
checksum/config: bdda1c442c733d665e84ca8895df65730b6ef5a7fb9aedf8fad7485044f05462
checksum/sc-dashboard-provider-config: e70bf6a851099d385178a76de9757bb0bef8299da6d8443602590e44f05fdf24
- checksum/secret: b3262fe2aa232daa12f6fd8be8021467098b5310cebe582ebf1d2f1d05a74dca
+ checksum/secret: ec536aad8b2b8b4baf9d1e39becd6ddd7395b750ac1076cdb5e8a60eacf5e767
kubectl.kubernetes.io/default-container: grafana
spec:
serviceAccountName: kube-prometheus-stack-grafana
@@ -5730,19 +5730,6 @@
- port: reloader-web
path: "/metrics"
---
-# Source: kube-prometheus-stack/charts/grafana/templates/tests/test-serviceaccount.yaml
-apiVersion: v1
-kind: ServiceAccount
-metadata:
- labels:
- app.kubernetes.io/name: grafana
- app.kubernetes.io/instance: kube-prometheus-stack
- name: kube-prometheus-stack-grafana-test
- namespace: default
- annotations:
- "helm.sh/hook": test
- "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded"
----
# Source: kube-prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/serviceaccount.yaml
apiVersion: v1
kind: ServiceAccount
@@ -5763,27 +5750,6 @@
app.kubernetes.io/component: prometheus-operator-webhook
automountServiceAccountToken: true
---
-# Source: kube-prometheus-stack/charts/grafana/templates/tests/test-configmap.yaml
-apiVersion: v1
-kind: ConfigMap
-metadata:
- name: kube-prometheus-stack-grafana-test
- namespace: default
- annotations:
- "helm.sh/hook": test
- "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded"
- labels:
- app.kubernetes.io/name: grafana
- app.kubernetes.io/instance: kube-prometheus-stack
-data:
- run.sh: |-
- @test "Test Health" {
- url="http://kube-prometheus-stack-grafana/api/health"
-
- code=$(wget --server-response --spider --timeout 90 --tries 10 ${url} 2>&1 | awk '/^ HTTP/{print $2}')
- [ "$code" == "200" ]
- }
----
# Source: kube-prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/clusterrole.yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
@@ -5892,35 +5858,6 @@
name: kube-prometheus-stack-admission
namespace: default
---
-# Source: kube-prometheus-stack/charts/grafana/templates/tests/test.yaml
-apiVersion: v1
-kind: Pod
-metadata:
- name: kube-prometheus-stack-grafana-test
- labels:
- app.kubernetes.io/name: grafana
- app.kubernetes.io/instance: kube-prometheus-stack
- annotations:
- "helm.sh/hook": test
- "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded"
- namespace: default
-spec:
- serviceAccountName: kube-prometheus-stack-grafana-test
- containers:
- - name: kube-prometheus-stack-test
- image: "docker.io/bats/bats:1.13.0"
- imagePullPolicy: "IfNotPresent"
- command: ["/opt/bats/bin/bats", "-t", "/tests/run.sh"]
- volumeMounts:
- - mountPath: /tests
- name: tests
- readOnly: true
- volumes:
- - name: tests
- configMap:
- name: kube-prometheus-stack-grafana-test
- restartPolicy: Never
----
# Source: kube-prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/job-createSecret.yaml
apiVersion: batch/v1
kind: Job
@@ -5960,7 +5897,7 @@
imagePullPolicy: IfNotPresent
args:
- create
- - --host=kube-prometheus-stack-operatorkube-prometheus-stack-operator.default.svc
+ - --host=kube-prometheus-stack-operator,kube-prometheus-stack-operator.default.svc
- --namespace=default
- --secret-name=kube-prometheus-stack-admission
securityContext: |
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:
81.6.7→81.6.9Release Notes
prometheus-community/helm-charts (kube-prometheus-stack)
v81.6.9Compare Source
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
What's Changed
Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-81.6.8...kube-prometheus-stack-81.6.9
v81.6.8Compare Source
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
What's Changed
Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-81.6.7...kube-prometheus-stack-81.6.8
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.