File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ description: Deploys and manages a CloudNativePG cluster and its associated reso
2222kubeVersion : " >=1.29.0-0"
2323icon : https://raw.githubusercontent.com/cloudnative-pg/artwork/main/cloudnativepg-logo.svg
2424type : application
25- version : 0.6.0
25+ version : 0.6.1
2626sources :
2727 - https://github.com/cloudnative-pg/charts
2828keywords :
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 148148 "required" : [
149149 " allowPrivilegeEscalation" ,
150150 " readOnlyRootFilesystem" ,
151+ " runAsUser" ,
152+ " runAsGroup" ,
151153 " seccompProfile" ,
152154 " capabilities"
153155 ],
477479 " certificate"
478480 ],
479481 "type" : " object"
480- }
482+ }
You can’t perform that action at this time.
0 commit comments