Skip to content

Commit

Permalink
Use grafana 11.1.0 (stolostron#1013)
Browse files Browse the repository at this point in the history
Signed-off-by: clyang82 <[email protected]>
  • Loading branch information
clyang82 authored Jul 10, 2024
1 parent 7c44437 commit 6dd284a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ spec:
- name: RELATED_IMAGE_MULTICLUSTER_GLOBAL_HUB_AGENT
value: quay.io/stolostron/multicluster-global-hub-agent:latest
- name: RELATED_IMAGE_GRAFANA
value: quay.io/stolostron/grafana:globalhub-1.2
value: quay.io/redhat-user-workloads/acm-multicluster-glo-tenant/release-globalhub-1-3/glo-grafana-globalhub-1-3@sha256:c73fb10b1230c5e678d51fc609a5cfb8fb02ca2f4c12e4639cf7ad483f6a47a0
- name: RELATED_IMAGE_POSTGRESQL
value: quay.io/stolostron/postgresql-13:1-101
- name: RELATED_IMAGE_POSTGRES_EXPORTER
Expand Down
2 changes: 1 addition & 1 deletion operator/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
- name: RELATED_IMAGE_MULTICLUSTER_GLOBAL_HUB_AGENT
value: quay.io/stolostron/multicluster-global-hub-agent:latest
- name: RELATED_IMAGE_GRAFANA
value: quay.io/stolostron/grafana:globalhub-1.2
value: quay.io/redhat-user-workloads/acm-multicluster-glo-tenant/release-globalhub-1-3/glo-grafana-globalhub-1-3@sha256:c73fb10b1230c5e678d51fc609a5cfb8fb02ca2f4c12e4639cf7ad483f6a47a0
- name: RELATED_IMAGE_POSTGRESQL
value: quay.io/stolostron/postgresql-13:1-101
- name: RELATED_IMAGE_POSTGRES_EXPORTER
Expand Down
3 changes: 2 additions & 1 deletion operator/pkg/config/multiclusterglobalhub_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ var (
GlobalHubAgentImageKey: "quay.io/stolostron/multicluster-global-hub-agent:latest",
GlobalHubManagerImageKey: "quay.io/stolostron/multicluster-global-hub-manager:latest",
OauthProxyImageKey: "quay.io/stolostron/origin-oauth-proxy:4.9",
GrafanaImageKey: "quay.io/stolostron/grafana:globalhub-1.2",
// TODO: replace with quay.io/stolostro/grafana:globalhub-1.3 when it is ready
GrafanaImageKey: "quay.io/redhat-user-workloads/acm-multicluster-glo-tenant/release-globalhub-1-3/glo-grafana-globalhub-1-3@sha256:c73fb10b1230c5e678d51fc609a5cfb8fb02ca2f4c12e4639cf7ad483f6a47a0",
PostgresImageKey: "quay.io/stolostron/postgresql-13:1-101",
PostgresExporterImageKey: "quay.io/prometheuscommunity/postgres-exporter:v0.15.0",
}
Expand Down
2 changes: 1 addition & 1 deletion test/script/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export PG_OPERATOR_IMG="registry.developers.crunchydata.com/crunchydata/postgres
export PG_BACKUP_IMG="registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.40-1"
export PG_IMG="registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.5-1"
export OAUTH_PROXY_IMG="quay.io/stolostron/origin-oauth-proxy:4.9"
export GRAFANA_IMG="quay.io/stolostron/grafana:globalhub-1.2"
export GRAFANA_IMG="quay.io/redhat-user-workloads/acm-multicluster-glo-tenant/release-globalhub-1-3/glo-grafana-globalhub-1-3@sha256:c73fb10b1230c5e678d51fc609a5cfb8fb02ca2f4c12e4639cf7ad483f6a47a0"

# Environment Variables
CURRENT_DIR=$(cd "$(dirname "$0")" || exit; pwd)
Expand Down

0 comments on commit 6dd284a

Please sign in to comment.