Skip to content
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

update hybridnet chart to 0.5.10 #169

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.5.9
appVersion: 0.7.6
version: 0.5.10
appVersion: 0.7.7
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.7.6"
- "Update image to v0.7.7"
7 changes: 0 additions & 7 deletions build/chart/hybridnet/templates/daemonsets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ spec:
name: host-modules
- mountPath: /run/xtables.lock
name: xtables-lock
- mountPath: /var/run/
name: host-var-run
mountPropagation: Bidirectional
{{ if .Values.daemon.enableFelixPolicy }}
- name: felix
image: "{{ .Values.global.RegistryURL }}/{{ .Values.images.hybridnet.image }}:{{ .Values.images.hybridnet.tag }}"
Expand Down Expand Up @@ -181,8 +178,4 @@ spec:
items:
- key: cni-config
path: cni-config
- name: host-var-run
hostPath:
path: /var/run/
type: "Directory"

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.7.6
tag: v0.7.7
imagePullPolicy: IfNotPresent
global:
RegistryURL: "sea.hub:5000"
Expand Down
2 changes: 1 addition & 1 deletion build/imageList
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/calico-cni:v3.8.2
ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/calico-pod2daemon-flexvol:v3.9.1
ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/calico-node:v3.8.2
ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/calico-kube-controllers:v3.8.2
ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/hybridnet:v0.7.6
ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/hybridnet:v0.7.7
ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/paralb:v0.1.1
ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/open-local:v0.6.0
ack-agility-registry.cn-shanghai.cr.aliyuncs.com/ecp_builder/csi-node-driver-registrar:v2.3.0
Expand Down