diff --git a/charts/registry-creds/Chart.yaml b/charts/registry-creds/Chart.yaml index b0825110..9a7d1671 100644 --- a/charts/registry-creds/Chart.yaml +++ b/charts/registry-creds/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 description: registry-creds name: registry-creds -version: 1.1.3 \ No newline at end of file +version: 1.1.3-bugfix-user \ No newline at end of file diff --git a/charts/registry-creds/templates/deployment.yaml b/charts/registry-creds/templates/deployment.yaml index 56fb9f28..00f38d12 100644 --- a/charts/registry-creds/templates/deployment.yaml +++ b/charts/registry-creds/templates/deployment.yaml @@ -16,6 +16,7 @@ spec: spec: securityContext: runAsNonRoot: true + runAsUser: 999 imagePullSecrets: - name: dockerhub-config-json containers: