Skip to content

Commit

Permalink
update images
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wanzenböck <[email protected]>
  • Loading branch information
WanzenBug authored and JoelColledge committed Mar 7, 2024
1 parent 418bcd2 commit d2e300b
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 30 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

###
- Default images:
* LINSTOR 1.26.2
* LINSTOR CSI 1.4.0
* DRBD 9.1.19
* Latest CSI sidecars

## [v1.10.8] - 2023-11-23

### Changed

- Default images:
* LINSTOR 1.25.1
* LINSTOR CSI 1.3.0
Expand Down
20 changes: 10 additions & 10 deletions charts/piraeus/values.cn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ stork:
podsecuritycontext: {}
csi:
enabled: true
pluginImage: quay.m.daocloud.io/piraeusdatastore/piraeus-csi:v1.3.0
csiAttacherImage: k8s.m.daocloud.io/sig-storage/csi-attacher:v4.4.2
csiLivenessProbeImage: k8s.m.daocloud.io/sig-storage/livenessprobe:v2.11.0
csiNodeDriverRegistrarImage: k8s.m.daocloud.io/sig-storage/csi-node-driver-registrar:v2.9.1
csiProvisionerImage: k8s.m.daocloud.io/sig-storage/csi-provisioner:v3.6.2
csiSnapshotterImage: k8s.m.daocloud.io/sig-storage/csi-snapshotter:v6.3.2
csiResizerImage: k8s.m.daocloud.io/sig-storage/csi-resizer:v1.9.2
pluginImage: quay.m.daocloud.io/piraeusdatastore/piraeus-csi:v1.4.0
csiAttacherImage: k8s.m.daocloud.io/sig-storage/csi-attacher:v4.5.0
csiLivenessProbeImage: k8s.m.daocloud.io/sig-storage/livenessprobe:v2.12.0
csiNodeDriverRegistrarImage: k8s.m.daocloud.io/sig-storage/csi-node-driver-registrar:v2.10.0
csiProvisionerImage: k8s.m.daocloud.io/sig-storage/csi-provisioner:v4.0.0
csiSnapshotterImage: k8s.m.daocloud.io/sig-storage/csi-snapshotter:v7.01
csiResizerImage: k8s.m.daocloud.io/sig-storage/csi-resizer:v1.10.0
csiAttacherWorkerThreads: 10
csiProvisionerWorkerThreads: 10
csiSnapshotterWorkerThreads: 10
Expand Down Expand Up @@ -75,7 +75,7 @@ operator:
extraVolumes: []
controller:
enabled: true
controllerImage: quay.m.daocloud.io/piraeusdatastore/piraeus-server:v1.25.1
controllerImage: quay.m.daocloud.io/piraeusdatastore/piraeus-server:v1.26.2
dbConnectionURL: ""
luksSecret: ""
dbCertSecret: ""
Expand All @@ -101,7 +101,7 @@ operator:
customAnnotations: {}
satelliteSet:
enabled: true
satelliteImage: quay.m.daocloud.io/piraeusdatastore/piraeus-server:v1.25.1
satelliteImage: quay.m.daocloud.io/piraeusdatastore/piraeus-server:v1.26.2
storagePools: {}
sslSecret: ""
automaticStorageType: None
Expand All @@ -110,7 +110,7 @@ operator:
resources: {}
monitoringImage: quay.m.daocloud.io/piraeusdatastore/drbd-reactor:v1.4.0
monitoringBindAddress: ""
kernelModuleInjectionImage: quay.m.daocloud.io/piraeusdatastore/drbd9-centos7:v9.1.17
kernelModuleInjectionImage: quay.m.daocloud.io/piraeusdatastore/drbd9-centos7:v9.1.19
kernelModuleInjectionMode: Compile
kernelModuleInjectionAdditionalSourceDirectory: ""
kernelModuleInjectionResources: {}
Expand Down
20 changes: 10 additions & 10 deletions charts/piraeus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ stork:
podsecuritycontext: {}
csi:
enabled: true
pluginImage: quay.io/piraeusdatastore/piraeus-csi:v1.3.0
csiAttacherImage: registry.k8s.io/sig-storage/csi-attacher:v4.4.2
csiLivenessProbeImage: registry.k8s.io/sig-storage/livenessprobe:v2.11.0
csiNodeDriverRegistrarImage: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.1
csiProvisionerImage: registry.k8s.io/sig-storage/csi-provisioner:v3.6.2
csiSnapshotterImage: registry.k8s.io/sig-storage/csi-snapshotter:v6.3.2
csiResizerImage: registry.k8s.io/sig-storage/csi-resizer:v1.9.2
pluginImage: quay.io/piraeusdatastore/piraeus-csi:v1.4.0
csiAttacherImage: registry.k8s.io/sig-storage/csi-attacher:v4.5.0
csiLivenessProbeImage: registry.k8s.io/sig-storage/livenessprobe:v2.12.0
csiNodeDriverRegistrarImage: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.0
csiProvisionerImage: registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
csiSnapshotterImage: registry.k8s.io/sig-storage/csi-snapshotter:v7.01
csiResizerImage: registry.k8s.io/sig-storage/csi-resizer:v1.10.0
csiAttacherWorkerThreads: 10
csiProvisionerWorkerThreads: 10
csiSnapshotterWorkerThreads: 10
Expand Down Expand Up @@ -75,7 +75,7 @@ operator:
extraVolumes: []
controller:
enabled: true
controllerImage: quay.io/piraeusdatastore/piraeus-server:v1.25.1
controllerImage: quay.io/piraeusdatastore/piraeus-server:v1.26.2
dbConnectionURL: ""
luksSecret: ""
dbCertSecret: ""
Expand All @@ -101,7 +101,7 @@ operator:
customAnnotations: {}
satelliteSet:
enabled: true
satelliteImage: quay.io/piraeusdatastore/piraeus-server:v1.25.1
satelliteImage: quay.io/piraeusdatastore/piraeus-server:v1.26.2
storagePools: {}
sslSecret: ""
automaticStorageType: None
Expand All @@ -110,7 +110,7 @@ operator:
resources: {}
monitoringImage: quay.io/piraeusdatastore/drbd-reactor:v1.4.0
monitoringBindAddress: ""
kernelModuleInjectionImage: quay.io/piraeusdatastore/drbd9-bionic:v9.1.17
kernelModuleInjectionImage: quay.io/piraeusdatastore/drbd9-bionic:v9.1.19
kernelModuleInjectionMode: Compile
kernelModuleInjectionAdditionalSourceDirectory: ""
kernelModuleInjectionResources: {}
Expand Down
2 changes: 1 addition & 1 deletion deploy/piraeus/templates/operator-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
dbCertSecret:
dbUseClientCert: false
drbdRepoCred: ""
controllerImage: quay.io/piraeusdatastore/piraeus-server:v1.25.1
controllerImage: quay.io/piraeusdatastore/piraeus-server:v1.26.2
imagePullPolicy: "IfNotPresent"
linstorHttpsControllerSecret: ""
linstorHttpsClientSecret: ""
Expand Down
14 changes: 7 additions & 7 deletions deploy/piraeus/templates/operator-csi-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ metadata:
app.kubernetes.io/name: piraeus-op
spec:
imagePullSecret: ""
linstorPluginImage: "quay.io/piraeusdatastore/piraeus-csi:v1.3.0"
linstorPluginImage: "quay.io/piraeusdatastore/piraeus-csi:v1.4.0"
imagePullPolicy: "IfNotPresent"
csiControllerServiceAccountName: csi-controller
csiNodeServiceAccountName: csi-node
csiAttacherImage: "registry.k8s.io/sig-storage/csi-attacher:v4.4.2"
csiLivenessProbeImage: "registry.k8s.io/sig-storage/livenessprobe:v2.11.0"
csiNodeDriverRegistrarImage: "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.1"
csiProvisionerImage: "registry.k8s.io/sig-storage/csi-provisioner:v3.6.2"
csiResizerImage: "registry.k8s.io/sig-storage/csi-resizer:v1.9.2"
csiSnapshotterImage: "registry.k8s.io/sig-storage/csi-snapshotter:v6.3.2"
csiAttacherImage: "registry.k8s.io/sig-storage/csi-attacher:v4.5.0"
csiLivenessProbeImage: "registry.k8s.io/sig-storage/livenessprobe:v2.12.0"
csiNodeDriverRegistrarImage: "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.0"
csiProvisionerImage: "registry.k8s.io/sig-storage/csi-provisioner:v4.0.0"
csiResizerImage: "registry.k8s.io/sig-storage/csi-resizer:v1.10.0"
csiSnapshotterImage: "registry.k8s.io/sig-storage/csi-snapshotter:v7.01"
linstorHttpsClientSecret: ""
priorityClassName: ""
controllerReplicas: 1
Expand Down
4 changes: 2 additions & 2 deletions deploy/piraeus/templates/operator-satelliteset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
sslSecret: ""
drbdRepoCred: ""
imagePullPolicy: "IfNotPresent"
satelliteImage: quay.io/piraeusdatastore/piraeus-server:v1.25.1
satelliteImage: quay.io/piraeusdatastore/piraeus-server:v1.26.2
linstorHttpsClientSecret: ""
controllerEndpoint: http://piraeus-op-cs.default.svc:3370
automaticStorageType: "None"
Expand All @@ -21,6 +21,6 @@ spec:
resources: {}
monitoringImage: "quay.io/piraeusdatastore/drbd-reactor:v1.4.0"
kernelModuleInjectionMode: "Compile"
kernelModuleInjectionImage: "quay.io/piraeusdatastore/drbd9-bionic:v9.1.17"
kernelModuleInjectionImage: "quay.io/piraeusdatastore/drbd9-bionic:v9.1.19"
kernelModuleInjectionResources: {}
additionalEnv: [{"name":"LB_SELINUX_AS","value":"modules_object_t"}]

0 comments on commit d2e300b

Please sign in to comment.