diff --git a/charts/newrelic-php-agent/Chart.yaml b/charts/newrelic-php-agent/Chart.yaml index 96eb652..b8c1b99 100644 --- a/charts/newrelic-php-agent/Chart.yaml +++ b/charts/newrelic-php-agent/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: newrelic-php-agent description: A Helm chart to deploy the New Relic PHP Agent. type: application -version: 0.1.0 -appVersion: "0.1.0" +version: 0.1.1 +appVersion: "0.1.1" diff --git a/charts/newrelic-php-agent/templates/deployment.yaml b/charts/newrelic-php-agent/templates/deployment.yaml index 207c7c3..2bd55cf 100644 --- a/charts/newrelic-php-agent/templates/deployment.yaml +++ b/charts/newrelic-php-agent/templates/deployment.yaml @@ -12,8 +12,7 @@ spec: labels: {{- include "newrelic-php-agent.selectorLabels" . | nindent 8 }} spec: {{- with .Values.imagePullSecrets }} - imagePullSecrets: - {{- toYaml . | nindent 8 }} + imagePullSecrets: {{- toYaml . | nindent 8 }} {{- end }} containers: - name: {{ .Chart.Name }} @@ -32,17 +31,13 @@ spec: periodSeconds: 10 tcpSocket: port: {{ .Values.service.port }} - resources: - {{- toYaml .Values.resources | nindent 12 }} + resources: {{- toYaml .Values.resources | nindent 12 }} {{- with .Values.nodeSelector }} - nodeSelector: - {{- toYaml . | nindent 8 }} + nodeSelector: {{- toYaml . | nindent 8 }} {{- end }} {{- with .Values.affinity }} - affinity: - {{- toYaml . | nindent 8 }} + affinity: {{- toYaml . | nindent 8 }} {{- end }} {{- with .Values.tolerations }} - tolerations: - {{- toYaml . | nindent 8 }} + tolerations: {{- toYaml . | nindent 8 }} {{- end }}