You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I deploy by argocd app create production-hm-clickhouse --file=hm-clickhouse-application.yaml, I got error
FATA[0002] rpc error: code = InvalidArgument desc = application spec for production-hm-clickhouse is invalid: InvalidSpecError: Unable to generate manifests in : rpc error: code = Unknown desc = `helm template . --name-template hm-clickhouse --namespace production-hm-clickhouse --kube-version 1.32 --values /tmp/3845889e-a0bc-4911-a293-4c41d7757b36 <api versions removed> --include-crds` failed exit status 1: Error: execution error at (clickhouse/templates/NOTES.txt:63:4): %0A%0A%E2%9A%A0 ERROR: Original containers have been substituted for unrecognized ones. Deploying this chart with non-standard containers is likely to cause degraded security and performance, broken chart features, and missing environment variables.%0A%0AUnrecognized images:%0A - public.ecr.aws/bitnami/clickhouse:24.12.3-debian-12-r1%0A%0AIf you are sure you want to proceed with non-standard containers, you can skip container image verification by setting the global parameter 'global.security.allowInsecureImages' to true.%0AFurther information can be obtained at https://github.com/bitnami/charts/issues/30850%0A%0AUse --debug flag to render out invalid YAML
error: Recipe `argo-cd-app-create` failed on line 2 with exit code 20
Are you using any custom parameters or values?
No.
What is the expected behavior?
I expect no error.
What do you see instead?
Mentioned above.
Additional information
I guess it may be related to oci way to install repoURL: registry-1.docker.io/bitnamicharts (note no https meaning oci). I could be wrong.
Because for other Bitnami charts when I install by https way, when I add this to change registry
Name and Version
bitnami/clickhouse:24.12.3-debian-12-r1
What architecture are you using?
None
What steps will reproduce the bug?
After I change registry by adding
like
When I deploy by
argocd app create production-hm-clickhouse --file=hm-clickhouse-application.yaml
, I got errorAre you using any custom parameters or values?
No.
What is the expected behavior?
I expect no error.
What do you see instead?
Mentioned above.
Additional information
I guess it may be related to
oci
way to installrepoURL: registry-1.docker.io/bitnamicharts
(note nohttps
meaning oci). I could be wrong.Because for other Bitnami charts when I install by https way, when I add this to change registry
I didn't get this error when I deploy.
The text was updated successfully, but these errors were encountered: