Skip to content

Commit

Permalink
fix: swap image.name to image.repository
Browse files Browse the repository at this point in the history
  • Loading branch information
anthr76 authored Feb 1, 2024
1 parent 25d5ede commit f07d93a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/palworld/templates/deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
protocol: TCP
{{ end }}
- name: server
image: "{{ .Values.server.image.name }}:{{ .Values.server.image.tag }}"
image: "{{ .Values.server.image.repository }}:{{ .Values.server.image.tag }}"
imagePullPolicy: {{ .Values.server.image.imagePullPolicy }}
resources:
{{- with .Values.server.resources }}
Expand Down
2 changes: 1 addition & 1 deletion charts/palworld/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ server:
# @notationType -- bigValue
image:
# -- Name of the image, without the tag.
name: thijsvanloef/palworld-server-docker
repository: thijsvanloef/palworld-server-docker
# -- The tag of the image.
tag: latest
# -- Define the pull policy for the server image.
Expand Down

0 comments on commit f07d93a

Please sign in to comment.