Skip to content

Commit

Permalink
ci: release chart 0.2.0
Browse files Browse the repository at this point in the history
[skip ci]

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Dec 30, 2024
1 parent cc17a91 commit a9d5f7f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion postal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.3
version: 0.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
5 changes: 4 additions & 1 deletion postal/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# postal

![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)
![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)

A Helm chart for Kubernetes

Expand Down Expand Up @@ -55,6 +55,9 @@ A Helm chart for Kubernetes
| image.repository | string | `"ghcr.io/postalserver/postal"` | |
| image.tag | string | `""` | |
| jobs.initialize.affinity | object | `{}` | |
| jobs.initialize.annotations."helm.sh/hook" | string | `"post-install,post-upgrade"` | |
| jobs.initialize.annotations."helm.sh/hook-delete-policy" | string | `"before-hook-creation"` | |
| jobs.initialize.annotations."helm.sh/hook-weight" | string | `"1"` | |
| jobs.initialize.autoscaling.enabled | bool | `false` | |
| jobs.initialize.autoscaling.maxReplicas | int | `100` | |
| jobs.initialize.autoscaling.minReplicas | int | `1` | |
Expand Down
20 changes: 20 additions & 0 deletions values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,15 @@
"maximumHoldExpiryDays": {
"type": "integer"
},
"railsSecretKey": {
"type": "string"
},
"secretName": {
"type": "string"
},
"signingKey": {
"type": "string"
},
"smtpHostname": {
"type": "string"
},
Expand Down Expand Up @@ -125,6 +131,20 @@
"properties": {},
"type": "object"
},
"annotations": {
"properties": {
"helm.sh/hook": {
"type": "string"
},
"helm.sh/hook-delete-policy": {
"type": "string"
},
"helm.sh/hook-weight": {
"type": "string"
}
},
"type": "object"
},
"autoscaling": {
"properties": {
"enabled": {
Expand Down

0 comments on commit a9d5f7f

Please sign in to comment.