Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-14 20:46:38 +00:00
parent dbb41352cf
commit 60cd7742ee
14 changed files with 28 additions and 16 deletions

View File

@ -1,9 +0,0 @@
## [velero-0.0.1]velero-0.0.1 (2023-11-14)
### Feat
- add velero ([#14648](https://github.com/truecharts/charts/issues/14648))

View File

@ -4,6 +4,11 @@
## [velero-0.0.2](https://github.com/truecharts/charts/compare/velero-0.0.1...velero-0.0.2) (2023-11-14)
## [velero-0.0.1]velero-0.0.1 (2023-11-14)
### Feat

View File

@ -26,7 +26,7 @@ sources:
- https://github.com/cert-manager
- https://cert-manager.io/
type: application
version: 0.0.1
version: 0.0.2
annotations:
truecharts.org/category: operators
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,4 @@
## [velero-0.0.2](https://github.com/truecharts/charts/compare/velero-0.0.1...velero-0.0.2) (2023-11-14)

View File

@ -49,12 +49,24 @@ velero:
# Init containers to add to the Velero deployment's pod spec. At least one plugin provider image is required.
# If the value is a string then it is evaluated as a template.
initContainers:
# - name: opeebs-velero-plugin
# image: openebs/velero-plugin:1.9.0
# imagePullPolicy: IfNotPresent
# volumeMounts:
# - mountPath: /target
# name: plugins
- name: opeebs-velero-plugin
image: openebs/velero-plugin:1.9.0
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
name: plugins
- name: velero-plugin-for-csi
image: velero/velero-plugin-for-csi:v0.6.0
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
name: plugins
- name: velero-plugin-for-aws
image: velero/velero-plugin-for-aws:v1.8.0
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
name: plugins
# Whether to deploy the node-agent daemonset.
deployNodeAgent: true