mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
@@ -3,8 +3,8 @@ name: piraeus
|
||||
description: |
|
||||
The Piraeus Operator manages software defined storage clusters using LINSTOR in Kubernetes.
|
||||
type: application
|
||||
version: 2.4.1
|
||||
appVersion: "v2.4.1"
|
||||
version: 2.5.0
|
||||
appVersion: "v2.5.0"
|
||||
maintainers:
|
||||
- name: Piraeus Datastore
|
||||
url: https://piraeus.io
|
||||
|
||||
@@ -17,19 +17,19 @@ data:
|
||||
# quay.io/piraeusdatastore/piraeus-server:v1.24.2
|
||||
components:
|
||||
linstor-controller:
|
||||
tag: v1.26.2
|
||||
tag: v1.27.1
|
||||
image: piraeus-server
|
||||
linstor-satellite:
|
||||
tag: v1.26.2
|
||||
tag: v1.27.1
|
||||
image: piraeus-server
|
||||
linstor-csi:
|
||||
tag: v1.4.0
|
||||
tag: v1.5.0
|
||||
image: piraeus-csi
|
||||
drbd-reactor:
|
||||
tag: v1.4.0
|
||||
image: drbd-reactor
|
||||
ha-controller:
|
||||
tag: v1.2.0
|
||||
tag: v1.2.1
|
||||
image: piraeus-ha-controller
|
||||
drbd-shutdown-guard:
|
||||
tag: v1.0.0
|
||||
@@ -75,25 +75,25 @@ data:
|
||||
base: registry.k8s.io/sig-storage
|
||||
components:
|
||||
csi-attacher:
|
||||
tag: v4.5.0
|
||||
tag: v4.5.1
|
||||
image: csi-attacher
|
||||
csi-livenessprobe:
|
||||
tag: v2.12.0
|
||||
image: livenessprobe
|
||||
csi-provisioner:
|
||||
tag: v4.0.0
|
||||
tag: v4.0.1
|
||||
image: csi-provisioner
|
||||
csi-snapshotter:
|
||||
tag: v7.0.1
|
||||
tag: v7.0.2
|
||||
image: csi-snapshotter
|
||||
csi-resizer:
|
||||
tag: v1.10.0
|
||||
tag: v1.10.1
|
||||
image: csi-resizer
|
||||
csi-external-health-monitor-controller:
|
||||
tag: v0.11.0
|
||||
image: csi-external-health-monitor-controller
|
||||
csi-node-driver-registrar:
|
||||
tag: v2.10.0
|
||||
tag: v2.10.1
|
||||
image: csi-node-driver-registrar
|
||||
{{- range $idx, $value := .Values.imageConfigOverride }}
|
||||
{{ add $idx 1 }}_helm_override.yaml: |
|
||||
|
||||
@@ -1043,6 +1043,22 @@ spec:
|
||||
minItems: 1
|
||||
type: array
|
||||
type: object
|
||||
zfsPool:
|
||||
description: Configures a ZFS system based storage pool, allocating
|
||||
zvols from the given zpool.
|
||||
properties:
|
||||
zPool:
|
||||
description: ZPool is the name of the ZFS zpool.
|
||||
type: string
|
||||
type: object
|
||||
zfsThinPool:
|
||||
description: Configures a ZFS system based storage pool, allocating
|
||||
sparse zvols from the given zpool.
|
||||
properties:
|
||||
zPool:
|
||||
description: ZPool is the name of the ZFS zpool.
|
||||
type: string
|
||||
type: object
|
||||
required:
|
||||
- name
|
||||
type: object
|
||||
@@ -1407,6 +1423,22 @@ spec:
|
||||
minItems: 1
|
||||
type: array
|
||||
type: object
|
||||
zfsPool:
|
||||
description: Configures a ZFS system based storage pool, allocating
|
||||
zvols from the given zpool.
|
||||
properties:
|
||||
zPool:
|
||||
description: ZPool is the name of the ZFS zpool.
|
||||
type: string
|
||||
type: object
|
||||
zfsThinPool:
|
||||
description: Configures a ZFS system based storage pool, allocating
|
||||
sparse zvols from the given zpool.
|
||||
properties:
|
||||
zPool:
|
||||
description: ZPool is the name of the ZFS zpool.
|
||||
type: string
|
||||
type: object
|
||||
required:
|
||||
- name
|
||||
type: object
|
||||
|
||||
Reference in New Issue
Block a user