fix(common): Update values.yaml (#27819)
**Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes # <!--(issue)--> **⚙️ 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?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ 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 <info@kjeldschouten.nl> Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user