Skip to content

Commit

Permalink
update chart
Browse files Browse the repository at this point in the history
  • Loading branch information
liyaka committed Aug 27, 2024
1 parent 3791aea commit 0459a3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/public-test/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- containerPort: 8080
Expand Down
1 change: 1 addition & 0 deletions charts/public-test/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ replicaCount: 1
image:
repository: ghcr.io/comet-ml/public-test
pullPolicy: IfNotPresent
tag: latest

serviceAccount:
create: true
Expand Down

0 comments on commit 0459a3f

Please sign in to comment.