1
0
Fork 0
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:
Charles-Edouard Brétéché 2023-01-20 10:46:40 +01:00 committed by GitHub
parent b8ecab76be
commit fd0699c6d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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. | | initContainer.extraArgs | list | `["--loggingFormat=text","--exceptionNamespace={{ include \"kyverno.namespace\" . }}"]` | Extra arguments to give to the kyvernopre binary. |
| testImage.registry | string | `nil` | Image registry | | testImage.registry | string | `nil` | Image registry |
| testImage.repository | string | `"busybox"` | Image repository | | 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 | | testImage.pullPolicy | string | `nil` | Image pull policy Defaults to image.pullPolicy if omitted |
| replicaCount | int | `nil` | Desired number of pods | | replicaCount | int | `nil` | Desired number of pods |
| podLabels | object | `{}` | Additional labels to add to each pod | | podLabels | object | `{}` | Additional labels to add to each pod |

View file

@ -75,7 +75,7 @@ testImage:
repository: busybox repository: busybox
# -- Image tag # -- Image tag
# Defaults to `latest` if omitted # Defaults to `latest` if omitted
tag: tag: 1.35
# -- Image pull policy # -- Image pull policy
# Defaults to image.pullPolicy if omitted # Defaults to image.pullPolicy if omitted
pullPolicy: pullPolicy: