-
Notifications
You must be signed in to change notification settings - Fork 382
Service Catalog Helm Chart Repo Migration #2841
Comments
Hi @mattfarina Thanks for finding that 👍 so for now we do not know if the current URL (https://svc-catalog-charts.storage.googleapis.com) will be deprecated as there is still an option 1, right? Please let us know if you will know sth more, so we will have enough time to switch our pipelines as described in second option and announce that change. |
@mszostok If you want to pursue option 1 you will need to figure this out. @bgrant0607, I think, can help from the Google side. The hosting would need to transfer to a CNCF/k8s managed location. If you do not pursue this option I would expect it to be garbage collected on Nov 13th. If it does not happen it would be a pleasant surprise. |
@mszostok How feasible is it to change the path? @mattfarina is correct that the current plan is to delete the storage buckets on November 13. |
@bgrant0607 we need to back up all charts and push to new location as described in step 2, update release scripts and update documentation and announce that change as probably a lot of people are using this on their pipelines. so this is doable, but we need to have manpower to set this up. /cc @jberkhahn |
The alternative is to set up a new CNCF GCP org and billing account, setup necessary identities / accounts, groups, folders, authorization policies, etc., and transfer the projects. |
@bgrant0607 where are the k8s charts hosted? is there somewhere we could host our stuff and keep the same URL or has have they started using github pages |
The locations of stable and incubator repos are documented here: It looks like service catalog charts are hosted here, in another GCS bucket in the same GCP project: There's no way to move the storage and keep the URL the same. |
I don't understand. If the core k8s charts are hosted in a gcs bucket on a different account, why can't we get a bucket on whatever account is hosting the core k8s charts, remove the old bucket, and have the url route to the new bucket? |
@jberkhahn The current account used for all of the charts is going way. AIUI, you could create a new account and project, delete the current bucket, and try to create a new bucket with the same name in the new project. https://chartcenter.io/ was mentioned in helm/community#114. Is that an option for service catalog charts? |
Actually, are these charts still needed? The only updates in the last year look like:
|
@bgrant0607 We have decided to move our repos to GitHub pages. We have already moved the archive, and are almost done adapting the CI/CD pipeline to push the charts accordingly. |
@jhvhs in case it's helpful, here a quick tool I sketched up to help with moving chart repo package history to github pages https://github.com/scottrigby/helm-adopt-package-history. It's already been used for several chart repos. Ideally I'd love to use a tool like |
Thank you, @scottrigby !
That's a brilliant tool, but sadly, as we have a set of multiple different charts in this repo, we have decided not to use the releases section. |
Thanks! |
As part of the Helm v2 deprecation announcement we also announced that the stable and incubator repos were going away on November 13th. What was, unfortunately missed, is that Helm is hosting the service catalog helm repo and that will likely be going away as well. It is currently hosted by Google on a corp managed bucket.
Today I was reviewing what is going away and noticed the service catalog was wrapped up in that. I'm sorry we missed this. The service catalog repo was setup when Helm was part of Kubernetes. The stable and incubator repos went to the new CNCF project but their hosting stayed in the same place. The service catalog repo is hosted there as well.
As part of helm/community#114 we noted that the Helm community was ok with our repos going away on Nov 13th.
I think service catalog was forgotten in this.
There are two possible paths...
The text was updated successfully, but these errors were encountered: