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

chore(tracking): Update Helm charts for 25.3.0 #156

Open
Tracked by #686
NickLarsenNZ opened this issue Feb 27, 2025 · 0 comments
Open
Tracked by #686

chore(tracking): Update Helm charts for 25.3.0 #156

NickLarsenNZ opened this issue Feb 27, 2025 · 0 comments
Assignees

Comments

@NickLarsenNZ
Copy link
Member

NickLarsenNZ commented Feb 27, 2025

Pre-Release Demo Chart Updates

Part of stackabletech/issues#686.

There are a bunch of demos which directly use Helm charts to install some required parts of the
demo / stack. These charts need updating before we start testing the stable to nightly upgrade.

Most of the charts are located in the stacks/_templated folder. Additional folders are:
stacks/observability and stacks/signal-processing. It is recommended to search for releaseName
to find all referenced charts.

Update Instructions

These instructions help to update the charts:

# List all available repos
helm repo list

Make sure, you have the following repos added:

NAME                  URL
bitnami               https://charts.bitnami.com/bitnami
stackable-dev         https://repo.stackable.tech/repository/helm-dev/
stackable-stable      https://repo.stackable.tech/repository/helm-stable/
timescale             https://charts.timescale.com/
prometheus-community  https://prometheus-community.github.io/helm-charts
vector                https://helm.vector.dev
grafana               https://grafana.github.io/helm-charts
jaeger                https://jaegertracing.github.io/helm-charts
opentelemetry         https://open-telemetry.github.io/opentelemetry-helm-charts
jupyterhub            https://jupyterhub.github.io/helm-chart/
opensearch            https://opensearch-project.github.io/helm-charts

To add any that are missing, run:

helm repo add bitnami https://charts.bitnami.com/bitnami --force-update

Then make sure you have the latest indexes:

helm repo update

Next, search for the latest version of the desired chart, eg grafana/grafana:

# Display the latest versions of a chart
$ helm search repo grafana/grafana --versions | head -5
NAME             CHART VERSION  APP VERSION
grafana/grafana  8.6.0          11.3.0
grafana/grafana  8.5.12         11.3.0
grafana/grafana  8.5.11         11.3.0
grafana/grafana  8.5.10         11.3.0

Use the applicable chart version displayed to replace the current one in the YAML files. Make sure
to add the app version in the comments. Eg:

version: 3.2.1 # 1.2.3

Take a look at previous PRs for additional guidance, eg. #119.

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

No branches or pull requests

1 participant