mirror of
https://github.com/nold360/hive-apps
synced 2025-01-03 20:12:44 +00:00
fix(kube-prometheus-stack): registry
This commit is contained in:
parent
5e602fae47
commit
b62f6ce248
1 changed files with 12 additions and 6 deletions
|
@ -419,7 +419,8 @@ alertmanager:
|
||||||
## Image of Alertmanager
|
## Image of Alertmanager
|
||||||
##
|
##
|
||||||
image:
|
image:
|
||||||
repository: quay.io/prometheus/alertmanager
|
registry: quay.io
|
||||||
|
repository: prometheus/alertmanager
|
||||||
tag: v0.25.0
|
tag: v0.25.0
|
||||||
sha: ""
|
sha: ""
|
||||||
|
|
||||||
|
@ -1503,7 +1504,8 @@ prometheusOperator:
|
||||||
patch:
|
patch:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
repository: k8s.gcr.io/ingress-nginx/kube-webhook-certgen
|
registry: k8s.gcr.io
|
||||||
|
repository: ingress-nginx/kube-webhook-certgen
|
||||||
tag: v1.3.0
|
tag: v1.3.0
|
||||||
sha: ""
|
sha: ""
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
@ -1729,7 +1731,8 @@ prometheusOperator:
|
||||||
## Prometheus-operator image
|
## Prometheus-operator image
|
||||||
##
|
##
|
||||||
image:
|
image:
|
||||||
repository: quay.io/prometheus-operator/prometheus-operator
|
registry: quay.io
|
||||||
|
repository: prometheus-operator/prometheus-operator
|
||||||
tag: v0.61.1
|
tag: v0.61.1
|
||||||
sha: ""
|
sha: ""
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
@ -1747,7 +1750,8 @@ prometheusOperator:
|
||||||
prometheusConfigReloader:
|
prometheusConfigReloader:
|
||||||
# image to use for config and rule reloading
|
# image to use for config and rule reloading
|
||||||
image:
|
image:
|
||||||
repository: quay.io/prometheus-operator/prometheus-config-reloader
|
registry: quay.io
|
||||||
|
repository: prometheus-operator/prometheus-config-reloader
|
||||||
tag: v0.61.1
|
tag: v0.61.1
|
||||||
sha: ""
|
sha: ""
|
||||||
|
|
||||||
|
@ -1763,7 +1767,8 @@ prometheusOperator:
|
||||||
## Thanos side-car image when configured
|
## Thanos side-car image when configured
|
||||||
##
|
##
|
||||||
thanosImage:
|
thanosImage:
|
||||||
repository: quay.io/thanos/thanos
|
registry: quay.io
|
||||||
|
repository: thanos/thanos
|
||||||
tag: v0.29.0
|
tag: v0.29.0
|
||||||
sha: ""
|
sha: ""
|
||||||
|
|
||||||
|
@ -2199,7 +2204,8 @@ prometheus:
|
||||||
## Image of Prometheus.
|
## Image of Prometheus.
|
||||||
##
|
##
|
||||||
image:
|
image:
|
||||||
repository: quay.io/prometheus/prometheus
|
registry: quay.io
|
||||||
|
repository: prometheus/prometheus
|
||||||
tag: v2.41.0
|
tag: v2.41.0
|
||||||
sha: ""
|
sha: ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue