Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 106c868

Browse files
authored
Merge pull request #27 from kluctl/upgrade-template-controller
Upgrade template controller to v0.7.0
2 parents 40888d7 + 67492b4 commit 106c868

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

charts/template-controller/CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# Changelog
22

3-
## [template-controller-Unreleased](https://github.com/kluctl/charts/compare/template-controller-0.2.0...HEAD) (2023-05-12)
3+
## [template-controller-Unreleased](https://github.com/kluctl/charts/compare/template-controller-0.2.1...HEAD) (2023-05-17)
44

5-
### Features
5+
### Fixes
6+
7+
* **template-controller:** Upgrade controller to v0.7.0
8+
([6322e6e](https://github.com/kluctl/charts/commit/6322e6ed43879b9cd50d8659ec33ac200f748af1))
9+
10+
### [template-controller-0.2.1](https://github.com/kluctl/charts/compare/template-controller-0.2.0...template-controller-0.2.1) (2023-05-12)
11+
12+
#### Features
613

714
* **template-controller:** Allow users to specify additional env variables
815
([b5960f1](https://github.com/kluctl/charts/commit/b5960f1ff1e14f8b8b9ac65217cd5a8da5c62f49))

charts/template-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.2.1
13-
appVersion: "v0.6.0"
12+
version: 0.2.2
13+
appVersion: "v0.7.0"

charts/template-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# template-controller
22

3-
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.6.0](https://img.shields.io/badge/AppVersion-v0.6.0-informational?style=flat-square)
3+
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.7.0](https://img.shields.io/badge/AppVersion-v0.7.0-informational?style=flat-square)
44

55
A Helm chart for the template-controller
66

charts/template-controller/templates/clusterrole.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ metadata:
55
creationTimestamp: null
66
name: {{ include "template-controller.fullname" . }}-manager-role
77
rules:
8+
- apiGroups:
9+
- ""
10+
resources:
11+
- configmaps
12+
verbs:
13+
- get
14+
- list
15+
- watch
816
- apiGroups:
917
- ""
1018
resources:

0 commit comments

Comments
 (0)