Skip to content

Commit 8ea7d62

Browse files
committed
🚑 fix chart
modified: charts/kube-reqsizer/Chart.yaml; modified: charts/kube-reqsizer/templates/deployment.yaml; modified: config/manager/manager.yaml
1 parent 4a4cf2d commit 8ea7d62

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.6
16+
version: 0.6.7

charts/kube-reqsizer/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ spec:
1616
labels:
1717
control-plane: controller-manager
1818
{{- include "kube-reqsizer.selectorLabels" . | nindent 8 }}
19-
spec:
2019
annotations:
21-
reqsizer.jatalocks.github.io/optimize: 'false'
20+
reqsizer.jatalocks.github.io/optimize: 'false'
21+
spec:
2222
containers:
2323
- args:
2424
- --health-probe-bind-address=:8081

config/manager/manager.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ spec:
2121
metadata:
2222
labels:
2323
control-plane: controller-manager
24-
spec:
2524
annotations:
26-
reqsizer.jatalocks.github.io/optimize: 'false'
25+
reqsizer.jatalocks.github.io/optimize: 'false'
26+
spec:
2727
securityContext:
2828
runAsUser: 65532
2929
containers:

0 commit comments

Comments
 (0)