Skip to content

Conversation

shivansh-gohem
Copy link

Fixes #52427

This PR updates the container image for Redis in the PHP Guestbook example.

  • The previous image, docker.io/redis:6.0.5, is outdated and no longer available at that location, which causes deployment failures (ImagePullBackOff).
  • This is replaced with a current, official image from the Kubernetes registry: registry.k8s.io/redis:v1.7.9.
  • The fix has been applied to all available translations of the example file (en, ru, hi, ko, bn, zh-cn) for consistency.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Oct 1, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign tengqm for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added area/localization General issues or PRs related to localization language/bn Issues or PRs related to Bengali language labels Oct 1, 2025
@k8s-ci-robot k8s-ci-robot added language/en Issues or PRs related to English language language/es Issues or PRs related to Spanish language language/hi Issues or PRs related to Hindi language language/ko Issues or PRs related to Korean language language/ru Issues or PRs related to Russian language language/zh Issues or PRs related to Chinese language sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Oct 1, 2025
Copy link

netlify bot commented Oct 1, 2025

Pull request preview available for checking

Built without sensitive environment variables

Name Link
🔨 Latest commit df70f22
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-io-main-staging/deploys/68dd2d7974d65f000890370d
😎 Deploy Preview https://deploy-preview-52597--kubernetes-io-main-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/localization General issues or PRs related to localization cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/bn Issues or PRs related to Bengali language language/en Issues or PRs related to English language language/es Issues or PRs related to Spanish language language/hi Issues or PRs related to Hindi language language/ko Issues or PRs related to Korean language language/ru Issues or PRs related to Russian language language/zh Issues or PRs related to Chinese language sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'Example: Deploying PHP Guestbook application with Redis' dockerfile moved to new location
2 participants