File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 48
48
secretName : tls-assets-nc-diag-agent
49
49
{{- end }}
50
50
{{- end }}
51
+ imagePullSecrets :
52
+ - name : {{ .Values.IMAGE_PULL_SECRET_NAME }}
51
53
containers :
52
54
- name : {{ .Values.SERVICE_NAME }}
53
55
image : ' {{ .Values.IMAGE_REPOSITORY }}:{{ .Values.TAG }}'
Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ ARTIFACT_DESCRIPTOR_VERSION: ''
6
6
7
7
# -- Image coordinates, next two values will be joined as:
8
8
# IMAGE_REPOSITORY:TAG
9
- IMAGE_REPOSITORY : ' '
10
- TAG : ' '
11
-
9
+ IMAGE_REPOSITORY : ghcr.io/netcracker/diag-proxy
10
+ TAG : main
11
+ # --- The name of the secret in Kubernetes that provides access to the private Docker registry
12
+ IMAGE_PULL_SECRET_NAME : regcred
12
13
# ## Deployment parameters
13
14
14
15
# --- Number of diag-proxy replicas (pods per deployment)
You can’t perform that action at this time.
0 commit comments