From 266efdadd23d4ac6aeb211a2906291d75aca1bb4 Mon Sep 17 00:00:00 2001 From: "Ferran A. Castell" Date: Thu, 26 May 2022 12:58:27 +0100 Subject: [PATCH 1/4] PVC size to at least the DB_BACKEND_BYTES --- charts/etcd-cluster-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/etcd-cluster-operator/values.yaml b/charts/etcd-cluster-operator/values.yaml index daaf803..4e132d8 100644 --- a/charts/etcd-cluster-operator/values.yaml +++ b/charts/etcd-cluster-operator/values.yaml @@ -21,7 +21,7 @@ cluster: # NOTE: We CANNOT use storageos here as this is the egg to Ondat's chicken storageclass: standard # Amount of storage to allocate per etcd volume - storage: 1Gi + storage: 8Gi # Resource requests and limits for etcd pods resources: requests: From ff481f0adff017adeac9c18d56266f628fca9ab8 Mon Sep 17 00:00:00 2001 From: "Ferran A. Castell" Date: Thu, 26 May 2022 13:00:30 +0100 Subject: [PATCH 2/4] Increase PVC size for Tx log in addition to the db size --- charts/etcd-cluster-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/etcd-cluster-operator/values.yaml b/charts/etcd-cluster-operator/values.yaml index 4e132d8..e4699e7 100644 --- a/charts/etcd-cluster-operator/values.yaml +++ b/charts/etcd-cluster-operator/values.yaml @@ -21,7 +21,7 @@ cluster: # NOTE: We CANNOT use storageos here as this is the egg to Ondat's chicken storageclass: standard # Amount of storage to allocate per etcd volume - storage: 8Gi + storage: 12Gi # Resource requests and limits for etcd pods resources: requests: From 0cdd88d68bb5f4b5599a4ef487b26c6cea8921f6 Mon Sep 17 00:00:00 2001 From: "Ferran A. Castell" Date: Thu, 26 May 2022 13:19:11 +0100 Subject: [PATCH 3/4] Release version bump --- charts/etcd-cluster-operator/Chart.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/etcd-cluster-operator/Chart.yaml b/charts/etcd-cluster-operator/Chart.yaml index 363c99c..e5146ba 100644 --- a/charts/etcd-cluster-operator/Chart.yaml +++ b/charts/etcd-cluster-operator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "v0.3.3" description: Cloud Native etcd clusters name: etcd-cluster-operator -version: 0.0.1 +version: 0.0.2 keywords: - etcd - kv @@ -20,3 +20,5 @@ maintainers: email: richard.kovacs@ondat.io - name: aeroniero33 email: angelos.perivolaropoulos@ondat.io +- name: arau + email: ferran@ondat.io From 1bc765450f94c51100d24b7d347c93d42cf09d4c Mon Sep 17 00:00:00 2001 From: "Ferran A. Castell" Date: Thu, 26 May 2022 14:01:20 +0100 Subject: [PATCH 4/4] Amending the chart version for the Ondat too --- charts/ondat-operator/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ondat-operator/Chart.yaml b/charts/ondat-operator/Chart.yaml index 46c96c6..a2f9756 100644 --- a/charts/ondat-operator/Chart.yaml +++ b/charts/ondat-operator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "v2.7.0" description: Cloud Native storage for containers name: ondat-operator -version: 0.5.8 +version: 0.5.9 keywords: - storage - block-storage