Skip to content

Commit

Permalink
bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nrvnrvn committed Sep 22, 2020
1 parent 4c39d7d commit 71e4f9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/ZZ_Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
serviceAccountName: redis-operator
containers:
- name: redis-operator
image: amaiz/redis-operator:v0.1.4
image: amaiz/redis-operator:v0.2.0
args:
- --zap-time-encoding
- iso8601
Expand Down
4 changes: 2 additions & 2 deletions example/k8s_v1alpha1_redis_cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
# image, resources and securityContext are the same as found in v1.Container.
# More info: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.14/#container-v1-core
redis:
image: redis:5-alpine
image: redis:6-alpine
initialDelaySeconds: 10
resources:
limits:
Expand All @@ -99,7 +99,7 @@ spec:

# Redis exporter container definition (optional)
exporter:
image: oliver006/redis_exporter:v1.2.1
image: oliver006/redis_exporter:v1.11.1
resources:
limits:
cpu: 50m
Expand Down

0 comments on commit 71e4f9c

Please sign in to comment.