Skip to content

Conversation

@reggie-k
Copy link
Member

Closes #3422
This is just a temporary fix so that we don't hit rate limits on Aug 28th. Bitnami legacy images will not be getting new stable builds so we need to think of an alternative to using them.

Checklist:

  • I have bumped the chart version according to versioning
  • I have updated the documentation according to documentation
  • I have updated the chart changelog with all the changes that come with this pull request according to changelog.
  • Any new values are backwards compatible and/or have sensible default.
  • I have signed off all my commits as required by DCO.
  • I have created a separate pull request for each chart according to pull requests
  • My build is green (troubleshooting builds).

@reggie-k reggie-k changed the title chore: replace bitnami redis image with bitnamilegacy redis image chore(argo-cd): replace bitnami redis image with bitnamilegacy redis image Aug 27, 2025
kubectl create namespace redis
helm repo add bitnami https://charts.bitnami.com/bitnami
helm install redis bitnami/redis --wait --namespace redis --set auth.password=argocd --set architecture=standalone
helm install redis bitnami/redis --wait --namespace redis --set auth.password=argocd --set architecture=standalone --set global.image.repository=bitnamilegacy/redis
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will this override the existing image here - helm install redis bitnami/redis?

Also, shouldn't we be using official redis image instead as discussed in meeting?

Copy link
Member Author

@reggie-k reggie-k Aug 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, the image will be overridden. For now, using the bitnami chart, which will not be impacted at the near future as per their statement, but just with a different image. This is a short term solution.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why can't we simply run helm install redis bitnamilegacy/redis --wait.... than using the set flag?

@mkilchhofer

This comment has been minimized.

1 similar comment
@mkilchhofer
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Stop using docker.io/bitnami images and possibly bitnami charts

4 participants