We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0424ac4 + 4d9e0f5 commit eaf6b00Copy full SHA for eaf6b00
2 files changed
chart/gameshelf/values.yaml
@@ -2,7 +2,8 @@ replicaCount: 1
2
3
# Required to allow Bitnami subcharts to use proxied images
4
global:
5
- imagePullSecrets: []
+ imagePullSecrets:
6
+ - name: enterprise-pull-secret
7
security:
8
allowInsecureImages: true
9
@@ -14,7 +15,7 @@ imageProxy:
14
15
16
image:
17
repository: ghcr.io/aa-replicated/gameshelf
- tag: latest
18
+ tag: ""
19
pullPolicy: Always
20
21
service:
helmchart.yaml
@@ -9,9 +9,6 @@ spec:
values:
10
adminSecret: repl{{ ConfigOption `admin_secret`}}
11
siteName: repl{{ ConfigOption `site_name`}}
12
- global:
13
- imagePullSecrets:
- - name: repl{{ ImagePullSecretName }}
builder:
tag: latest
0 commit comments