Skip to content

Commit

Permalink
Merge pull request #518 from lvyanru8200/imageversion
Browse files Browse the repository at this point in the history
[fix] example yaml image version change
  • Loading branch information
ese authored Nov 22, 2022
2 parents 1a49cd0 + a8d38f5 commit 94cea5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/operator/all-redis-operator-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
serviceAccountName: redisoperator
containers:
- image: quay.io/spotahome/redis-operator:v1.1.0
- image: quay.io/spotahome/redis-operator:latest
imagePullPolicy: IfNotPresent
name: app
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion example/operator/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
serviceAccountName: redisoperator
containers:
- image: quay.io/spotahome/redis-operator:v1.1.0
- image: quay.io/spotahome/redis-operator:latest
imagePullPolicy: IfNotPresent
name: app
securityContext:
Expand Down

0 comments on commit 94cea5b

Please sign in to comment.