Skip to content

replaced bitnami with rancher and bump up the verison #1789

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lakkawardhananjay
Copy link

Summary

Replaces deprecated Bitnami image (bitnami/kubectl) with the Rancher-maintained rancher/kubectl in the opentelemetry-kube-stack chart.

Changes Made

  • Updated image reference in values.yaml
  • Bumped chart version from 0.8.0 to 0.8.1
  • Regenerated examples via make generate-examples CHARTS=opentelemetry-kube-stack

Motivation

Bitnami announced that public images are being deprecated (bitnami/containers#83267), and this change ensures the chart remains usable without broken image pulls.

@lakkawardhananjay lakkawardhananjay requested review from jaronoff97 and a team as code owners August 5, 2025 10:31
Copy link

linux-foundation-easycla bot commented Aug 5, 2025

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: lakkawardhananjay / name: Dhananjay lakkawar (f7afa01)

@lakkawardhananjay
Copy link
Author

@jaronoff97 Please Review it .

@@ -17,7 +17,7 @@ cleanupJob:
enabled: true
# Image details for the kubectl
image:
repository: bitnami/kubectl
repository: rancher/kubectl
Copy link
Contributor

Choose a reason for hiding this comment

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

@lakkawardhananjay should we instead use bitnami's new secure version of the image per their changelog

Copy link
Author

Choose a reason for hiding this comment

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

@jaronoff97
It looks like the bitnamisecure/kubectl image falls under the category of images that are available for free, as per Bitnami’s note that "only a subset of BSI applications are available for free." However, I noticed that the Docker Hub repository is not marked with the Verified Publisher badge, which might raise some concerns regarding trust or long-term availability.

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.

2 participants