diff --git a/charts/temporal-operator/Chart.yaml b/charts/temporal-operator/Chart.yaml index 85a5ec58..781736b5 100644 --- a/charts/temporal-operator/Chart.yaml +++ b/charts/temporal-operator/Chart.yaml @@ -13,9 +13,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.16.1" +appVersion: "v0.16.2" diff --git a/charts/temporal-operator/templates/deployment.yaml b/charts/temporal-operator/templates/deployment.yaml index 315dbade..fe7aad85 100644 --- a/charts/temporal-operator/templates/deployment.yaml +++ b/charts/temporal-operator/templates/deployment.yaml @@ -56,4 +56,6 @@ spec: - name: cert secret: defaultMode: 420 - secretName: webhook-server-cert \ No newline at end of file + secretName: webhook-server-cert + nodeSelector: {{ toYaml .Values.manager.nodeSelector | nindent 8 }} + tolerations: {{ toYaml .Values.manager.tolerations | nindent 8 }} \ No newline at end of file diff --git a/charts/temporal-operator/values.yaml b/charts/temporal-operator/values.yaml index b7f8b67d..4efb8d00 100644 --- a/charts/temporal-operator/values.yaml +++ b/charts/temporal-operator/values.yaml @@ -25,6 +25,8 @@ manager: # -- Service account settings for the controller manager container. serviceAccount: annotations: {} + nodeSelector: {} + tolerations: [] webhook: ports: