From bd4051741aa0fc7cce9821404f2bb02298f0eed0 Mon Sep 17 00:00:00 2001 From: Victor Getz Date: Tue, 2 May 2023 15:56:54 +0200 Subject: [PATCH] Registry creds bugfix user --- charts/registry-creds/Chart.yaml | 2 +- charts/registry-creds/templates/deployment.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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: