This PR contains the following updates: | Package | Update | Change | |---|---|---| | longhorn | patch | `1.9.1` -> `1.9.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
38 lines
907 B
YAML
38 lines
907 B
YAML
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: longhorn
|
|
namespace: longhorn-system
|
|
spec:
|
|
interval: 5m
|
|
releaseName: longhorn
|
|
chart:
|
|
spec:
|
|
chart: longhorn
|
|
version: 1.9.2
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: home-ops-mirror
|
|
namespace: flux-system
|
|
install:
|
|
createNamespace: true
|
|
crds: CreateReplace
|
|
remediation:
|
|
retries: 3
|
|
upgrade:
|
|
crds: CreateReplace
|
|
remediation:
|
|
retries: 3
|
|
values:
|
|
defaultSettings:
|
|
# Increase to 3 for a multi-node cluster
|
|
defaultReplicaCount: 1
|
|
# Overprovisioning might be needed when using volsync
|
|
storageOverProvisioningPercentage: 100000
|
|
# v2DataEngine: true
|
|
persistence:
|
|
# Set to false to pick another CSI as default
|
|
defaultClass: true
|
|
# Increase to 3 for a multi-node cluster
|
|
defaultClassReplicaCount: 1
|