mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/anchore-engine] update chart to anchore engine v0.5.1 (#17905)
* add securityContext to all deployments to run as anchore:anchore Signed-off-by: Brady Todhunter <bradyt@anchore.com> * version bump to anchore-engine v0.5.1 Signed-off-by: Brady Todhunter <bradyt@anchore.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
57e573c8b9
commit
8558ba35b4
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: anchore-engine
|
||||
version: 1.3.2
|
||||
appVersion: 0.5.0
|
||||
version: 1.3.3
|
||||
appVersion: 0.5.1
|
||||
description: Anchore container analysis and policy evaluation engine service
|
||||
keywords:
|
||||
- analysis
|
||||
|
||||
@@ -37,6 +37,9 @@ spec:
|
||||
{{ toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
containers:
|
||||
{{- if .Values.cloudsql.enabled }}
|
||||
- name: cloudsql-proxy
|
||||
|
||||
@@ -37,6 +37,9 @@ spec:
|
||||
{{ toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
{{ if and .Values.anchoreEnterpriseGlobal.enabled (or .Values.anchoreEnterpriseRbac.enabled .Values.anchoreEnterpriseReports.enabled) }}
|
||||
imagePullSecrets:
|
||||
- name: {{ .Values.anchoreEnterpriseGlobal.imagePullSecretName }}
|
||||
|
||||
@@ -37,6 +37,9 @@ spec:
|
||||
{{ toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
containers:
|
||||
{{- if .Values.cloudsql.enabled }}
|
||||
- name: cloudsql-proxy
|
||||
|
||||
@@ -38,6 +38,9 @@ spec:
|
||||
{{ toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
imagePullSecrets:
|
||||
- name: {{ .Values.anchoreEnterpriseGlobal.imagePullSecretName }}
|
||||
containers:
|
||||
|
||||
@@ -42,6 +42,9 @@ spec:
|
||||
{{ toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
imagePullSecrets:
|
||||
- name: {{ .Values.anchoreEnterpriseGlobal.imagePullSecretName }}
|
||||
containers:
|
||||
|
||||
@@ -37,6 +37,9 @@ spec:
|
||||
{{ toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
containers:
|
||||
{{- if .Values.cloudsql.enabled }}
|
||||
- name: cloudsql-proxy
|
||||
|
||||
@@ -37,6 +37,9 @@ spec:
|
||||
{{ toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
containers:
|
||||
{{- if .Values.cloudsql.enabled }}
|
||||
- name: cloudsql-proxy
|
||||
|
||||
@@ -83,7 +83,7 @@ ingress:
|
||||
# Global configuration shared by all anchore-engine services.
|
||||
anchoreGlobal:
|
||||
# Image used for all anchore engine deployments (excluding enterprise components).
|
||||
image: docker.io/anchore/anchore-engine:v0.5.0
|
||||
image: docker.io/anchore/anchore-engine:v0.5.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
||||
# Set this value to True to setup the chart for OpenShift deployment compatability.
|
||||
|
||||
Reference in New Issue
Block a user