Skip to content

Commit a9d5f7f

Browse files
ci: release chart 0.2.0
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cc17a91 commit a9d5f7f

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

postal/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

postal/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
A 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` | |

values.schema.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,15 @@
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
},
@@ -125,6 +131,20 @@
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": {

0 commit comments

Comments
 (0)