From e0e90aa29135509ffd1b80c6f7974f497d07a4ed Mon Sep 17 00:00:00 2001 From: ducoterra Date: Mon, 15 Jun 2020 21:33:42 -0400 Subject: [PATCH] add tag to values --- README.md | 2 +- helm/values.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ed7965..ab26088 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@ ## Deploy ```bash -helm template homer --set tag=1.1.1 ./helm | kubectl apply -f - +helm install homer ./helm ``` \ No newline at end of file diff --git a/helm/values.yaml b/helm/values.yaml index f5a0d96..dba09d8 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -1 +1,2 @@ -image: hub.ducoterra.net/ducoterra/homer \ No newline at end of file +image: hub.ducoterra.net/ducoterra/homer +tag: 1.1.5 \ No newline at end of file