Skip to content

Commit

Permalink
prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Aug 22, 2019
1 parent fa1effe commit 34e8406
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.7.0
v0.8.0-pre
6 changes: 3 additions & 3 deletions yamls/kube-ovn-ipv6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
hostNetwork: true
containers:
- name: kube-ovn-controller
image: "index.alauda.cn/alaudak8s/kube-ovn-controller:v0.7.0"
image: "index.alauda.cn/alaudak8s/kube-ovn-controller:v0.8.0-pre"
imagePullPolicy: Always
command:
- /kube-ovn/start-controller.sh
Expand Down Expand Up @@ -109,7 +109,7 @@ spec:
hostPID: true
initContainers:
- name: install-cni
image: "index.alauda.cn/alaudak8s/kube-ovn-cni:v0.7.0"
image: "index.alauda.cn/alaudak8s/kube-ovn-cni:v0.8.0-pre"
imagePullPolicy: Always
command: ["/kube-ovn/install-cni.sh"]
volumeMounts:
Expand All @@ -119,7 +119,7 @@ spec:
name: cni-bin
containers:
- name: cni-server
image: "index.alauda.cn/alaudak8s/kube-ovn-cni:v0.7.0"
image: "index.alauda.cn/alaudak8s/kube-ovn-cni:v0.8.0-pre"
command: ["sh", "/kube-ovn/start-cniserver.sh"]
args:
- --enable-mirror=false
Expand Down
6 changes: 3 additions & 3 deletions yamls/kube-ovn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
hostNetwork: true
containers:
- name: kube-ovn-controller
image: "index.alauda.cn/alaudak8s/kube-ovn-controller:v0.7.0"
image: "index.alauda.cn/alaudak8s/kube-ovn-controller:v0.8.0-pre"
imagePullPolicy: Always
command:
- /kube-ovn/start-controller.sh
Expand Down Expand Up @@ -112,7 +112,7 @@ spec:
hostPID: true
initContainers:
- name: install-cni
image: "index.alauda.cn/alaudak8s/kube-ovn-cni:v0.7.0"
image: "index.alauda.cn/alaudak8s/kube-ovn-cni:v0.8.0-pre"
imagePullPolicy: Always
command: ["/kube-ovn/install-cni.sh"]
volumeMounts:
Expand All @@ -122,7 +122,7 @@ spec:
name: cni-bin
containers:
- name: cni-server
image: "index.alauda.cn/alaudak8s/kube-ovn-cni:v0.7.0"
image: "index.alauda.cn/alaudak8s/kube-ovn-cni:v0.8.0-pre"
imagePullPolicy: Always
command:
- sh
Expand Down
4 changes: 2 additions & 2 deletions yamls/ovn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ spec:
hostNetwork: true
containers:
- name: ovn-central
image: "index.alauda.cn/alaudak8s/kube-ovn-db:v0.7.0"
image: "index.alauda.cn/alaudak8s/kube-ovn-db:v0.8.0-pre"
imagePullPolicy: Always
env:
- name: POD_IP
Expand Down Expand Up @@ -244,7 +244,7 @@ spec:
hostPID: true
containers:
- name: openvswitch
image: "index.alauda.cn/alaudak8s/kube-ovn-node:v0.7.0"
image: "index.alauda.cn/alaudak8s/kube-ovn-node:v0.8.0-pre"
imagePullPolicy: Always
securityContext:
runAsUser: 0
Expand Down
2 changes: 1 addition & 1 deletion yamls/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
hostNetwork: true
containers:
- name: kube-ovn-webhook
image: "index.alauda.cn/alaudak8s/kube-ovn-webhook:v0.7.0"
image: "index.alauda.cn/alaudak8s/kube-ovn-webhook:v0.8.0-pre"
imagePullPolicy: Always
command:
- /kube-ovn/start-webhook.sh
Expand Down

0 comments on commit 34e8406

Please sign in to comment.