Merge branch 'main' into renovate/kube-prometheus-stack-51.x
This commit is contained in:
commit
b47870a77d
3 changed files with 8 additions and 8 deletions
|
@ -8,13 +8,13 @@ k3s_registration_address: 10.2.0.6
|
||||||
# /var/lib/rancher/k3s/server/manifests
|
# /var/lib/rancher/k3s/server/manifests
|
||||||
k3s_server_manifests_urls:
|
k3s_server_manifests_urls:
|
||||||
# Essential Prometheus Operator CRDs (the rest are installed with the kube-prometheus-stack helm release)
|
# 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
|
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
|
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
|
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
|
filename: custom-prometheus-servicemonitors.yaml
|
||||||
# /var/lib/rancher/k3s/server/manifests
|
# /var/lib/rancher/k3s/server/manifests
|
||||||
k3s_server_manifests_templates:
|
k3s_server_manifests_templates:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
ansible==8.4.0
|
ansible==8.4.0
|
||||||
ansible-lint==6.18.0
|
ansible-lint==6.20.0
|
||||||
bcrypt==4.0.1
|
bcrypt==4.0.1
|
||||||
jmespath==1.0.1
|
jmespath==1.0.1
|
||||||
netaddr==0.8.0
|
netaddr==0.9.0
|
||||||
openshift==0.13.2
|
openshift==0.13.2
|
||||||
passlib==1.7.4
|
passlib==1.7.4
|
||||||
|
|
|
@ -3,9 +3,9 @@ collections:
|
||||||
- name: ansible.posix
|
- name: ansible.posix
|
||||||
version: 1.5.4
|
version: 1.5.4
|
||||||
- name: ansible.utils
|
- name: ansible.utils
|
||||||
version: 2.10.3
|
version: 2.11.0
|
||||||
- name: community.general
|
- name: community.general
|
||||||
version: 7.3.0
|
version: 7.4.0
|
||||||
- name: community.sops
|
- name: community.sops
|
||||||
version: 1.6.6
|
version: 1.6.6
|
||||||
- name: kubernetes.core
|
- name: kubernetes.core
|
||||||
|
|
Reference in a new issue