Skip to content

Commit

Permalink
[mailpit] 1.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jouve committed Oct 16, 2023
1 parent 4578267 commit f4a4341
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,16 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Run chart-releaser
uses: helm/chart-releaser-action@ed43eb303604cbc0eeec8390544f7748dc6c790d
- name: Set up chart-testing
uses: helm/chart-testing-action@v2

- name: Override ct version
uses: ./.github/actions/setup-chart-testing
with:
skip_existing: true
url: https://github.com/jouve/chart-testing
version: 3.10.0

- name: Run chart-releaser
uses: jouve/chart-releaser-action@ed43eb303604cbc0eeec8390544f7748dc6c790d
env:
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions charts/mailpit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: mailpit
description: An email and SMTP testing tool with API for developers
icon: https://raw.githubusercontent.com/axllent/mailpit/develop/server/ui/mailpit.svg
type: application
version: 0.7.5
appVersion: 1.9.7
version: 0.7.6
appVersion: 1.9.8
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down
2 changes: 1 addition & 1 deletion charts/mailpit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ helm install mailpit jouve/mailpit
| -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | ----------------- |
| `image.registry` | image registry | `docker.io` |
| `image.repository` | image repository | `axllent/mailpit` |
| `image.tag` | image tag (immutable tags are recommended) | `v1.9.6` |
| `image.tag` | image tag (immutable tags are recommended) | `v1.9.8` |
| `image.digest` | image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
| `image.pullPolicy` | image pull policy | `IfNotPresent` |
| `image.pullSecrets` | image pull secrets | `[]` |
Expand Down
2 changes: 1 addition & 1 deletion charts/mailpit/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"tag": {
"type": "string",
"description": "image tag (immutable tags are recommended)",
"default": "v1.9.6"
"default": "v1.9.8"
},
"digest": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion charts/mailpit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ global:
image:
registry: docker.io
repository: axllent/mailpit
tag: v1.9.7
tag: v1.9.8
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit f4a4341

Please sign in to comment.