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: migrate to new openebs chart repository #1457

Merged
merged 1 commit into from
May 5, 2024

Conversation

martinohmann
Copy link
Contributor

@martinohmann martinohmann commented May 5, 2024

The old chart repository was archived eagerly a couple of days ago, which broke things for a lot of people. They reinstated the repository now, but added a deprecation notice to it.

This change switches openebs to the new chart repo. Since this does not contain releases for the 3.x branch anymore, I did the necessary values changes to bump openebs to 4.x.

With the new values, it will only deploy the localpv-provisioner, just like we did on version 3.x.

I'm using 4.x already since a couple of days and it's working as intended (https://github.com/martinohmann/home-ops/blob/main/kubernetes/main/apps/openebs-system/openebs/app/helmrelease.yaml).

The old chart repository was archived eagerly a couple of days ago,
which broke things for a lot of people. They reinstated the repository
now, but added a deprecation notice to it.

This change switches openebs to the new chart repo. Since this does not
contain release for the 3.x branch anymore, I did the necessary values
changes to bump openebs to 4.x.

With the new values, it will only deploy the localpv-provisioner, just
like we did on version 3.x.

I'm using 4.x already since a couple of days and it's working as
intended (https://github.com/martinohmann/home-ops/blob/main/kubernetes/main/apps/openebs-system/openebs/app/helmrelease.yaml).
@github-actions github-actions bot added the area/bootstrap Changes made in the bootstrap directory label May 5, 2024
openebs-crds:
csi:
volumeSnapshots:
enabled: false
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Just a note: this will disable the creation of the CRDs for VolumeSnapshot, VolumeSnapshotContent and VolumeSnapshotClass since most people will deploy these via the snapshot-controller helm chart.

The 3.x branch of the openebs chart didn't provide these CRDs, so this essentially just replicates the old behaviour.

@martinohmann
Copy link
Contributor Author

Just realized that you already migrated this in your clusters as well, so I probably could have kept the explanation shorter 😄

@onedr0p
Copy link
Owner

onedr0p commented May 5, 2024

Thanks I was meaning to get to doing this myself.

@onedr0p onedr0p merged commit d1e5458 into onedr0p:main May 5, 2024
1 check passed
@martinohmann martinohmann deleted the openebs-4.x branch May 5, 2024 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/bootstrap Changes made in the bootstrap directory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants