Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
dbb41352cf
commit
60cd7742ee
|
@ -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))
|
||||
|
||||
|
|
@ -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
|
|
@ -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"
|
|
@ -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)
|
||||
|
|
@ -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
|
Loading…
Reference in New Issue