Skip to content

Commit

Permalink
add imagePullSecret value
Browse files Browse the repository at this point in the history
  • Loading branch information
jusa3 committed Mar 5, 2025
1 parent 826d4f3 commit 63ef6ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/semlookp-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: semlookp-ui
description: A Helm chart to deploy the semlookp-ui.
type: application
version: 0.0.11
version: 0.0.12
appVersion: "1.0.0"
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ spec:
- name: TARGET_LINK
value: {{ .Values.ingress.dns }}
imagePullSecrets:
- name: semlookp-dockerconfigjson-github-com
- name: {{ .Values.frontend.imagePullSecret }}
1 change: 1 addition & 0 deletions k8s/semlookp-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ingress:
path:
frontend:
apiURL:
imagePullSecret:
images:
frontend:
auth:
Expand Down

0 comments on commit 63ef6ae

Please sign in to comment.