File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
charts/cloudnative-pg-cluster Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : cnpg-cluster
33description : Create postgres tenant clusters managed by the CNPG Operator
44type : application
5- version : 1.1.1
5+ version : 1.1.2
66
77dependencies :
88 - name : cluster
Original file line number Diff line number Diff line change 11# cnpg-cluster
22
3- ![ Version: 1.1.1 ] ( https://img.shields.io/badge/Version-1.1.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
3+ ![ Version: 1.1.2 ] ( https://img.shields.io/badge/Version-1.1.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
44
55Create postgres tenant clusters managed by the CNPG Operator
66
Original file line number Diff line number Diff line change 3434apiVersion : v1
3535kind : Secret
3636metadata :
37- name : " {{ .Values.name }}-server-secret "
37+ name : " {{ .Values.name }}-server-cert "
3838 labels :
3939 cnpg.io/reload : " "
4040---
You can’t perform that action at this time.
0 commit comments