fix(dragonfly): replace deprecated bitnamilegacy/mysql with bitnami/mysql#480
Merged
Merged
Conversation
…ysql Bump bitnami/mysql chart dependency from 10.1.1 to 11.1.20 (MySQL 8.4 LTS) and update the image repository from bitnamilegacy/mysql to bitnami/mysql. The bitnamilegacy registry is deprecated and may be removed in the future, and older images carry unpatched CVEs (e.g. CVE-2024-31449). Also bump chart version from 1.6.15 to 1.6.16 and regenerate docs. Closes dragonflyoss#433 Signed-off-by: Pavan Madduri <pavan4devops@gmail.com> Signed-off-by: pmady <pavan4devops@gmail.com>
4f6f6ea to
c5c0685
Compare
Member
|
@pmady Please fix lint. |
Bitnami removed all container images from docker.io/bitnami as of Sept 2025 (bitnami/charts#35164). The bitnami/mysql chart v11.1.20 defaults to docker.io/bitnami/mysql:8.4.3-debian-12-r0 which no longer exists, causing ImagePullBackOff during ct install. Override the image repository to bitnamilegacy/mysql which still hosts all legacy tags including 8.4.3-debian-12-r0. Regenerate docs via helm-docs. Signed-off-by: Pavan Madduri <pavan4devops@gmail.com> Signed-off-by: pmady <pavan4devops@gmail.com>
Contributor
Author
|
@gaius-qi fixed the lint issue |
This was referenced Mar 19, 2026
Signed-off-by: Gaius <gaius.qi@gmail.com>
…eplace-bitnami-mysql Signed-off-by: Gaius <gaius.qi@gmail.com>
…eplace-bitnami-mysql Signed-off-by: Gaius <gaius.qi@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Replace the deprecated
bitnamilegacy/mysqlimage and outdated chart dependency with actively maintained versions.Changes
bitnami/mysqlchart dependency from10.1.1to11.1.20(MySQL 8.4 LTS)bitnamilegacy/mysqltobitnami/mysqlWhy
bitnamilegacyDocker Hub registry is deprecated and may be removedauth,primary.service.port, etc.)Verification
helm dependency update charts/dragonfly/ helm template test charts/dragonfly/ --set mysql.enable=true --set redis.enable=false