Skip to content

Commit

Permalink
chore: migrate to new openebs chart repository (onedr0p#1457)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
martinohmann authored May 5, 2024
1 parent c2d4dd0 commit d1e5458
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: openebs
version: 3.10.0
version: 4.0.1
sourceRef:
kind: HelmRepository
name: openebs
Expand All @@ -21,14 +21,23 @@ spec:
remediation:
retries: 3
values:
ndm:
enabled: false
ndmOperator:
enabled: false
localprovisioner:
enabled: true
deviceClass:
enabled: false
engines:
local:
lvm:
enabled: false
zfs:
enabled: false
replicated:
mayastor:
enabled: false
openebs-crds:
csi:
volumeSnapshots:
enabled: false
localpv-provisioner:
localpv:
image:
registry: quay.io/
hostpathClass:
enabled: true
name: openebs-hostpath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
namespace: flux-system
spec:
interval: 1h
url: https://openebs.github.io/charts
url: https://openebs.github.io/openebs

0 comments on commit d1e5458

Please sign in to comment.