Skip to content

Commit 12341d9

Browse files
Release plugin-barman-cloud-v0.3.0 (#716)
Signed-off-by: Marco Nenciarini <[email protected]> Co-authored-by: Marco Nenciarini <[email protected]>
1 parent ff25402 commit 12341d9

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

charts/plugin-barman-cloud/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ name: plugin-barman-cloud
2121
description: Helm Chart for CloudNativePG's CNPG-I backup plugin using Barman Cloud
2222
icon: https://raw.githubusercontent.com/cloudnative-pg/artwork/main/cloudnativepg-logo.svg
2323
type: application
24-
version: "0.2.0"
25-
appVersion: "v0.7.0"
24+
version: "0.3.0"
25+
appVersion: "0.9.0"
2626
sources:
2727
- https://github.com/cloudnative-pg/plugin-barman-cloud
2828
keywords:

charts/plugin-barman-cloud/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# plugin-barman-cloud
22

3-
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.5.0](https://img.shields.io/badge/AppVersion-v0.5.0-informational?style=flat-square)
3+
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.0](https://img.shields.io/badge/AppVersion-0.9.0-informational?style=flat-square)
44

55
Helm Chart for CloudNativePG's CNPG-I backup plugin using Barman Cloud
66

@@ -62,5 +62,4 @@ Helm Chart for CloudNativePG's CNPG-I backup plugin using Barman Cloud
6262
| sidecarImage.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. |
6363
| tolerations | list | `[]` | Tolerations for the operator to be installed. |
6464
| topologySpreadConstraints | list | `[]` | Topology Spread Constraints for the operator to be installed. |
65-
| updateStrategy | object | `{}` | Update strategy for the operator. ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy For example: type: RollingUpdate rollingUpdate: maxSurge: 25% maxUnavailable: 25% WARNING: the RollingUpdate strategy is not supported by the operator yet so it can currently. only use the Recreate strategy. |
66-
65+
| updateStrategy | object | `{}` | Update strategy for the operator. ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy For example: type: RollingUpdate rollingUpdate: maxSurge: 25% maxUnavailable: 25% WARNING: the RollingUpdate strategy is not supported by the operator yet so it can currently only use the Recreate strategy. |

charts/plugin-barman-cloud/templates/crds/crds.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{{- if .Values.crds.create }}
2-
---
32
apiVersion: apiextensions.k8s.io/v1
43
kind: CustomResourceDefinition
54
metadata:
65
annotations:
7-
controller-gen.kubebuilder.io/version: v0.18.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
87
helm.sh/resource-policy: keep
98
name: objectstores.barmancloud.cnpg.io
109
spec:
@@ -694,4 +693,4 @@ spec:
694693
storage: true
695694
subresources:
696695
status: {}
697-
{{ end }}
696+
{{- end }}

charts/plugin-barman-cloud/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@
455455
},
456456
"updateStrategy": {
457457
"additionalProperties": true,
458-
"description": "Update strategy for the operator.\nref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy\nFor example:\n type: RollingUpdate\n rollingUpdate:\n maxSurge: 25%\n maxUnavailable: 25%\n\nWARNING: the RollingUpdate strategy is not supported by the operator yet so it can\ncurrently. only use the Recreate strategy.",
458+
"description": "Update strategy for the operator.\nref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy\nFor example:\n type: RollingUpdate\n rollingUpdate:\n maxSurge: 25%\n maxUnavailable: 25%\n\nWARNING: the RollingUpdate strategy is not supported by the operator yet so it can\ncurrently only use the Recreate strategy.",
459459
"required": [],
460460
"title": "updateStrategy"
461461
}

0 commit comments

Comments
 (0)