diff --git a/charts/tsuru-api/Chart.yaml b/charts/tsuru-api/Chart.yaml index 058b2dc..9721e7a 100644 --- a/charts/tsuru-api/Chart.yaml +++ b/charts/tsuru-api/Chart.yaml @@ -15,7 +15,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: 0.2.19 +version: 0.2.20 # 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 diff --git a/charts/tsuru-api/templates/deployment.yaml b/charts/tsuru-api/templates/deployment.yaml index 10eed3e..d4d3dd5 100644 --- a/charts/tsuru-api/templates/deployment.yaml +++ b/charts/tsuru-api/templates/deployment.yaml @@ -33,6 +33,9 @@ spec: securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} containers: + {{- with .Values.sidecars }} + {{- toYaml . | nindent 8 }} + {{- end }} - name: {{ .Chart.Name }} securityContext: {{- toYaml .Values.securityContext | nindent 12 }} diff --git a/charts/tsuru-api/values.yaml b/charts/tsuru-api/values.yaml index d9fee66..6ffc9ba 100644 --- a/charts/tsuru-api/values.yaml +++ b/charts/tsuru-api/values.yaml @@ -59,6 +59,7 @@ podAnnotations: {} volumes: [] volumeMounts: [] +sidecars: [] podSecurityContext: {} # fsGroup: 2000