Skip to content

Commit

Permalink
Update LINSTOR v1.29.1
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
  • Loading branch information
kvaps committed Oct 21, 2024
1 parent 199a576 commit 89d59a1
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 98 deletions.
4 changes: 2 additions & 2 deletions packages/system/piraeus-operator/charts/piraeus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: piraeus
description: |
The Piraeus Operator manages software defined storage clusters using LINSTOR in Kubernetes.
type: application
version: 2.5.2
appVersion: "v2.5.2"
version: 2.6.0
appVersion: "v2.6.0"
maintainers:
- name: Piraeus Datastore
url: https://piraeus.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ data:
# quay.io/piraeusdatastore/piraeus-server:v1.24.2
components:
linstor-controller:
tag: v1.28.0
tag: v1.29.1
image: piraeus-server
linstor-satellite:
# Pin with digest to ensure we pull the version with downgraded thin-send-recv
tag: v1.28.0
tag: v1.29.1
image: piraeus-server
linstor-csi:
tag: v1.6.3
Expand All @@ -39,7 +39,7 @@ data:
tag: v0.11
image: ktls-utils
drbd-module-loader:
tag: v9.2.10
tag: v9.2.11
# The special "match" attribute is used to select an image based on the node's reported OS.
# The operator will first check the k8s node's ".status.nodeInfo.osImage" field, and compare it against the list
# here. If one matches, that specific image name will be used instead of the fallback image.
Expand Down Expand Up @@ -90,25 +90,25 @@ data:
base: registry.k8s.io/sig-storage
components:
csi-attacher:
tag: v4.6.1
tag: v4.7.0
image: csi-attacher
csi-livenessprobe:
tag: v2.13.1
tag: v2.14.0
image: livenessprobe
csi-provisioner:
tag: v5.0.1
tag: v5.1.0
image: csi-provisioner
csi-snapshotter:
tag: v8.0.1
tag: v8.1.0
image: csi-snapshotter
csi-resizer:
tag: v1.11.1
tag: v1.12.0
image: csi-resizer
csi-external-health-monitor-controller:
tag: v0.12.1
tag: v0.13.0
image: csi-external-health-monitor-controller
csi-node-driver-registrar:
tag: v2.11.1
tag: v2.12.0
image: csi-node-driver-registrar
{{- range $idx, $value := .Values.imageConfigOverride }}
{{ add $idx 1 }}_helm_override.yaml: |
Expand Down
Loading

0 comments on commit 89d59a1

Please sign in to comment.