Skip to content

Commit

Permalink
bump chart, include sha of configmap
Browse files Browse the repository at this point in the history
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
  • Loading branch information
travisghansen committed Jul 21, 2023
1 parent 6a4e386 commit 6ad5d1c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,13 @@ may end up routing to BGP Peers instead of staying local to the cluster.

```
# 0x14 = 20 in decimal, you may use whatever value you wish however
# mark *connections* coming from the 'outside' world
#
# Should be *before* KUBE-SERVICES
# 1 625 37918 cali-PREROUTING all -- any any anywhere anywhere /* cali:6gwbT8clXdHdC1b1 */
# 2 1 60 CONNMARK all -- any any anywhere anywhere match-set KUBE-LOAD-BALANCER dst,dst ! match-set cali40masq-ipam-pools src CONNMARK set 0x14
# 3 537K 47M KUBE-SERVICES all -- any any anywhere anywhere /* kubernetes service portals */
#
iptables -t nat -I PREROUTING \
-m set --match-set KUBE-LOAD-BALANCER dst,dst \
-m set ! --match-set cali40masq-ipam-pools src \
Expand Down
2 changes: 1 addition & 1 deletion charts/metallb-node-route-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.2
version: 0.4.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
3 changes: 2 additions & 1 deletion charts/metallb-node-route-agent/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ spec:
{{- include "metallb-node-route-agent.selectorLabels" . | nindent 6 }}
template:
metadata:
{{- with .Values.podAnnotations }}
annotations:
checksum/configmap: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
{{- with .Values.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
Expand Down

0 comments on commit 6ad5d1c

Please sign in to comment.