chore: Update template values

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-03-29 09:48:59 +02:00
parent 655caff53b
commit 26c33aa8f1
No known key found for this signature in database
GPG Key ID: BC5E2BD907F9A8EC
2 changed files with 3 additions and 2 deletions

View File

@ -79,7 +79,7 @@ N/A
| env.TZ | string | `"UTC"` | Set the container timezone | | env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"${CHARTNAME}/${CHARTNAME}"` | image repository | | image.repository | string | `"${CHARTNAME}/${CHARTNAME}"` | image repository |
| image.tag | string | `"1.0.0"` | image tag | | image.tag | string | chart.appVersion | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| service | object | See values.yaml | Configures service settings for the chart. | | service | object | See values.yaml | Configures service settings for the chart. |

View File

@ -9,7 +9,8 @@ image:
# -- image repository # -- image repository
repository: ${CHARTNAME}/${CHARTNAME} repository: ${CHARTNAME}/${CHARTNAME}
# -- image tag # -- image tag
tag: 1.0.0 # @default -- chart.appVersion
tag:
# -- image pull policy # -- image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent