From 0e2df97ccb326b9d4311921e99ba002ff1978d98 Mon Sep 17 00:00:00 2001 From: Alexander Block Date: Wed, 14 Dec 2022 17:44:38 +0100 Subject: [PATCH] build: Preparing release v0.5.1 --- config/manager/kustomization.yaml | 2 +- docs/install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index c92b8f4..7ee450d 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: ghcr.io/kluctl/template-controller newName: ghcr.io/kluctl/template-controller - newTag: v0.5.0 + newTag: v0.5.1 diff --git a/docs/install.md b/docs/install.md index 2d2362b..4550fa1 100644 --- a/docs/install.md +++ b/docs/install.md @@ -13,7 +13,7 @@ The Template Controller can currently only be installed via kustomize: ```sh kubectl create ns kluctl-system -kustomize build "https://github.com/kluctl/template-controller/config/install?ref=v0.5.0" | kubectl apply -f- +kustomize build "https://github.com/kluctl/template-controller/config/install?ref=v0.5.1" | kubectl apply -f- ``` Helm Charts will be supported in the near future. \ No newline at end of file