Skip to content

Commit

Permalink
update images:
Browse files Browse the repository at this point in the history
* LINSTOR 1.27.0
* LINSTOR CSI 1.5.0
* High Availability Controller 1.2.1
* Latest CSI sidecars

Signed-off-by: Moritz Wanzenböck <[email protected]>
  • Loading branch information
WanzenBug authored and JoelColledge committed Apr 4, 2024
1 parent 93e5f5a commit 7d7c523
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 18 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Support for managing ZFS Storage Pools using `LinstorSatelliteConfiguration`.

### Changed

- Updated images:
* LINSTOR 1.27.0
* LINSTOR CSI 1.5.0
* High Availability Controller 1.2.1
* Latest CSI sidecars

## [v2.4.1] - 2024-03-06

### Added
Expand Down
18 changes: 9 additions & 9 deletions charts/piraeus/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ data:
# quay.io/piraeusdatastore/piraeus-server:v1.24.2
components:
linstor-controller:
tag: v1.26.2
tag: v1.27.0
image: piraeus-server
linstor-satellite:
tag: v1.26.2
tag: v1.27.0
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
Expand Down Expand Up @@ -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: |
Expand Down
8 changes: 4 additions & 4 deletions config/manager/0_piraeus_datastore_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ base: quay.io/piraeusdatastore
# quay.io/piraeusdatastore/piraeus-server:v1.24.2
components:
linstor-controller:
tag: v1.26.2
tag: v1.27.0
image: piraeus-server
linstor-satellite:
tag: v1.26.2
tag: v1.27.0
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
Expand Down
10 changes: 5 additions & 5 deletions config/manager/0_sig_storage_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
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

0 comments on commit 7d7c523

Please sign in to comment.