File tree Expand file tree Collapse file tree
charts/whatsapp-proxy-chart Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ type: application
1717# This is the chart version. This version number should be incremented each time you make changes
1818# to the chart and its templates, including the app version.
1919# Versions are expected to follow Semantic Versioning (https://semver.org/)
20- version : 1.3.4
20+ version : 1.3.5
2121
2222# This is the version number of the application being deployed. This version number should be
2323# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -6,10 +6,12 @@ apiVersion: v1
66kind : Pod
77metadata :
88 name : " {{ include " whatsapp-proxy-chart.fullname" . }}-test-connection"
9- labels :
10- {{- include "whatsapp-proxy-chart.labels" . | nindent 4 }}
9+ # Intentionally omit common/selector labels so this pod is not matched by the
10+ # HPA's selector. This test pod has no resource requests, and including it
11+ # would break the HPA's utilization calculation.
1112 annotations :
1213 " helm.sh/hook " : test
14+ " helm.sh/hook-delete-policy " : hook-succeeded
1315spec :
1416 containers :
1517 - name : wget
You can’t perform that action at this time.
0 commit comments