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 d293fa0..efd1fbc 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -1 +1 @@ -image: hub.ducoterra.net/ducoterra/minecraft:1.15.2_1 \ No newline at end of file +image: hub.ducoterra.net/ducoterra/minecraft \ No newline at end of file