From e3a53829b37faaa3470f2792598f49d61730561f Mon Sep 17 00:00:00 2001 From: alfi0812 <43101280+alfi0812@users.noreply.github.com> Date: Wed, 16 Oct 2024 23:56:39 +0200 Subject: [PATCH] fix(common): Update values.yaml (#27819) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> Signed-off-by: Kjeld Schouten Co-authored-by: Kjeld Schouten --- charts/library/common/Chart.yaml | 2 +- charts/library/common/values.yaml | 22 +++++++++------------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index 5db0566039d..aee5112d0c8 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -48,4 +48,4 @@ sources: - https://hub.docker.com/r/mikefarah/yq - https://hub.docker.com/r/traefik/whoami type: library -version: 25.0.0 +version: 25.0.1 diff --git a/charts/library/common/values.yaml b/charts/library/common/values.yaml index 1ad64c0d6bb..5767249bd83 100644 --- a/charts/library/common/values.yaml +++ b/charts/library/common/values.yaml @@ -695,22 +695,16 @@ route: labels: {} # -- Configure the resource the route attaches to. parentRefs: - - # Group of the referent resource. - group: gateway.networking.k8s.io - # Kind of the referent resource. + - group: gateway.networking.k8s.io kind: Gateway - # Name of the referent resource name: - # Namespace of the referent resource namespace: - # Name of the section within the target resource. sectionName: # -- Host addresses hostnames: [] # -- Configure rules for routing. Defaults to the primary service. rules: - - # -- Configure backends where matching requests should be sent. - backendRefs: + - backendRefs: - group: "" kind: Service name: @@ -790,7 +784,7 @@ metrics: # additionalrules: [] # List to support adding groups using the SCALE GUI additionalgroups: - #- name: "somegroup" + # - name: "somegroup" # # list of rules # rules: [] # # list to support adding rules via the SCALE GUI without overwrithing the rules @@ -1075,7 +1069,8 @@ cnpg: ## Point in time recovery target. Specify one of the following: pitrTarget: - time: "" # Time in RFC3339 format + # Time in RFC3339 format + time: "" # Name of the backup to recover from. Required if method is `backup`. backupName: "" @@ -1091,7 +1086,8 @@ cnpg: # Database cluster backup configuration backups: - enabled: false # You need to configure backups manually, so backups are disabled by default. + # You need to configure backups manually, so backups are disabled by default. + enabled: false encryption: enabled: false @@ -1114,8 +1110,8 @@ cnpg: credentials: "" scheduledBackups: - - name: daily-backup # Daily at midnight - schedule: "0 0 0 * * *" # Daily at midnight + - name: daily-backup + schedule: "0 0 0 * * *" backupOwnerReference: self immediate: true suspend: false