From f4a4341512adcb6a6db03edf05e24c0277b3402e Mon Sep 17 00:00:00 2001 From: Cyril Jouve Date: Mon, 16 Oct 2023 20:47:02 +0200 Subject: [PATCH] [mailpit] 1.9.8 --- .github/workflows/release.yaml | 13 ++++++++++--- charts/mailpit/Chart.yaml | 4 ++-- charts/mailpit/README.md | 2 +- charts/mailpit/values.schema.json | 2 +- charts/mailpit/values.yaml | 2 +- 5 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e90581b..0b7f1be 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 }} diff --git a/charts/mailpit/Chart.yaml b/charts/mailpit/Chart.yaml index 7c45763..ef689e9 100644 --- a/charts/mailpit/Chart.yaml +++ b/charts/mailpit/Chart.yaml @@ -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 diff --git a/charts/mailpit/README.md b/charts/mailpit/README.md index fb638a7..3c71d72 100644 --- a/charts/mailpit/README.md +++ b/charts/mailpit/README.md @@ -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 | `[]` | diff --git a/charts/mailpit/values.schema.json b/charts/mailpit/values.schema.json index 312982f..89715e6 100644 --- a/charts/mailpit/values.schema.json +++ b/charts/mailpit/values.schema.json @@ -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", diff --git a/charts/mailpit/values.yaml b/charts/mailpit/values.yaml index 12eec9d..8dab978 100644 --- a/charts/mailpit/values.yaml +++ b/charts/mailpit/values.yaml @@ -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'