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
|
enabled: true
|
||||||
image:
|
image:
|
||||||
registry: registry.k8s.io # must be a valid registry containing the ingress-nginx/opentelemetry image, otherwise ci tests fail
|
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:
|
image:
|
||||||
registry: registry.k8s.io
|
registry: registry.k8s.io
|
||||||
image: ingress-nginx/opentelemetry
|
image: ingress-nginx/opentelemetry
|
||||||
## repository:
|
|
||||||
tag: "v20230312-helm-chart-4.5.2-28-g66a760794"
|
tag: "v20230312-helm-chart-4.5.2-28-g66a760794"
|
||||||
digest: sha256:40f766ac4a9832f36f217bb0e98d44c8d38faeccbfe861fbc1a76af7e9ab257f
|
digest: sha256:40f766ac4a9832f36f217bb0e98d44c8d38faeccbfe861fbc1a76af7e9ab257f
|
||||||
containerSecurityContext:
|
containerSecurityContext:
|
||||||
|
|
Loading…
Reference in a new issue