Skip to content

Commit

Permalink
Merge pull request #14 from ondat/pvc-size
Browse files Browse the repository at this point in the history
PVC size to at least the DB_BACKEND_BYTES
  • Loading branch information
cvlc authored May 26, 2022
2 parents 056ec5d + 1bc7654 commit ccb147a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion charts/etcd-cluster-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -20,3 +20,5 @@ maintainers:
email: [email protected]
- name: aeroniero33
email: [email protected]
- name: arau
email: [email protected]
2 changes: 1 addition & 1 deletion charts/etcd-cluster-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 12Gi
# Resource requests and limits for etcd pods
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion charts/ondat-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccb147a

Please sign in to comment.