diff --git a/charts/plugin-barman-cloud/Chart.yaml b/charts/plugin-barman-cloud/Chart.yaml index c8310274ff..a7d63f6ebd 100644 --- a/charts/plugin-barman-cloud/Chart.yaml +++ b/charts/plugin-barman-cloud/Chart.yaml @@ -21,7 +21,7 @@ name: plugin-barman-cloud description: Helm Chart for CloudNativePG's CNPG-I backup plugin using Barman Cloud icon: https://raw.githubusercontent.com/cloudnative-pg/artwork/main/cloudnativepg-logo.svg type: application -version: "0.4.0" +version: "0.4.1" appVersion: "v0.10.0" sources: - https://github.com/cloudnative-pg/plugin-barman-cloud diff --git a/charts/plugin-barman-cloud/templates/deployment.yaml b/charts/plugin-barman-cloud/templates/deployment.yaml index f80ef36781..4ee6f43b10 100644 --- a/charts/plugin-barman-cloud/templates/deployment.yaml +++ b/charts/plugin-barman-cloud/templates/deployment.yaml @@ -74,7 +74,7 @@ spec: initialDelaySeconds: 10 periodSeconds: 10 tcpSocket: - port: 9090 + port: 8081 resources: {{- toYaml .Values.resources | nindent 10 }} securityContext: