Skip to content

Commit

Permalink
update hybridnet chart to 0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyasdf committed Jan 6, 2023
1 parent a8f9393 commit 73f50e7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
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

0 comments on commit 73f50e7

Please sign in to comment.