Skip to content

update hybridnet chart to v0.6.8 #227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build/chart/hybridnet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: hybridnet
# When the version is modified, make sure the artifacthub.io/changes list is updated
# Also update CHANGELOG.md
version: 0.6.7
appVersion: 0.8.7
version: 0.6.8
appVersion: 0.8.8
home: https://github.com/alibaba/hybridnet
description: A container networking solution aiming at hybrid clouds.
keywords:
Expand All @@ -22,4 +22,4 @@ annotations:
artifacthub.io/prerelease: "false"
# List of changes for the release in artifacthub.io
artifacthub.io/changes: |
- "Update image to v0.8.7"
- "Update image to v0.8.8"
2 changes: 1 addition & 1 deletion build/chart/hybridnet/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
images:
hybridnet:
image: ecp_builder/hybridnet
tag: v0.8.7
tag: v0.8.8
imagePullPolicy: IfNotPresent
global:
RegistryURL: "sea.hub:5000"
Expand Down
2 changes: 1 addition & 1 deletion build/image-anno-v1.20.11-aliyun.1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
ack-d-ctr-10-image: ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/kube-proxy:v1.20.11-aliyun.1
ack-d-ctr-11-image: ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/l-zero:v1.1.0-951ab2a
ack-d-ctr-12-image: ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/opsbase-alpine:v0.2
ack-d-ctr-13-image: ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/hybridnet:v0.8.7
ack-d-ctr-13-image: ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/hybridnet:v0.8.8
ack-d-ctr-14-image: ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/hybridnet:v0.5.1
ack-d-ctr-15-image: ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/paralb:v0.2.1
ack-d-ctr-16-image: ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/open-local:v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion build/image-anno-v1.22.15-aliyun.1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
ack-d-ctr-9-image: ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/kube-proxy:v1.22.15-aliyun.1
ack-d-ctr-10-image: ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/l-zero:v1.1.0-951ab2a
ack-d-ctr-11-image: ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/opsbase-alpine:v0.2
ack-d-ctr-12-image: ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/hybridnet:v0.8.7
ack-d-ctr-12-image: ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/hybridnet:v0.8.8
ack-d-ctr-13-image: ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/paralb:v0.2.1
ack-d-ctr-14-image: ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/open-local:v0.7.0
ack-d-ctr-15-image: ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/csi-node-driver-registrar:v2.3.0
Expand Down
4 changes: 2 additions & 2 deletions build/scripts/upgrade-trident-addons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source "${scripts_path}"/default_values.sh
helm_install_hybridnet() {
for i in `seq 1 3`;do
sleep 1
helm -n kube-system upgrade -i --reuse-values $1 chart/$1 -f /tmp/ackd-helmconfig.yaml --set init=null --set daemon.enableFelixPolicy=true --set typha.serverPort=5473 --set images.hybridnet.image=ecp_builder/hybridnet --set images.hybridnet.tag=v0.8.7 && return 0
helm -n kube-system upgrade -i --reuse-values $1 chart/$1 -f /tmp/ackd-helmconfig.yaml --set init=null --set daemon.enableFelixPolicy=true --set typha.serverPort=5473 --set images.hybridnet.image=ecp_builder/hybridnet --set images.hybridnet.tag=v0.8.8 && return 0
done
return 1
}
Expand All @@ -35,7 +35,7 @@ else
kubectl apply -f chart/hybridnet/crds/
for i in `seq 1 3`;do
sleep 1
helm -n kube-system upgrade -i --reuse-values hybridnet chart/hybridnet -f /tmp/ackd-helmconfig.yaml --set init=null --set daemon.enableFelixPolicy=true --set typha.serverPort=5473 --set images.hybridnet.image=ecp_builder/hybridnet --set images.hybridnet.tag=v0.8.7 --set defaultIPRetain=false && break
helm -n kube-system upgrade -i --reuse-values hybridnet chart/hybridnet -f /tmp/ackd-helmconfig.yaml --set init=null --set daemon.enableFelixPolicy=true --set typha.serverPort=5473 --set images.hybridnet.image=ecp_builder/hybridnet --set images.hybridnet.tag=v0.8.8 --set defaultIPRetain=false && break
done
if [ $? -ne 0 ]; then
panic "failed to install hybridnet"
Expand Down
2 changes: 1 addition & 1 deletion build/v1.20.11-aliyun.1/imageList-standard
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/metrics-server:v0.3
ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/kube-proxy:v1.20.11-aliyun.1
ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/l-zero:v1.1.0-951ab2a
ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/opsbase-alpine:v0.2
ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/hybridnet:v0.8.7
ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/hybridnet:v0.8.8
ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/hybridnet:v0.5.1
ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/paralb:v0.2.1
ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/open-local:v0.7.1-0a4e1dd
Expand Down
2 changes: 1 addition & 1 deletion build/v1.22.15-aliyun.1/imageList-standard
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/metrics-server:v0.3
ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/kube-proxy:v1.22.15-aliyun.1
ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/l-zero:v1.1.0-951ab2a
ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/opsbase-alpine:v0.2
ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/hybridnet:v0.8.7
ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/hybridnet:v0.8.8
ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/paralb:v0.2.1
ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/open-local:v0.7.1-0a4e1dd
ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/csi-node-driver-registrar:v2.3.0
Expand Down