File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ type: application
1616# This is the chart version. This version number should be incremented each time you make changes
1717# to the chart and its templates, including the app version.
1818# Versions are expected to follow Semantic Versioning (https://semver.org/)
19- version : 0.1.3
19+ version : 0.2.0
2020
2121# This is the version number of the application being deployed. This version number should be
2222# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 11# postal
22
3- ![ Version: 0.1.3 ] ( https://img.shields.io/badge/Version-0.1.3 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.3.4] ( https://img.shields.io/badge/AppVersion-3.3.4-informational?style=flat-square )
3+ ![ Version: 0.2.0 ] ( https://img.shields.io/badge/Version-0.2.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.3.4] ( https://img.shields.io/badge/AppVersion-3.3.4-informational?style=flat-square )
44
55A Helm chart for Kubernetes
66
@@ -55,6 +55,9 @@ A Helm chart for Kubernetes
5555| image.repository | string | ` "ghcr.io/postalserver/postal" ` | |
5656| image.tag | string | ` "" ` | |
5757| jobs.initialize.affinity | object | ` {} ` | |
58+ | jobs.initialize.annotations."helm.sh/hook" | string | ` "post-install,post-upgrade" ` | |
59+ | jobs.initialize.annotations."helm.sh/hook-delete-policy" | string | ` "before-hook-creation" ` | |
60+ | jobs.initialize.annotations."helm.sh/hook-weight" | string | ` "1" ` | |
5861| jobs.initialize.autoscaling.enabled | bool | ` false ` | |
5962| jobs.initialize.autoscaling.maxReplicas | int | ` 100 ` | |
6063| jobs.initialize.autoscaling.minReplicas | int | ` 1 ` | |
Original file line number Diff line number Diff line change 6464 "maximumHoldExpiryDays" : {
6565 "type" : " integer"
6666 },
67+ "railsSecretKey" : {
68+ "type" : " string"
69+ },
6770 "secretName" : {
6871 "type" : " string"
6972 },
73+ "signingKey" : {
74+ "type" : " string"
75+ },
7076 "smtpHostname" : {
7177 "type" : " string"
7278 },
125131 "properties" : {},
126132 "type" : " object"
127133 },
134+ "annotations" : {
135+ "properties" : {
136+ "helm.sh/hook" : {
137+ "type" : " string"
138+ },
139+ "helm.sh/hook-delete-policy" : {
140+ "type" : " string"
141+ },
142+ "helm.sh/hook-weight" : {
143+ "type" : " string"
144+ }
145+ },
146+ "type" : " object"
147+ },
128148 "autoscaling" : {
129149 "properties" : {
130150 "enabled" : {
You can’t perform that action at this time.
0 commit comments