Skip to content

Commit c785b90

Browse files
committed
feature/single-node-cluster: bump version
1 parent e4005d3 commit c785b90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/eventstore/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v1
22
description: A Helm chart for Kubernetes EventStore.
33
name: eventstore
44
home: https://eventstore.org/
5-
version: 0.1.1
6-
appVersion: 5.0.8
5+
version: 0.1.2
6+
appVersion: 5.0.9
77
keywords:
88
- eventstore
99
sources:

charts/eventstore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The following table lists the configurable parameters of the Event Store chart a
8888
| `persistence.size` | Size of data volume | `8Gi` |
8989
| `persistence.mountPath` | Mount path of data volume | `/var/lib/eventstore` |
9090
| `persistence.annotations` | Annotations for PVC | `{}` |
91-
| `resources` | CPU/Memory resource request/limits | Memory: `256Mi`, CPU: `100m` |
91+
| `resources` | CPU/Memory resource request/limits | Memory: `500Mi`, CPU: `250m` |
9292
| `nodeSelector` | Node labels for pod assignment | `{}` |
9393
| `podAnnotations` | Pod annotations | `{}` |
9494
| `tolerations` | Toleration labels for pod assignment | `[]` |

0 commit comments

Comments
 (0)