Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/plugin-barman-cloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/plugin-barman-cloud/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
initialDelaySeconds: 10
periodSeconds: 10
tcpSocket:
port: 9090
port: 8081
resources:
{{- toYaml .Values.resources | nindent 10 }}
securityContext:
Expand Down