From a6c73b48dabd21310b9d26155d01d31dfcc388e8 Mon Sep 17 00:00:00 2001 From: Makar Kungurov <71g3pf4c3@gmail.com> Date: Fri, 20 Sep 2024 18:53:13 +0300 Subject: [PATCH 1/2] Fix: replaced pxc-operator service name hardcode --- charts/pxc-operator/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/pxc-operator/templates/deployment.yaml b/charts/pxc-operator/templates/deployment.yaml index 5cb8530d..a1242469 100644 --- a/charts/pxc-operator/templates/deployment.yaml +++ b/charts/pxc-operator/templates/deployment.yaml @@ -106,10 +106,10 @@ spec: apiVersion: v1 kind: Service metadata: - name: percona-xtradb-cluster-operator + name: {{ include "pxc-operator.name" . }} namespace: {{ .Release.Namespace }} labels: - name: percona-xtradb-cluster-operator + name: {{ include "pxc-operator.name" . }} spec: ports: - port: 443 From 51742141fe6cfa7fb5532a651e85c47c12ba6b13 Mon Sep 17 00:00:00 2001 From: Makar Kungurov <71g3pf4c3@gmail.com> Date: Mon, 23 Sep 2024 11:03:52 +0300 Subject: [PATCH 2/2] Bump pxc-operator chart version --- charts/pxc-operator/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/pxc-operator/Chart.yaml b/charts/pxc-operator/Chart.yaml index cc492a4d..0ef7970e 100644 --- a/charts/pxc-operator/Chart.yaml +++ b/charts/pxc-operator/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: 1.15.0 +appVersion: 1.15.1 description: A Helm chart for deploying the Percona Operator for MySQL (based on Percona XtraDB Cluster) name: pxc-operator home: https://docs.percona.com/percona-operator-for-mysql/pxc/ -version: 1.15.0 +version: 1.15.1 maintainers: - name: tplavcic email: tomislav.plavcic@percona.com