Skip to content

fix: resolve ErrImagePull for MySQL helm deployment#745

Open
gurudeen-kori wants to merge 1 commit into
TrainWithShubham:masterfrom
gurudeen-kori:patch-1
Open

fix: resolve ErrImagePull for MySQL helm deployment#745
gurudeen-kori wants to merge 1 commit into
TrainWithShubham:masterfrom
gurudeen-kori:patch-1

Conversation

@gurudeen-kori

Copy link
Copy Markdown

Summary

Updated the Helm installation command to override the default MySQL image repository.

Changes

  • Added image.repository=bitnamilegacy/mysql
  • Added image.tag=9.4.0-debian-12-r1

Reason

The default image (bitnami/mysql:9.4.0-debian-12-r1) returned ImagePullBackOff because the image was no longer available in the default Bitnami repository. Switching to the legacy Bitnami repository resolved the issue and allowed the MySQL Pod to start successfully.

Result

  • MySQL Pod is running successfully.
  • Helm deployment completed without image pull errors.

## Summary

Updated the Helm installation command to override the default MySQL image repository.

## Changes

- Added image.repository=bitnamilegacy/mysql
- Added image.tag=9.4.0-debian-12-r1

## Reason

The default image (bitnami/mysql:9.4.0-debian-12-r1) returned `ImagePullBackOff` because the image was no longer available in the default Bitnami repository. Switching to the legacy Bitnami repository resolved the issue and allowed the MySQL Pod to start successfully.

## Result

- MySQL Pod is running successfully.
- Helm deployment completed without image pull errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant