Skip to content

Commit b0a0912

Browse files
authored
chore(kube-ovn): update tag (rackerlabs#822)
The upstream change for kube-ovn GC has been merged. This change upates our tags so that we're pulling the new image. Related: kubeovn/kube-ovn@449fec2 Signed-off-by: Kevin Carter <[email protected]>
1 parent 830e4d7 commit b0a0912

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

base-helm-configs/kube-ovn/kube-ovn-helm-overrides.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ global:
1010
repository: kube-ovn
1111
dpdkRepository: kube-ovn-dpdk
1212
vpcRepository: vpc-nat-gateway
13-
# Change "tag" when PR https://github.com/kubeovn/kube-ovn/pull/5005 is merged
14-
tag: v1.12.32-gc-disable
13+
tag: v1.12.32
1514
support_arm: true
1615
thirdparty: true
1716

bin/install-kube-ovn.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
GLOBAL_OVERRIDES_DIR="/etc/genestack/helm-configs/global_overrides"
55
SERVICE_CONFIG_DIR="/etc/genestack/helm-configs/kube-ovn"
66
BASE_OVERRIDES="/opt/genestack/base-helm-configs/kube-ovn/kube-ovn-helm-overrides.yaml"
7-
KUBE_OVN_VERSION="v1.12.30"
7+
KUBE_OVN_VERSION="v1.12.31"
88
MASTER_NODES=$(kubectl get nodes -l kube-ovn/role=master -o json | jq -r '[.items[].status.addresses[] | select(.type == "InternalIP") | .address] | join(",")' | sed 's/,/\\,/g')
99
MASTER_NODE_COUNT=$(kubectl get nodes -l kube-ovn/role=master -o json | jq -r '.items[].status.addresses[] | select(.type=="InternalIP") | .address' | wc -l)
1010

0 commit comments

Comments
 (0)