diff --git a/README.md b/README.md index 14537ab7f..a801023dd 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This will create a deployment named `redisoperator`. ### Using the Helm chart From the root folder of the project, execute the following: ``` -helm install --name redisfailover charts/redisfailover +helm install --name redisfailover charts/redisoperator ``` ## Usage diff --git a/example/operator.yaml b/example/operator.yaml index 70a581ed3..842ba7a37 100644 --- a/example/operator.yaml +++ b/example/operator.yaml @@ -17,7 +17,7 @@ spec: app: redisoperator spec: containers: - - image: quay.io/spotahome/redis-operator:0.2.0 + - image: quay.io/spotahome/redis-operator:latest imagePullPolicy: IfNotPresent name: app resources: