mirror of
https://gitea.com/gitea/helm-actions.git
synced 2026-07-16 19:24:46 +00:00
Compare commits
1 Commits
main
...
fa5a6ab83a
| Author | SHA1 | Date | |
|---|---|---|---|
| fa5a6ab83a |
@ -101,7 +101,7 @@ If `.Values.statefulset.dind.rootless: true` is set, then the following will be
|
|||||||
| ------------------------- | ---------------------------------------------------------------------------------------------------------- | -------------- |
|
| ------------------------- | ---------------------------------------------------------------------------------------------------------- | -------------- |
|
||||||
| `init.image.registry` | image registry, e.g. gcr.io,docker.io | `""` |
|
| `init.image.registry` | image registry, e.g. gcr.io,docker.io | `""` |
|
||||||
| `init.image.repository` | The init image | `busybox` |
|
| `init.image.repository` | The init image | `busybox` |
|
||||||
| `init.image.tag` | the init image tag | `1.37.0` |
|
| `init.image.tag` | the init image tag | `1.38.0` |
|
||||||
| `init.image.digest` | Image digest. Allows to pin the given image tag. Useful for having control over mutable tags like `latest` | `""` |
|
| `init.image.digest` | Image digest. Allows to pin the given image tag. Useful for having control over mutable tags like `latest` | `""` |
|
||||||
| `init.image.pullPolicy` | The init image pullPolicy | `IfNotPresent` |
|
| `init.image.pullPolicy` | The init image pullPolicy | `IfNotPresent` |
|
||||||
| `init.image.fullOverride` | Completely overrides the image registry, path/image, tag and digest. | `""` |
|
| `init.image.fullOverride` | Completely overrides the image registry, path/image, tag and digest. | `""` |
|
||||||
|
|||||||
@ -132,7 +132,7 @@ init:
|
|||||||
registry: ""
|
registry: ""
|
||||||
repository: busybox
|
repository: busybox
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: "1.37.0"
|
tag: "1.38.0"
|
||||||
digest: ""
|
digest: ""
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
fullOverride: ""
|
fullOverride: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user