cnpg update

This commit is contained in:
Philip Haupt
2025-11-07 00:29:13 +01:00
parent a1299094b6
commit 79b50625a1
3 changed files with 714 additions and 168 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -5,7 +5,7 @@ kind: Kustomization
helmCharts: helmCharts:
- name: cloudnative-pg - name: cloudnative-pg
repo: https://cloudnative-pg.github.io/charts repo: https://cloudnative-pg.github.io/charts
version: 0.26.0 version: 0.26.1
releaseName: cnpg releaseName: cnpg
includeCRDs: true includeCRDs: true
namespace: cnpg-system namespace: cnpg-system

View File

@@ -1,5 +1,6 @@
# #
# Copyright The CloudNativePG Contributors # Copyright © contributors to CloudNativePG, established as
# CloudNativePG a Series of LF Projects, LLC.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
@@ -13,6 +14,8 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
# SPDX-License-Identifier: Apache-2.0
#
# Default values for CloudNativePG. # Default values for CloudNativePG.
# This is a YAML-formatted file. # This is a YAML-formatted file.
# Please declare variables to be passed to your templates. # Please declare variables to be passed to your templates.