Skip to content

Commit d3b9f07

Browse files
authored
feat: Load 3rd-party images from higress image repo (higress-group#318)
1 parent 1316d36 commit d3b9f07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

helm/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ global:
88
grafana:
99
replicas: 1
1010
image:
11-
repository: grafana/grafana
11+
repository: higress-registry.cn-hangzhou.cr.aliyuncs.com/higress/grafana
1212
tag: 9.3.6
1313
port: 3000
1414
storage: 1Gi
@@ -18,7 +18,7 @@ global:
1818
prometheus:
1919
replicas: 1
2020
image:
21-
repository: prom/prometheus
21+
repository: higress-registry.cn-hangzhou.cr.aliyuncs.com/higress/prometheus
2222
tag: v2.40.7
2323
port: 9090
2424
storage: 1Gi
@@ -32,7 +32,7 @@ global:
3232
loki:
3333
replicas: 1
3434
image:
35-
repository: grafana/loki
35+
repository: higress-registry.cn-hangzhou.cr.aliyuncs.com/higress/loki
3636
tag: 2.9.4
3737
ports:
3838
http: 3100
@@ -103,7 +103,7 @@ certmanager:
103103
enabled: false
104104
replicas: 1
105105
image:
106-
repository: quay.io/jetstack
106+
repository: higress-registry.cn-hangzhou.cr.aliyuncs.com/higress
107107
tag: v1.11.0
108108

109109
o11y:

0 commit comments

Comments
 (0)