From 0a731ad47b8ffca1b5d24aa204bd52fc2a69494f Mon Sep 17 00:00:00 2001 From: Alexander Block Date: Fri, 19 Jul 2024 15:08:39 +0200 Subject: [PATCH] build: Preparing release v0.8.4 --- 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 613a359..8543c79 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.8.3 + newTag: v0.8.4 diff --git a/docs/install.md b/docs/install.md index d05ac87..ff7e9f0 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.8.3" | kubectl apply -f- +kustomize build "https://github.com/kluctl/template-controller/config/install?ref=v0.8.4" | kubectl apply -f- ``` ## Helm