Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update helm release cluster to v0.2.1 #1033

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 2, 2025

This PR contains the following updates:

Package Update Change
cluster (source) patch 0.2.0 -> 0.2.1

Release Notes

cloudnative-pg/charts (cluster)

v0.2.1

Compare Source

Deploys and manages a CloudNativePG cluster and its associated resources.

What's Changed
New Contributors

Full Changelog: cloudnative-pg/charts@cluster-v0.2.0...cluster-v0.2.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor

github-actions bot commented Feb 2, 2025

Changes Rendered Chart
diff -U 4 -r out/target/backstage/values-demo-metalstack.yaml/sx-backstage/charts/cluster/templates/cluster.yaml out/pr/backstage/values-demo-metalstack.yaml/sx-backstage/charts/cluster/templates/cluster.yaml
--- out/target/backstage/values-demo-metalstack.yaml/sx-backstage/charts/cluster/templates/cluster.yaml	2025-02-02 09:36:00.853406126 +0000
+++ out/pr/backstage/values-demo-metalstack.yaml/sx-backstage/charts/cluster/templates/cluster.yaml	2025-02-02 09:35:24.808785573 +0000
@@ -7,9 +7,9 @@
   namespace: default
   annotations:
     argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
   labels:
-    helm.sh/chart: cluster-0.2.0
+    helm.sh/chart: cluster-0.2.1
     app.kubernetes.io/name: cluster
     app.kubernetes.io/instance: release-name
     app.kubernetes.io/part-of: cloudnative-pg
     app.kubernetes.io/managed-by: Helm
diff -U 4 -r out/target/backstage/values-demo-metalstack.yaml/sx-backstage/charts/cluster/templates/prometheus-rule.yaml out/pr/backstage/values-demo-metalstack.yaml/sx-backstage/charts/cluster/templates/prometheus-rule.yaml
--- out/target/backstage/values-demo-metalstack.yaml/sx-backstage/charts/cluster/templates/prometheus-rule.yaml	2025-02-02 09:36:00.854406144 +0000
+++ out/pr/backstage/values-demo-metalstack.yaml/sx-backstage/charts/cluster/templates/prometheus-rule.yaml	2025-02-02 09:35:24.809785591 +0000
@@ -3,9 +3,9 @@
 apiVersion: monitoring.coreos.com/v1
 kind: PrometheusRule
 metadata:
   labels:
-    helm.sh/chart: cluster-0.2.0
+    helm.sh/chart: cluster-0.2.1
     app.kubernetes.io/name: cluster
     app.kubernetes.io/instance: release-name
     app.kubernetes.io/part-of: cloudnative-pg
     app.kubernetes.io/managed-by: Helm
diff -U 4 -r out/target/backstage/values-uibklab.yaml/sx-backstage/charts/cluster/templates/cluster.yaml out/pr/backstage/values-uibklab.yaml/sx-backstage/charts/cluster/templates/cluster.yaml
--- out/target/backstage/values-uibklab.yaml/sx-backstage/charts/cluster/templates/cluster.yaml	2025-02-02 09:36:00.933407508 +0000
+++ out/pr/backstage/values-uibklab.yaml/sx-backstage/charts/cluster/templates/cluster.yaml	2025-02-02 09:35:24.887786944 +0000
@@ -7,9 +7,9 @@
   namespace: default
   annotations:
     argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
   labels:
-    helm.sh/chart: cluster-0.2.0
+    helm.sh/chart: cluster-0.2.1
     app.kubernetes.io/name: cluster
     app.kubernetes.io/instance: release-name
     app.kubernetes.io/part-of: cloudnative-pg
     app.kubernetes.io/managed-by: Helm
diff -U 4 -r out/target/backstage/values-uibklab.yaml/sx-backstage/charts/cluster/templates/prometheus-rule.yaml out/pr/backstage/values-uibklab.yaml/sx-backstage/charts/cluster/templates/prometheus-rule.yaml
--- out/target/backstage/values-uibklab.yaml/sx-backstage/charts/cluster/templates/prometheus-rule.yaml	2025-02-02 09:36:00.933407508 +0000
+++ out/pr/backstage/values-uibklab.yaml/sx-backstage/charts/cluster/templates/prometheus-rule.yaml	2025-02-02 09:35:24.887786944 +0000
@@ -3,9 +3,9 @@
 apiVersion: monitoring.coreos.com/v1
 kind: PrometheusRule
 metadata:
   labels:
-    helm.sh/chart: cluster-0.2.0
+    helm.sh/chart: cluster-0.2.1
     app.kubernetes.io/name: cluster
     app.kubernetes.io/instance: release-name
     app.kubernetes.io/part-of: cloudnative-pg
     app.kubernetes.io/managed-by: Helm

Copy link
Contributor

github-actions bot commented Feb 2, 2025

Changes Default Values
diff -U 4 -r out-default-values/target/backstage_cluster_default-values.out out-default-values/pr/backstage_cluster_default-values.out
--- out-default-values/target/backstage_cluster_default-values.out	2025-02-02 09:36:01.223412516 +0000
+++ out-default-values/pr/backstage_cluster_default-values.out	2025-02-02 09:35:25.169791838 +0000
@@ -163,8 +163,11 @@
 
   # -- The GID of the postgres user inside the image, defaults to 26
   postgresGID: -1
 
+  # -- Customization of service definions. Please refer to https://cloudnative-pg.io/documentation/1.24/service_management/
+  services: {}
+
   # -- Resources requirements of every generated Pod.
   # Please refer to https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ for more information.
   # We strongly advise you use the same setting for limits and requests so that your cluster pods are given a Guaranteed QoS.
   # See: https://kubernetes.io/docs/concepts/workloads/pods/pod-qos/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants