diff --git a/chart/gameshelf/values.yaml b/chart/gameshelf/values.yaml index 029ae3c..1a3cfea 100644 --- a/chart/gameshelf/values.yaml +++ b/chart/gameshelf/values.yaml @@ -2,7 +2,8 @@ replicaCount: 1 # Required to allow Bitnami subcharts to use proxied images global: - imagePullSecrets: [] + imagePullSecrets: + - name: enterprise-pull-secret security: allowInsecureImages: true @@ -14,7 +15,7 @@ imageProxy: image: repository: ghcr.io/aa-replicated/gameshelf - tag: latest + tag: "" pullPolicy: Always service: diff --git a/helmchart.yaml b/helmchart.yaml index 284c764..d20950f 100644 --- a/helmchart.yaml +++ b/helmchart.yaml @@ -9,9 +9,6 @@ spec: values: adminSecret: repl{{ ConfigOption `admin_secret`}} siteName: repl{{ ConfigOption `site_name`}} - global: - imagePullSecrets: - - name: repl{{ ImagePullSecretName }} builder: image: tag: latest