Skip to content

Commit c6a057d

Browse files
committed
build: Preparing release v0.9.4
1 parent 2c4a1ff commit c6a057d

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.3"
13-
appVersion: "v0.9.3"
12+
version: "0.9.4"
13+
appVersion: "v0.9.4"

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.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)
3+
![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)
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.3
13+
helm.sh/chart: template-controller-0.9.4
1414
app.kubernetes.io/name: template-controller
1515
app.kubernetes.io/instance: template-controller
16-
app.kubernetes.io/version: "v0.9.3"
16+
app.kubernetes.io/version: "v0.9.4"
1717
app.kubernetes.io/managed-by: Helm
1818
---
1919
# Source: template-controller/templates/crds/githubcomment.yaml
@@ -2110,10 +2110,10 @@ metadata:
21102110
name: template-controller
21112111
namespace: template-controller
21122112
labels:
2113-
helm.sh/chart: template-controller-0.9.3
2113+
helm.sh/chart: template-controller-0.9.4
21142114
app.kubernetes.io/name: template-controller
21152115
app.kubernetes.io/instance: template-controller
2116-
app.kubernetes.io/version: "v0.9.3"
2116+
app.kubernetes.io/version: "v0.9.4"
21172117
app.kubernetes.io/managed-by: Helm
21182118
spec:
21192119
type: ClusterIP
@@ -2137,10 +2137,10 @@ metadata:
21372137
name: template-controller
21382138
namespace: template-controller
21392139
labels:
2140-
helm.sh/chart: template-controller-0.9.3
2140+
helm.sh/chart: template-controller-0.9.4
21412141
app.kubernetes.io/name: template-controller
21422142
app.kubernetes.io/instance: template-controller
2143-
app.kubernetes.io/version: "v0.9.3"
2143+
app.kubernetes.io/version: "v0.9.4"
21442144
app.kubernetes.io/managed-by: Helm
21452145
spec:
21462146
replicas: 1
@@ -2171,7 +2171,7 @@ spec:
21712171
runAsUser: 1337
21722172
seccompProfile:
21732173
type: RuntimeDefault
2174-
image: "ghcr.io/kluctl/template-controller:v0.9.3"
2174+
image: "ghcr.io/kluctl/template-controller:v0.9.4"
21752175
env:
21762176
- name: RUNTIME_NAMESPACE
21772177
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.3/deploy/manifests/template-controller.yaml"
16+
kubectl apply -f "https://raw.githubusercontent.com/kluctl/template-controller/v0.9.4/deploy/manifests/template-controller.yaml"
1717
```
1818

1919
## Helm

0 commit comments

Comments
 (0)