mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
fix: pin busybox image tag in helm tests (#6051)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
b8ecab76be
commit
fd0699c6d4
2 changed files with 2 additions and 2 deletions
|
@ -139,7 +139,7 @@ The command removes all the Kubernetes components associated with the chart and
|
|||
| initContainer.extraArgs | list | `["--loggingFormat=text","--exceptionNamespace={{ include \"kyverno.namespace\" . }}"]` | Extra arguments to give to the kyvernopre binary. |
|
||||
| testImage.registry | string | `nil` | Image registry |
|
||||
| testImage.repository | string | `"busybox"` | Image repository |
|
||||
| testImage.tag | string | `nil` | Image tag Defaults to `latest` if omitted |
|
||||
| testImage.tag | float | `1.35` | Image tag Defaults to `latest` if omitted |
|
||||
| testImage.pullPolicy | string | `nil` | Image pull policy Defaults to image.pullPolicy if omitted |
|
||||
| replicaCount | int | `nil` | Desired number of pods |
|
||||
| podLabels | object | `{}` | Additional labels to add to each pod |
|
||||
|
|
|
@ -75,7 +75,7 @@ testImage:
|
|||
repository: busybox
|
||||
# -- Image tag
|
||||
# Defaults to `latest` if omitted
|
||||
tag:
|
||||
tag: 1.35
|
||||
# -- Image pull policy
|
||||
# Defaults to image.pullPolicy if omitted
|
||||
pullPolicy:
|
||||
|
|
Loading…
Reference in a new issue