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
Amazon released support for alternate media types in ECR manifests. They can support storing helm charts as OCI images.
See: aws/containers-roadmap#308 (comment)
I would like to be create replication rules for syncing charts between Harbor and ECR
Currently if I try to create a replication rule to push charts from Harbor to ECR, it gives the error
failed to create client for destination registry: the adapter doesn't implement the "ChartRegistry" interface
The text was updated successfully, but these errors were encountered:
When you creating the replication rule, set the Resource filter as artifact and try again.
The chart(chartmuseum) only filters the charts stored in chart museum which aren't in OCI format
I tried with the artifact in the resource block but still got the same error. It only tries to replicate the Images, not the helm charts. Below are logs of the replication when resource as charts.
2022-04-27T05:22:45Z [INFO] [/controller/replication/transfer/chart/transfer.go:92]: client for source registry [type: harbor, URL: http://harbor-core:80, insecure: true] created
2022-04-27T05:22:45Z [ERROR] [/controller/replication/transfer/chart/transfer.go:98]: failed to create client for destination registry: the adapter doesn't implement the "ChartRegistry" interface
Amazon released support for alternate media types in ECR manifests. They can support storing helm charts as OCI images.
See: aws/containers-roadmap#308 (comment)
I would like to be create replication rules for syncing charts between Harbor and ECR
Currently if I try to create a replication rule to push charts from Harbor to ECR, it gives the error
The text was updated successfully, but these errors were encountered: