Skip to content

Commit

Permalink
[mailpit] 1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jouve committed Nov 5, 2023
1 parent 73fe88a commit 2128461
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 40 deletions.
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.7
appVersion: 1.9.9
version: 0.7.8
appVersion: 1.9.10
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.8` |
| `image.tag` | image tag (immutable tags are recommended) | `v1.9.10` |
| `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
37 changes: 1 addition & 36 deletions 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.8"
"default": "v1.9.10"
},
"digest": {
"type": "string",
Expand All @@ -64,41 +64,6 @@
}
}
},
"commonLabels": {
"type": "object",
"properties": {
"app": {
"type": "object",
"properties": {
"kubernetes": {
"type": "object",
"properties": {
"io/version": {
"type": "string",
"description": "",
"default": "{{ .Values.image.tag }}"
}
}
}
}
}
}
},
"podLabels": {
"type": "object",
"properties": {
"helm": {
"type": "object",
"properties": {
"sh/chart": {
"type": "string",
"description": "",
"default": "{{ .Chart.Name }}"
}
}
}
}
},
"updateStrategy": {
"type": "object",
"properties": {
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.9
tag: v1.9.10
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit 2128461

Please sign in to comment.