From ca4d1eeb458bc00de59b9e95c885f26d42f0b4b2 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sat, 16 May 2020 12:47:04 -0400 Subject: [PATCH] use tag in deploy --- 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 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