diff --git a/charts/Chart.yaml b/charts/Chart.yaml index 002e549..9007864 100644 --- a/charts/Chart.yaml +++ b/charts/Chart.yaml @@ -4,5 +4,5 @@ sources: - https://github.com/nais/fqdn-policy/tree/main/charts/ description: A Helm chart containing a fork of the GoogleCloudPlatform/gke-fqdnnetworkpolicies-golang operator type: application -version: 0.0.5 -appVersion: "0.4.0" \ No newline at end of file +version: 0.0.6 +appVersion: "0.4.0" diff --git a/charts/templates/deployment.yaml b/charts/templates/deployment.yaml index 8eca61c..1be8c2a 100644 --- a/charts/templates/deployment.yaml +++ b/charts/templates/deployment.yaml @@ -6,6 +6,9 @@ metadata: control-plane: controller-manager {{- include "fqdn-policy.labels" . | nindent 4 }} name: fqdnnetworkpolicies-controller-manager + {{- if .Values.deploymentAnnotations }} + annotations: {{- toYaml .Values.deploymentAnnotations | nindent 4 }} + {{- end }} spec: replicas: 1 selector: diff --git a/charts/values.yaml b/charts/values.yaml index e378576..4a11aae 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -23,3 +23,5 @@ resources: requests: cpu: 100m memory: 20Mi + +deploymentAnnotations: {}