This repository was archived by the owner on Jul 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +20
-5
lines changed
charts/template-controller Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ maintainers:
99 name : codablock
1010description : A Helm chart for the template-controller
1111type : application
12- version : 0.2.1
13- appVersion : " v0.6 .0"
12+ version : 0.2.2
13+ appVersion : " v0.7 .0"
Original file line number Diff line number Diff line change 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
55A Helm chart for the template-controller
66
Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ metadata:
55 creationTimestamp : null
66 name : {{ include "template-controller.fullname" . }}-manager-role
77rules :
8+ - apiGroups :
9+ - " "
10+ resources :
11+ - configmaps
12+ verbs :
13+ - get
14+ - list
15+ - watch
816- apiGroups :
917 - " "
1018 resources :
You can’t perform that action at this time.
0 commit comments