Skip to content

Commit ee3aad8

Browse files
Release cluster-v0.6.1 (#876)
Signed-off-by: Itay Grudev <itay@grudev.com> Co-authored-by: Itay Grudev <itay@grudev.com>
1 parent c3154e1 commit ee3aad8

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

charts/cluster/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ description: Deploys and manages a CloudNativePG cluster and its associated reso
2222
kubeVersion: ">=1.29.0-0"
2323
icon: https://raw.githubusercontent.com/cloudnative-pg/artwork/main/cloudnativepg-logo.svg
2424
type: application
25-
version: 0.6.0
25+
version: 0.6.1
2626
sources:
2727
- https://github.com/cloudnative-pg/charts
2828
keywords:

charts/cluster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cluster
22

3-
![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
3+
![Version: 0.6.1](https://img.shields.io/badge/Version-0.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
44

55
> **Warning**
66
> ### This chart is under active development.

charts/plugin-barman-cloud/values.schema.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@
148148
"required": [
149149
"allowPrivilegeEscalation",
150150
"readOnlyRootFilesystem",
151+
"runAsUser",
152+
"runAsGroup",
151153
"seccompProfile",
152154
"capabilities"
153155
],
@@ -477,4 +479,4 @@
477479
"certificate"
478480
],
479481
"type": "object"
480-
}
482+
}

0 commit comments

Comments
 (0)