diff --git a/helm/warehouse13/templates/app-deployment.yaml b/helm/warehouse13/templates/app-deployment.yaml index 5091efe..8106e58 100644 --- a/helm/warehouse13/templates/app-deployment.yaml +++ b/helm/warehouse13/templates/app-deployment.yaml @@ -19,7 +19,7 @@ spec: app.kubernetes.io/component: app spec: imagePullSecrets: - - name: gitlab-service-agent-registry-secret + - name: gitlab-dev-ns-registry-secret serviceAccountName: {{ include "warehouse13.serviceAccountName" . }} securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} diff --git a/helm/warehouse13/values.yaml b/helm/warehouse13/values.yaml index b74d3bb..5864187 100644 --- a/helm/warehouse13/values.yaml +++ b/helm/warehouse13/values.yaml @@ -137,3 +137,12 @@ tolerations: [] # Affinity affinity: {} + +imagePullSecret: + name: gitlab-dev-ns-registry-secret + username: project_9145_bot_imagepuller + # Read only token so okay if hard coded here + password: glpat-ZV7ASvBqFoiWC9QqD5WlTG86MQp1OjVxMgk.01.0z192vpfw + server: registry.global.bsf.tools + email: botemail@global.bsf.tool +