diff --git a/deploy/charts/template-controller/Chart.yaml b/deploy/charts/template-controller/Chart.yaml index 36c119d..56adb71 100644 --- a/deploy/charts/template-controller/Chart.yaml +++ b/deploy/charts/template-controller/Chart.yaml @@ -9,5 +9,5 @@ maintainers: name: codablock description: A Helm chart for the template-controller type: application -version: "0.9.3" -appVersion: "v0.9.3" +version: "0.9.4" +appVersion: "v0.9.4" diff --git a/deploy/charts/template-controller/README.md b/deploy/charts/template-controller/README.md index 0744ed0..021be03 100644 --- a/deploy/charts/template-controller/README.md +++ b/deploy/charts/template-controller/README.md @@ -1,6 +1,6 @@ # template-controller -![Version: 0.9.3](https://img.shields.io/badge/Version-0.9.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.9.3](https://img.shields.io/badge/AppVersion-v0.9.3-informational?style=flat-square) +![Version: 0.9.4](https://img.shields.io/badge/Version-0.9.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.9.4](https://img.shields.io/badge/AppVersion-v0.9.4-informational?style=flat-square) A Helm chart for the template-controller diff --git a/deploy/manifests/template-controller.yaml b/deploy/manifests/template-controller.yaml index c0dc988..3557d32 100644 --- a/deploy/manifests/template-controller.yaml +++ b/deploy/manifests/template-controller.yaml @@ -10,10 +10,10 @@ metadata: name: template-controller namespace: template-controller labels: - helm.sh/chart: template-controller-0.9.3 + helm.sh/chart: template-controller-0.9.4 app.kubernetes.io/name: template-controller app.kubernetes.io/instance: template-controller - app.kubernetes.io/version: "v0.9.3" + app.kubernetes.io/version: "v0.9.4" app.kubernetes.io/managed-by: Helm --- # Source: template-controller/templates/crds/githubcomment.yaml @@ -2110,10 +2110,10 @@ metadata: name: template-controller namespace: template-controller labels: - helm.sh/chart: template-controller-0.9.3 + helm.sh/chart: template-controller-0.9.4 app.kubernetes.io/name: template-controller app.kubernetes.io/instance: template-controller - app.kubernetes.io/version: "v0.9.3" + app.kubernetes.io/version: "v0.9.4" app.kubernetes.io/managed-by: Helm spec: type: ClusterIP @@ -2137,10 +2137,10 @@ metadata: name: template-controller namespace: template-controller labels: - helm.sh/chart: template-controller-0.9.3 + helm.sh/chart: template-controller-0.9.4 app.kubernetes.io/name: template-controller app.kubernetes.io/instance: template-controller - app.kubernetes.io/version: "v0.9.3" + app.kubernetes.io/version: "v0.9.4" app.kubernetes.io/managed-by: Helm spec: replicas: 1 @@ -2171,7 +2171,7 @@ spec: runAsUser: 1337 seccompProfile: type: RuntimeDefault - image: "ghcr.io/kluctl/template-controller:v0.9.3" + image: "ghcr.io/kluctl/template-controller:v0.9.4" env: - name: RUNTIME_NAMESPACE valueFrom: diff --git a/docs/install.md b/docs/install.md index f5c1a86..1388f0c 100644 --- a/docs/install.md +++ b/docs/install.md @@ -13,7 +13,7 @@ The Template Controller can currently be installed via static manifests or via H ## Static Manifests ```sh -kubectl apply -f "https://raw.githubusercontent.com/kluctl/template-controller/v0.9.3/deploy/manifests/template-controller.yaml" +kubectl apply -f "https://raw.githubusercontent.com/kluctl/template-controller/v0.9.4/deploy/manifests/template-controller.yaml" ``` ## Helm