From 58d44d42b3743da4329effb22fdffda3a0be1254 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sat, 16 May 2020 12:47:39 -0400 Subject: [PATCH] use tag --- helm/templates/deploy.yaml | 2 +- helm/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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