Skip to content

Commit ef9da40

Browse files
authored
Merge pull request #32 from ucloud/v0.2.1
Update the image used by the deployment file
2 parents a3f8823 + 5d8dc6e commit ef9da40

15 files changed

+12
-31
lines changed

deploy/cluster/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
containers:
1717
- name: redis-cluster-operator
1818
# Replace this with the built image name
19-
image: uhub.service.ucloud.cn/operator/redis-cluster-operator:latest
19+
image: fishu/redis-cluster-operator:latest
2020
command:
2121
- redis-cluster-operator
2222
args:

deploy/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
restartPolicy: Never
1616
containers:
1717
- name: e2e
18-
image: uhub.service.ucloud.cn/operator/redis-cluster-operator-e2e
18+
image: fishu/redis-cluster-operator-e2e
1919
imagePullPolicy: Always
2020
env:
2121
- name: TEST_TIMEOUT

deploy/example/backup-restore/redisclusterbackup_cr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ metadata:
1515
redis.kun/scope: cluster-scoped
1616
name: example-redisclusterbackup
1717
spec:
18-
image: uhub.service.ucloud.cn/operator/redis-tools:5.0.4
18+
image: redis-tools:5.0.4
1919
redisClusterName: example-distributedrediscluster
2020
storageSecretName: s3-secret
2121
# Replace this with the s3 info

deploy/example/custom-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
redis.kun/scope: cluster-scoped
77
name: example-distributedrediscluster
88
spec:
9-
image: uhub.service.ucloud.cn/operator/redis:5.0.4-alpine
9+
image: redis:5.0.4-alpine
1010
masterSize: 3
1111
clusterReplicas: 1
1212
config:

deploy/example/custom-password.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ kind: DistributedRedisCluster
1414
metadata:
1515
name: example-distributedrediscluster
1616
spec:
17-
image: uhub.service.ucloud.cn/operator/redis:5.0.4-alpine
17+
image: redis:5.0.4-alpine
1818
masterSize: 3
1919
clusterReplicas: 1
2020
passwordSecret:

deploy/example/custom-resources.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
redis.kun/scope: cluster-scoped
77
name: example-distributedrediscluster
88
spec:
9-
image: uhub.service.ucloud.cn/operator/redis:5.0.4-alpine
9+
image: redis:5.0.4-alpine
1010
masterSize: 3
1111
clusterReplicas: 1
1212
resources:

deploy/example/custom-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
redis.kun/scope: cluster-scoped
77
name: example-distributedrediscluster
88
spec:
9-
image: uhub.service.ucloud.cn/operator/redis:5.0.4-alpine
9+
image: redis:5.0.4-alpine
1010
masterSize: 3
1111
clusterReplicas: 1
1212
serviceName: redis-svc

deploy/example/persistent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
redis.kun/scope: cluster-scoped
77
name: example-distributedrediscluster
88
spec:
9-
image: uhub.service.ucloud.cn/operator/redis:5.0.4-alpine
9+
image: redis:5.0.4-alpine
1010
masterSize: 3
1111
clusterReplicas: 1
1212
storage:

deploy/example/prometheus-exporter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
redis.kun/scope: cluster-scoped
77
name: example-distributedrediscluster
88
spec:
9-
image: uhub.service.ucloud.cn/operator/redis:5.0.4-alpine
9+
image: redis:5.0.4-alpine
1010
masterSize: 3
1111
clusterReplicas: 1
1212
monitor:

deploy/example/redis.kun_v1alpha1_distributedrediscluster_cr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ spec:
99
# Add fields here
1010
masterSize: 3
1111
clusterReplicas: 1
12-
image: uhub.service.ucloud.cn/operator/redis:5.0.4-alpine
12+
image: redis:5.0.4-alpine

0 commit comments

Comments
 (0)