Skip to content

Commit

Permalink
build: Preparing release v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Oct 23, 2024
1 parent d555cda commit bb17bda
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions deploy/charts/template-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ maintainers:
name: codablock
description: A Helm chart for the template-controller
type: application
version: "0.9.2"
appVersion: "v0.9.2"
version: "0.9.3"
appVersion: "v0.9.3"
2 changes: 1 addition & 1 deletion deploy/charts/template-controller/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# template-controller

![Version: 0.9.2](https://img.shields.io/badge/Version-0.9.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.9.2](https://img.shields.io/badge/AppVersion-v0.9.2-informational?style=flat-square)
![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)

A Helm chart for the template-controller

Expand Down
14 changes: 7 additions & 7 deletions deploy/manifests/template-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ metadata:
name: template-controller
namespace: template-controller
labels:
helm.sh/chart: template-controller-0.9.2
helm.sh/chart: template-controller-0.9.3
app.kubernetes.io/name: template-controller
app.kubernetes.io/instance: template-controller
app.kubernetes.io/version: "v0.9.2"
app.kubernetes.io/version: "v0.9.3"
app.kubernetes.io/managed-by: Helm
---
# Source: template-controller/templates/crds/githubcomment.yaml
Expand Down Expand Up @@ -2109,10 +2109,10 @@ metadata:
name: template-controller
namespace: template-controller
labels:
helm.sh/chart: template-controller-0.9.2
helm.sh/chart: template-controller-0.9.3
app.kubernetes.io/name: template-controller
app.kubernetes.io/instance: template-controller
app.kubernetes.io/version: "v0.9.2"
app.kubernetes.io/version: "v0.9.3"
app.kubernetes.io/managed-by: Helm
spec:
type: ClusterIP
Expand All @@ -2136,10 +2136,10 @@ metadata:
name: template-controller
namespace: template-controller
labels:
helm.sh/chart: template-controller-0.9.2
helm.sh/chart: template-controller-0.9.3
app.kubernetes.io/name: template-controller
app.kubernetes.io/instance: template-controller
app.kubernetes.io/version: "v0.9.2"
app.kubernetes.io/version: "v0.9.3"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
Expand Down Expand Up @@ -2170,7 +2170,7 @@ spec:
runAsUser: 1337
seccompProfile:
type: RuntimeDefault
image: "ghcr.io/kluctl/template-controller:v0.9.2"
image: "ghcr.io/kluctl/template-controller:v0.9.3"
env:
- name: RUNTIME_NAMESPACE
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2/deploy/manifests/template-controller.yaml"
kubectl apply -f "https://raw.githubusercontent.com/kluctl/template-controller/v0.9.3/deploy/manifests/template-controller.yaml"
```

## Helm
Expand Down

0 comments on commit bb17bda

Please sign in to comment.