This repository was archived by the owner on Aug 19, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed
chart/kube-keepalived-vip Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.33
4+
5+ - Update keepalived to v2.0.15
6+ - Remove check that avoids the render of the template and comparison of the md5
7+ - [ #72 ] ( https://github.com/aledbf/kube-keepalived-vip/pull/72 ) nopreempt is set along with priority weights?
8+ - [ #87 ] ( https://github.com/aledbf/kube-keepalived-vip/issues/87 ) keepalived-vip v0.30 cannot be aware of the backend pod scaling
9+
310## 0.32
411
512- Update keepalived to v2.0.11
Original file line number Diff line number Diff line change 11all : push
22
33# 0.0 shouldn't clobber any release builds
4- TAG = 0.32
4+ TAG = 0.33
55HAPROXY_TAG = 0.1
66# Helm uses SemVer2 versioning
77CHART_VERSION = 0.2.0
Original file line number Diff line number Diff line change @@ -59,6 +59,6 @@ nodeSelector: {}
5959podAnnotations: {}
6060
6161rbac:
62- create: false
62+ create: true
6363 # serviceAccountName is only required when rbac.create is false
6464 serviceAccountName: default
Original file line number Diff line number Diff line change 2222 volumeMounts :
2323 - name : haproxy
2424 mountPath : /etc/haproxy
25- - image : aledbf/kube-keepalived-vip:0.32
25+ - image : aledbf/kube-keepalived-vip:0.33
2626 name : kube-keepalived-vip
2727 livenessProbe :
2828 httpGet :
Original file line number Diff line number Diff line change 1010 spec :
1111 hostNetwork : true
1212 containers :
13- - image : aledbf/kube-keepalived-vip:0.32
13+ - image : aledbf/kube-keepalived-vip:0.33
1414 name : kube-keepalived-vip
1515 imagePullPolicy : IfNotPresent
1616 livenessProbe :
You can’t perform that action at this time.
0 commit comments