Skip to content

Commit 739031e

Browse files
authored
Merge pull request #164 from djjudas21/djjudas21-patch-1
Update Chart.yaml
2 parents 6431bd1 + e9c18ce commit 739031e

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed

charts/smtp-relay/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: smtp-relay
33
description: An SMTP smarthost relay for Kubernetes
44
type: application
5-
version: 0.6.1
5+
version: 0.6.2
66
appVersion: "0.10.0"
77
home: https://github.com/djjudas21/charts/tree/main/charts/smtp-relay
88
keywords:
@@ -19,4 +19,4 @@ sources:
1919
annotations:
2020
artifacthub.io/changes: |-
2121
- kind: changed
22-
description: Run container on high port
22+
description: Secrets management

charts/smtp-relay/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# smtp-relay
22

3-
![Version: 0.6.1](https://img.shields.io/badge/Version-0.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.10.0](https://img.shields.io/badge/AppVersion-0.10.0-informational?style=flat-square)
3+
![Version: 0.6.2](https://img.shields.io/badge/Version-0.6.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.10.0](https://img.shields.io/badge/AppVersion-0.10.0-informational?style=flat-square)
44

55
An SMTP smarthost relay for Kubernetes
66

@@ -42,10 +42,10 @@ An SMTP smarthost relay for Kubernetes
4242
| probes | object | `{"liveness":{"enabled":true,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":10,"timeoutSeconds":1},"readiness":{"enabled":true,"failureThreshold":3,"initialDelaySeconds":0,"periodSeconds":10,"timeoutSeconds":1}}` | configure probes |
4343
| replicaCount | int | `1` | Number of replicas |
4444
| resources | object | `{}` | |
45-
| securityContext | object | `{}` | |
4645
| secret | object | See values.yaml | Configures secret settings for the chart. |
4746
| secret.annotations | object | `{}` | Additional annotations for the secret |
4847
| secret.create | bool | `true` | Create the secret containing the smtp-relay password |
48+
| securityContext | object | `{}` | |
4949
| service | object | See values.yaml | Configures service settings for the chart. |
5050
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
5151
| serviceAccount.create | bool | `true` | Specifies whether a service account should be created |

charts/smtp-relay/values.schema.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -252,30 +252,32 @@
252252
"title": "resources",
253253
"type": "object"
254254
},
255-
"securityContext": {
256-
"required": [],
257-
"title": "securityContext",
258-
"type": "object"
259-
},
260255
"secret": {
261256
"description": "Configures secret settings for the chart.",
262257
"properties": {
263-
"create": {
264-
"default": "true",
265-
"required": [],
266-
"title": "create",
267-
"type": "boolean"
268-
},
269258
"annotations": {
259+
"description": "Additional annotations for the secret",
270260
"required": [],
271261
"title": "annotations",
272262
"type": "object"
263+
},
264+
"create": {
265+
"default": true,
266+
"description": "Create the secret containing the smtp-relay password",
267+
"required": [],
268+
"title": "create",
269+
"type": "boolean"
273270
}
274271
},
275272
"required": [],
276273
"title": "secret",
277274
"type": "object"
278275
},
276+
"securityContext": {
277+
"required": [],
278+
"title": "securityContext",
279+
"type": "object"
280+
},
279281
"service": {
280282
"description": "Configures service settings for the chart.",
281283
"properties": {

0 commit comments

Comments
 (0)