Skip to content

Commit 2d7c69f

Browse files
committedJul 18, 2024·
build: Preparing release v0.9.1
1 parent b23d66a commit 2d7c69f

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed
 

‎deploy/charts/template-controller/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ maintainers:
99
name: codablock
1010
description: A Helm chart for the template-controller
1111
type: application
12-
version: "0.9.0"
13-
appVersion: "v0.9.0"
12+
version: "0.9.1"
13+
appVersion: "v0.9.1"

‎deploy/charts/template-controller/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# template-controller
22

3-
![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.9.0](https://img.shields.io/badge/AppVersion-v0.9.0-informational?style=flat-square)
3+
![Version: 0.9.1](https://img.shields.io/badge/Version-0.9.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.9.1](https://img.shields.io/badge/AppVersion-v0.9.1-informational?style=flat-square)
44

55
A Helm chart for the template-controller
66

‎deploy/manifests/template-controller.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ metadata:
1010
name: template-controller
1111
namespace: template-controller
1212
labels:
13-
helm.sh/chart: template-controller-0.9.0
13+
helm.sh/chart: template-controller-0.9.1
1414
app.kubernetes.io/name: template-controller
1515
app.kubernetes.io/instance: template-controller
16-
app.kubernetes.io/version: "v0.9.0"
16+
app.kubernetes.io/version: "v0.9.1"
1717
app.kubernetes.io/managed-by: Helm
1818
---
1919
# Source: template-controller/templates/crds/githubcomment.yaml
@@ -2109,10 +2109,10 @@ metadata:
21092109
name: template-controller
21102110
namespace: template-controller
21112111
labels:
2112-
helm.sh/chart: template-controller-0.9.0
2112+
helm.sh/chart: template-controller-0.9.1
21132113
app.kubernetes.io/name: template-controller
21142114
app.kubernetes.io/instance: template-controller
2115-
app.kubernetes.io/version: "v0.9.0"
2115+
app.kubernetes.io/version: "v0.9.1"
21162116
app.kubernetes.io/managed-by: Helm
21172117
spec:
21182118
type: ClusterIP
@@ -2136,10 +2136,10 @@ metadata:
21362136
name: template-controller
21372137
namespace: template-controller
21382138
labels:
2139-
helm.sh/chart: template-controller-0.9.0
2139+
helm.sh/chart: template-controller-0.9.1
21402140
app.kubernetes.io/name: template-controller
21412141
app.kubernetes.io/instance: template-controller
2142-
app.kubernetes.io/version: "v0.9.0"
2142+
app.kubernetes.io/version: "v0.9.1"
21432143
app.kubernetes.io/managed-by: Helm
21442144
spec:
21452145
replicas: 1
@@ -2170,7 +2170,7 @@ spec:
21702170
runAsUser: 1337
21712171
seccompProfile:
21722172
type: RuntimeDefault
2173-
image: "ghcr.io/kluctl/template-controller:v0.9.0"
2173+
image: "ghcr.io/kluctl/template-controller:v0.9.1"
21742174
env:
21752175
- name: RUNTIME_NAMESPACE
21762176
valueFrom:

‎docs/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Template Controller can currently be installed via static manifests or via H
1313

1414
## Static Manifests
1515
```sh
16-
kubectl apply -f "https://raw.githubusercontent.com/kluctl/template-controller/v0.9.0/deploy/manifests/template-controller.yaml"
16+
kubectl apply -f "https://raw.githubusercontent.com/kluctl/template-controller/v0.9.1/deploy/manifests/template-controller.yaml"
1717
```
1818

1919
## Helm

0 commit comments

Comments
 (0)
Please sign in to comment.