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