Skip to content

Commit 47c22e2

Browse files
authored
Updated o2 repo with o2cr.ai (#145)
1 parent e3b2bfe commit 47c22e2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

charts/openobserve-standalone/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Declare variables to be passed into your templates.
44

55
image:
6-
repository: public.ecr.aws/zinclabs/openobserve
6+
repository: o2cr.ai/openobserve/openobserve
77
pullPolicy: IfNotPresent
88
# Overrides the image tag whose default is the chart appVersion.
99
tag: "v0.14.7"
@@ -372,7 +372,7 @@ minio:
372372
zplane:
373373
enabled: false # if true then zPlane will be deployed as part of openobserve
374374
image:
375-
repository: public.ecr.aws/zinclabs/zplane
375+
repository: o2cr.ai/openobserve/zplane
376376
tag: 0.1.6
377377
pullPolicy: IfNotPresent
378378
service:

charts/openobserve/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
image:
66
oss:
7-
repository: public.ecr.aws/zinclabs/openobserve
7+
repository: o2cr.ai/openobserve/openobserve
88
# Overrides the image tag whose default is the chart appVersion.
99
tag: "v0.14.7"
1010
enterprise:
11-
repository: public.ecr.aws/zinclabs/openobserve-enterprise
11+
repository: o2cr.ai/openobserve/openobserve-enterprise
1212
# Overrides the image tag whose default is the chart appVersion.
1313
tag: "v0.14.7"
1414
reportserver:
15-
repository: public.ecr.aws/zinclabs/report-server
15+
repository: o2cr.ai/openobserve/report-server
1616
tag: "v0.11.0-70baf7a"
1717
busybox:
1818
repository: public.ecr.aws/docker/library/busybox
@@ -747,7 +747,7 @@ minio:
747747
zplane:
748748
enabled: false # if true then zPlane will be deployed as part of openobserve
749749
image:
750-
repository: public.ecr.aws/zinclabs/zplane
750+
repository: o2cr.ai/openobserve/zplane
751751
tag: 0.1.6
752752
pullPolicy: IfNotPresent
753753
service:

0 commit comments

Comments
 (0)