diff --git a/charts/gitops-server/Chart.yaml b/charts/gitops-server/Chart.yaml index 96a4183e4c..60b9f299bf 100644 --- a/charts/gitops-server/Chart.yaml +++ b/charts/gitops-server/Chart.yaml @@ -13,7 +13,7 @@ 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: 4.0.2 +version: 4.0.3 # 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. diff --git a/charts/gitops-server/templates/deployment.yaml b/charts/gitops-server/templates/deployment.yaml index bb2862cfad..1fdf3795fe 100644 --- a/charts/gitops-server/templates/deployment.yaml +++ b/charts/gitops-server/templates/deployment.yaml @@ -4,6 +4,10 @@ metadata: name: {{ include "chart.fullname" . }} labels: {{- include "chart.labels" . | nindent 4 }} + {{- with .Values.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} spec: replicas: {{ .Values.replicaCount }} selector: diff --git a/charts/gitops-server/values.yaml b/charts/gitops-server/values.yaml index 72fe2b8c33..493f9d78d2 100644 --- a/charts/gitops-server/values.yaml +++ b/charts/gitops-server/values.yaml @@ -24,6 +24,8 @@ envVars: value: "true" - name: WEAVE_GITOPS_FEATURE_CLUSTER value: "false" +# -- Annotations to add to the deployment +annotations: {} # Should the 'oidc-auth' secret be created. For a detailed # explanation of these attributes please see our documentation: # https://docs.gitops.weave.works/docs/configuration/securing-access-to-the-dashboard/#login-via-an-oidc-provider