-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kustomize + helmCharts: + oci registry not working #21257
Comments
Can one of the solutions listed here help? |
Hi,
What is strange in the log I see that it is trying to do the following command:
Using oci, this command will no work. I am able to pull the image with this command instead:
I also tried to setup a sidecar for CMP in the repo container with the following configuration in my argocd helm chart :
And the I call the plugin correctly but it is not working either. The error message the same:
|
also I just found out something weird:
Why the OCI parameter can be true and false at the same time ? |
hello, |
Checklist:
argocd version
.Describe the bug
Using kustomize with helmCharts and oci registry to deploy an application is not working
It seems that the registry url or format is not recognized.
To Reproduce
Expected behavior
Version
-> % argocd version argocd: v2.13.1+af54ef8 BuildDate: 2024-11-20T18:35:51Z GitCommit: af54ef8db5adfa77a08d4d05b1318a2198084c22 GitTreeState: clean GoVersion: go1.23.3 Compiler: gc Platform: darwin/arm64 argocd-server: v2.12.3+6b9cd82 BuildDate: 2024-08-27T11:57:48Z GitCommit: 6b9cd828c6e9807398869ad5ac44efd2c28422d6 GitTreeState: clean GoVersion: go1.22.4 Compiler: gc Platform: linux/amd64 Kustomize Version: v5.4.2 2024-05-22T15:19:38Z Helm Version: v3.15.2+g1a500d5 Kubectl Version: v0.29.6 Jsonnet Version: v0.20.0
Logs
The text was updated successfully, but these errors were encountered: