Files
auricom-home-cluster/kubernetes/apps/openebs-system/openebs/app/helmrelease.yaml
feisar-bot[bot] 60c9760646 ⬆️ Update openebs ( 4.1.3 → 4.2.0 )
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| helm       | openebs | 4.1.3 | 4.2.0 |
2025-02-17 12:13:27 +01:00

53 lines
1.1 KiB
YAML

---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2.json
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: openebs
spec:
interval: 30m
chart:
spec:
chart: openebs
version: 4.2.0
sourceRef:
kind: HelmRepository
name: openebs
namespace: flux-system
install:
remediation:
retries: 3
upgrade:
cleanupOnFail: true
remediation:
strategy: rollback
retries: 3
values:
localpv-provisioner:
localpv:
image:
registry: quay.io/
repository: openebs/provisioner-localpv
hostpathClass:
name: openebs-hostpath
openebs-crds:
csi:
volumeSnapshots:
enabled: false
keep: false
zfs-localpv:
enabled: false
lvm-localpv:
enabled: false
mayastor:
enabled: false
engines:
local:
lvm:
enabled: false
zfs:
enabled: false
replicated:
mayastor:
enabled: false