Skip to content
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

bitnami/charts syncer tool should take latest image revisions #1156

Closed
tompizmor opened this issue Sep 5, 2019 · 1 comment · Fixed by #1159
Closed

bitnami/charts syncer tool should take latest image revisions #1156

tompizmor opened this issue Sep 5, 2019 · 1 comment · Fixed by #1159
Labels
component/packages Issue related to kubeapps packaging formats to be distributed (Helm chart and Carvel packages)

Comments

@tompizmor
Copy link
Member

Right now the bitnami/charts syncer script takes the latest kubeapps version and append -r0 to form the bitnami component image tag.
This image won't be updated again until the next version of kubeapps is released so it is possible that some CVE affects this image.

Instead of using this method to obtain the tag, we can check the latest release of the bitnami-component. For example, check https://github.com/bitnami/bitnami-docker-kubeapps-dashboard/releases to get the latest revision of the image released.

@andresmgot andresmgot added component/packages Issue related to kubeapps packaging formats to be distributed (Helm chart and Carvel packages) priority/high labels Sep 5, 2019
@andresmgot
Copy link
Contributor

Thanks @tompizmor, we should be able to include that in the next release (we may need to rethink the approach). cc/ @absoludity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/packages Issue related to kubeapps packaging formats to be distributed (Helm chart and Carvel packages)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants