fix: ci test case set default registry, image + tag
This commit is contained in:
parent
65467bbb1d
commit
1310c1de69
2 changed files with 3 additions and 1 deletions
|
@ -4,3 +4,6 @@ controller:
|
|||
enabled: true
|
||||
image:
|
||||
registry: registry.k8s.io # must be a valid registry containing the ingress-nginx/opentelemetry image, otherwise ci tests fail
|
||||
image: ingress-nginx/opentelemetry
|
||||
tag: "v20230312-helm-chart-4.5.2-28-g66a760794"
|
||||
digest: sha256:40f766ac4a9832f36f217bb0e98d44c8d38faeccbfe861fbc1a76af7e9ab257f
|
||||
|
|
|
@ -541,7 +541,6 @@ controller:
|
|||
image:
|
||||
registry: registry.k8s.io
|
||||
image: ingress-nginx/opentelemetry
|
||||
## repository:
|
||||
tag: "v20230312-helm-chart-4.5.2-28-g66a760794"
|
||||
digest: sha256:40f766ac4a9832f36f217bb0e98d44c8d38faeccbfe861fbc1a76af7e9ab257f
|
||||
containerSecurityContext:
|
||||
|
|
Loading…
Reference in a new issue