diff --git a/helm/templates/deploy.yaml b/helm/templates/deploy.yaml index 0ecf55a..846ea26 100644 --- a/helm/templates/deploy.yaml +++ b/helm/templates/deploy.yaml @@ -13,7 +13,7 @@ spec: spec: containers: - name: {{ .Release.Name }} - image: {{ .Values.image }} + image: {{ .Values.image }}:{{ .Values.tag }} ports: - containerPort: 25565 volumeMounts: diff --git a/helm/values.yaml b/helm/values.yaml index 878f8ce..904a121 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -1,2 +1,2 @@ -image: hub.ducoterra.net/ducoterra/minecraft:1.15.2_1 +image: hub.ducoterra.net/ducoterra/minecraft port: 20100 \ No newline at end of file