Skip to content

Commit d99ab6c

Browse files
author
Maksym Trofimenko
committed
bugfix chart
1 parent 2ceddf0 commit d99ab6c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/tinysystems-operator/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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.1.57
16+
version: 0.1.59
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.

charts/tinysystems-operator/templates/deployment.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ spec:
1919
labels:
2020
control-plane: controller-manager
2121
{{- include "tinysystems-operator.selectorLabels" . | nindent 8 }}
22+
{{- include "tinysystems-operator.labels" . | nindent 8 }}
2223
annotations:
2324
kubectl.kubernetes.io/default-container: manager
2425
rollme: {{ randAlphaNum 5 | quote }}

0 commit comments

Comments
 (0)