mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 17:07:04 +02:00
feat(common): Release version 1.2.0 (#92)
* fix(common): fix incorrect route default values (#91) * fix(common): make `sectionName` optional for route parentRefs * fix(common): name primary route correctly * feat(common): add controller.type of cronjob (#87) * fix(common): Fix invalid persistence type message (#85) * feat(common): Allow setting container restartPolicy Co-authored-by: András Maróy <andras@maroy.hu> Co-authored-by: loeken <loeken@internetz.me> Co-authored-by: Han Cen <hi@chamburr.com>
This commit is contained in:
parent
8f2a1ba9b4
commit
72670526a3
26 changed files with 351 additions and 66 deletions
11
charts/other/app-template/ci/cronjob-values.yaml
Normal file
11
charts/other/app-template/ci/cronjob-values.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
controller:
|
||||
type: cronjob
|
||||
|
||||
image:
|
||||
repository: b4bz/homer
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
Loading…
Add table
Add a link
Reference in a new issue