diff --git a/charts/scan-controller/Chart.yaml b/charts/scan-controller/Chart.yaml index 9bf75dc..057d668 100644 --- a/charts/scan-controller/Chart.yaml +++ b/charts/scan-controller/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.0.0-alpha.6 +version: 0.0.0-alpha.7 # 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/scan-controller/values.yaml b/charts/scan-controller/values.yaml index c2dc35d..350e0fc 100644 --- a/charts/scan-controller/values.yaml +++ b/charts/scan-controller/values.yaml @@ -83,7 +83,7 @@ scanner: image: "{{ default .Values.global.image.registry .Values.scanner.image.registry }}/{{ .Values.scanner.image.repository }}:{{ .Values.scanner.image.tag | default .Chart.AppVersion }}" imagePullPolicy: Always {{- with .Values.scanner.resources }} - reources: + resources: {{- toYaml . | nindent 12 }} {{- end }} securityContext: