Skip to content
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

[kube-stack] Bump opentelemetry-operator chart to 0.71 #1384

Merged
merged 4 commits into from
Oct 15, 2024

Conversation

rogercoll
Copy link
Contributor

@rogercoll rogercoll commented Oct 14, 2024

Generated examples with: make generate-examples CHARTS=opentelemetry-kube-stack

This will fix an issue when using the Helm Chart with a collector's image > 0.110.0:

$ k logs -n opentelemetry-operator-system opentelemetry-kube-stack-daemon-collector-xggww                          
invalid argument "-component.UseLocalHostAsDefaultHost" for "--feature-gates" flag: feature gate "component.UseLocalHostAsDefaultHost" is stable, can not be disabled

@rogercoll rogercoll marked this pull request as ready for review October 14, 2024 09:48
@rogercoll rogercoll requested review from jaronoff97 and a team as code owners October 14, 2024 09:48
@rogercoll
Copy link
Contributor Author

Example configuration:

defaultCRConfig:
  image:
    repository: "otel/opentelemetry-collector-k8s"
    tag: "0.110.0"

@rogercoll
Copy link
Contributor Author

Copy link
Contributor

@jaronoff97 jaronoff97 left a comment

Choose a reason for hiding this comment

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

two minor things, thank you!

charts/opentelemetry-kube-stack/Chart.yaml Outdated Show resolved Hide resolved
charts/opentelemetry-kube-stack/Chart.yaml Show resolved Hide resolved
@rogercoll
Copy link
Contributor Author

@jaronoff97 I had to bump the Python version used in the CI as it seems 3.7 was removed from the used runners:

  Version 3.7 was not found in the local cache
  Error: The version '3.7' with architecture 'x64' was not found for Ubuntu 24.04.
  The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json

@jaronoff97 jaronoff97 merged commit 159f030 into open-telemetry:main Oct 15, 2024
3 checks passed
@rogercoll rogercoll deleted the bump_kube_stack_dependency branch October 16, 2024 06:14
codeboten pushed a commit to codeboten/opentelemetry-helm-charts that referenced this pull request Nov 14, 2024
…y#1384)

* [kube-stack] Bump opentelemetry-operator chart to 0.71

* chore: bump chart version

* update operator crds

* ci: bump python version
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.

5 participants