Replies: 3 comments 1 reply
-
|
@blakepettersson |
Beta Was this translation helpful? Give feedback.
-
|
@pgodowski you need to prefix your |
Beta Was this translation helpful? Give feedback.
-
|
I need to play more with this. Indeed it worked fine, but when I added repository with the full path to the OCI-packaged image, i.e. I added project: default
source:
repoURL: >-
oci://example-registry-quay-openshift-operators.apps.quay-gori.cp.example.com/piotr/charts/test-nginx-chart/nginx
path: .
targetRevision: sha256:4b5007efa6ea560d18fb7cb7d4f268e180ef8f8e577861abeb8db38ad39a49eb
destination:
server: https://kubernetes.default.svc
namespace: defaultbut then when I added into Argo the repository like: I am not able to construct working project: default
source:
repoURL: >-
oci://example-registry-quay-openshift-operators.apps.quay-gori.cp.example.com/piotr/charts/openshift-console-plugin
path: .
targetRevision: sha256:5dd1328526a5de7577ace7b6734e6b5b4f4d2c52a7013461559d598336b67fe5
destination:
server: https://kubernetes.default.svc
namespace: defaultShould I add EVERY helm chart packaged as OCI as a repository into Argo server? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist:
argocd version.Describe the bug
Using ArgoCD v3.1.8, I am trying to deploy Helm chart packaged as OCI artifact stored in the container registry, by using the image sha256 digest value in
targetRevision, Argo fails to createApplication.ArgoCD fails with same error as mentioned #23580, which is supposedly fixed in v3.1.8 already though:
To Reproduce
This fails:
There is container registry with Helm chart packaged as OCI artifacts at example-registry-quay-openshift-operators.apps.quay-gori.cp.example.com/piotr/charts.
There is Helm chart
test-nginx-chart/nginx, with image tag22.0.11and digestsha256:4b5007efa6ea560d18fb7cb7d4f268e180ef8f8e577861abeb8db38ad39a49ebArgo is configured with this repository
with error
Expected behavior
Argo successfully create Application and deploys Helm chart packaged as OCI image and pulled the specific image digest from the container registry.
Screenshots
Version
Logs
Beta Was this translation helpful? Give feedback.
All reactions