Update kube-prometheus-stack Docker tag to v51 #56

Merged
jahanson merged 2 commits from renovate/kube-prometheus-stack-51.x into main 2023-09-23 09:03:22 -05:00
3 changed files with 8 additions and 8 deletions
Showing only changes of commit b47870a77d - Show all commits

View file

@ -8,13 +8,13 @@ k3s_registration_address: 10.2.0.6
# /var/lib/rancher/k3s/server/manifests
k3s_server_manifests_urls:
# Essential Prometheus Operator CRDs (the rest are installed with the kube-prometheus-stack helm release)
- url: https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.67.1/example/prometheus-operator-crd/monitoring.coreos.com_podmonitors.yaml
- url: https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.68.0/example/prometheus-operator-crd/monitoring.coreos.com_podmonitors.yaml
filename: custom-prometheus-podmonitors.yaml
- url: https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.67.1/example/prometheus-operator-crd/monitoring.coreos.com_prometheusrules.yaml
- url: https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.68.0/example/prometheus-operator-crd/monitoring.coreos.com_prometheusrules.yaml
filename: custom-prometheus-prometheusrules.yaml
- url: https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.67.1/example/prometheus-operator-crd/monitoring.coreos.com_scrapeconfigs.yaml
- url: https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.68.0/example/prometheus-operator-crd/monitoring.coreos.com_scrapeconfigs.yaml
filename: custom-prometheus-scrapeconfigs.yaml
- url: https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.67.1/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml
- url: https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.68.0/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml
filename: custom-prometheus-servicemonitors.yaml
# /var/lib/rancher/k3s/server/manifests
k3s_server_manifests_templates:

View file

@ -1,7 +1,7 @@
ansible==8.4.0
ansible-lint==6.18.0
ansible-lint==6.20.0
bcrypt==4.0.1
jmespath==1.0.1
netaddr==0.8.0
netaddr==0.9.0
openshift==0.13.2
passlib==1.7.4

View file

@ -3,9 +3,9 @@ collections:
- name: ansible.posix
version: 1.5.4
- name: ansible.utils
version: 2.10.3
version: 2.11.0
- name: community.general
version: 7.3.0
version: 7.4.0
- name: community.sops
version: 1.6.6
- name: kubernetes.core