vmware-tanzu / package-for-kubeapps

This repo will house the carvel tooling specific configuration and templating for a deployment of Kubeapps (https://github.com/vmware-tanzu/kubeapps) that will be leveraged by TCE
Apache License 2.0
5 stars 0 forks source link

Run `package-kubeapps-version.sh` automatically on bitnami chart release #14

Open absoludity opened 2 years ago

absoludity commented 2 years ago

The last step in the automation will be to run the carvel release automatically when the bitnami chart is released.

This is more of an infrastructure task, as it may need to run as part of the bitnami pipeline within the VPN.

castelblanque commented 2 years ago

It would be nice having every step automated. Are we sure that we want to mirror the releases to Bitnami chart? If package is not to be included until the next TCE version, it might not be that necessary.

absoludity commented 2 years ago

Yeah, it wouldn't need to be every bitnami chart release, perhaps just our Kubeapps releases, but note that running the script doesn't add the carvel package to TCE, it just generates, tests and publishes to the registry. We can still choose which versions get added to TCE.

ppbaena commented 2 years ago

Yeah, it wouldn't need to be every bitnami chart release, perhaps just our Kubeapps releases, but note that running the script doesn't add the carvel package to TCE, it just generates, tests and publishes to the registry. We can still choose which versions get added to TCE.

+1. So we have it automated and tested to decide which version get added to TCE.