Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[kube-prometheus-stack] Propagate global.imageRegistry to operator-managed prometheus images #4776

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ name: kube-prometheus-stack
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
version: 61.7.1
version: 61.7.2
appVersion: v0.75.2
kubeVersion: ">=1.19.0-0"
home: https://github.com/prometheus-operator/kube-prometheus
Expand Down
4 changes: 2 additions & 2 deletions charts/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2839,11 +2839,11 @@ prometheusOperator:

## Prometheus image to use for prometheuses managed by the operator
##
# prometheusDefaultBaseImage: prometheus/prometheus
prometheusDefaultBaseImage: prometheus/prometheus

## Prometheus image registry to use for prometheuses managed by the operator
##
# prometheusDefaultBaseImageRegistry: quay.io
prometheusDefaultBaseImageRegistry: quay.io

## Alertmanager image to use for alertmanagers managed by the operator
##
Expand Down
Loading