Skip to content

Commit

Permalink
update openebs-operator with 0.4.0 release images
Browse files Browse the repository at this point in the history
  • Loading branch information
kmova authored Sep 28, 2017
1 parent da541da commit 52d4aa0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions k8s/openebs-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ spec:
containers:
- name: maya-apiserver
imagePullPolicy: Always
image: openebs/m-apiserver:0.4.0-RC1
image: openebs/m-apiserver:0.4.0
ports:
- containerPort: 5656
env:
- name: DEFAULT_CONTROLLER_IMAGE
value: "openebs/jiva:0.4.0-RC1"
value: "openebs/jiva:0.4.0"
- name: DEFAULT_REPLICA_IMAGE
value: "openebs/jiva:0.4.0-RC1"
value: "openebs/jiva:0.4.0"
- name: DEFAULT_REPLICA_COUNT
value: "2"
---
Expand Down Expand Up @@ -106,7 +106,7 @@ spec:
containers:
- name: openebs-provisioner
imagePullPolicy: Always
image: openebs/openebs-k8s-provisioner:0.4.0-RC1
image: openebs/openebs-k8s-provisioner:0.4.0
env:
- name: NODE_NAME
valueFrom:
Expand Down

0 comments on commit 52d4aa0

Please sign in to comment.