Skip to content

Commit be646a3

Browse files
hotfix chart (#17)
1 parent 07d7ab2 commit be646a3

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

charts/kube-reqsizer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 0.6.5
16+
version: 0.6.6

charts/kube-reqsizer/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ spec:
1717
control-plane: controller-manager
1818
{{- include "kube-reqsizer.selectorLabels" . | nindent 8 }}
1919
spec:
20+
annotations:
21+
reqsizer.jatalocks.github.io/optimize: 'false'
2022
containers:
2123
- args:
2224
- --health-probe-bind-address=:8081

config/manager/manager.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ spec:
2222
labels:
2323
control-plane: controller-manager
2424
spec:
25+
annotations:
26+
reqsizer.jatalocks.github.io/optimize: 'false'
2527
securityContext:
2628
runAsUser: 65532
2729
containers:

0 commit comments

Comments
 (0)