Compare commits

..

1 Commits

Author SHA1 Message Date
Andrei Kvapil
0f97c5aa5e Preapre release v0.1.0 2024-02-19 20:22:17 +01:00
6 changed files with 352 additions and 457 deletions

2
.gitignore vendored
View File

@@ -1,3 +1 @@
_out
.git
.idea

View File

@@ -10,7 +10,7 @@
# Cozystack
**Cozystack** is a free PaaS platform and framework for building clouds.
**Cozystack** is an open-source **PaaS platform** for cloud providers.
With Cozystack, you can transform your bunch of servers into an intelligent system with a simple REST API for spawning Kubernetes clusters, Database-as-a-Service, virtual machines, load balancers, HTTP caching services, and other services with ease.

View File

@@ -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.3.0
appVersion: "v2.3.0"
maintainers:
- name: Piraeus Datastore
url: https://piraeus.io

View File

@@ -17,19 +17,19 @@ data:
# quay.io/piraeusdatastore/piraeus-server:v1.24.2
components:
linstor-controller:
tag: v1.26.2
tag: v1.25.1
image: piraeus-server
linstor-satellite:
tag: v1.26.2
tag: v1.25.1
image: piraeus-server
linstor-csi:
tag: v1.4.0
tag: v1.3.0
image: piraeus-csi
drbd-reactor:
tag: v1.4.0
image: drbd-reactor
ha-controller:
tag: v1.2.0
tag: v1.1.4
image: piraeus-ha-controller
drbd-shutdown-guard:
tag: v1.0.0
@@ -38,7 +38,7 @@ data:
tag: v0.10
image: ktls-utils
drbd-module-loader:
tag: v9.2.8
tag: v9.2.6
# 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.
@@ -54,18 +54,12 @@ data:
image: drbd9-almalinux8
- osImage: AlmaLinux 9
image: drbd9-almalinux9
- osImage: Rocky Linux 8
image: drbd9-almalinux8
- osImage: Rocky Linux 9
image: drbd9-almalinux9
- osImage: Ubuntu 18\.04
image: drbd9-bionic
- osImage: Ubuntu 20\.04
image: drbd9-focal
- osImage: Ubuntu 22\.04
image: drbd9-jammy
- osImage: Debian GNU/Linux 12
image: drbd9-bookworm
- osImage: Debian GNU/Linux 11
image: drbd9-bullseye
- osImage: Debian GNU/Linux 10
@@ -75,25 +69,25 @@ data:
base: registry.k8s.io/sig-storage
components:
csi-attacher:
tag: v4.5.0
tag: v4.4.2
image: csi-attacher
csi-livenessprobe:
tag: v2.12.0
tag: v2.11.0
image: livenessprobe
csi-provisioner:
tag: v4.0.0
tag: v3.6.2
image: csi-provisioner
csi-snapshotter:
tag: v7.0.1
tag: v6.3.2
image: csi-snapshotter
csi-resizer:
tag: v1.10.0
tag: v1.9.2
image: csi-resizer
csi-external-health-monitor-controller:
tag: v0.11.0
tag: v0.10.0
image: csi-external-health-monitor-controller
csi-node-driver-registrar:
tag: v2.10.0
tag: v2.9.1
image: csi-node-driver-registrar
{{- range $idx, $value := .Values.imageConfigOverride }}
{{ add $idx 1 }}_helm_override.yaml: |

View File

@@ -152,27 +152,3 @@ webhooks:
resources:
- linstorsatelliteconfigurations
sideEffects: None
- admissionReviewVersions:
- v1
clientConfig:
service:
name: '{{ include "piraeus-operator.fullname" . }}-webhook-service'
namespace: '{{ .Release.Namespace }}'
path: /validate-storage-k8s-io-v1-storageclass
{{- if not .Values.tls.certManagerIssuerRef }}
caBundle: {{ $ca }}
{{- end }}
failurePolicy: {{ .Values.webhook.failurePolicy }}
timeoutSeconds: {{ .Values.webhook.timeoutSeconds }}
name: vstorageclass.kb.io
rules:
- apiGroups:
- storage.k8s.io
apiVersions:
- v1
operations:
- CREATE
- UPDATE
resources:
- storageclasses
sideEffects: None