Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
e2398d30c7
commit
7d482488ef
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
## [velero-0.0.2](https://github.com/truecharts/charts/compare/velero-0.0.1...velero-0.0.2) (2023-11-14)
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [velero-0.0.3](https://github.com/truecharts/charts/compare/velero-0.0.2...velero-0.0.3) (2023-11-17)
|
||||
|
||||
### Chore
|
||||
|
||||
- pin dependencies ([#14662](https://github.com/truecharts/charts/issues/14662))
|
||||
|
||||
|
||||
|
||||
|
||||
## [velero-0.0.2](https://github.com/truecharts/charts/compare/velero-0.0.1...velero-0.0.2) (2023-11-14)
|
||||
|
||||
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: "latest"
|
||||
deprecated: false
|
||||
description: Velero is a kubernetes-native backup solution
|
||||
home: https://truecharts.org/charts/operators/velero
|
||||
home: https://truecharts.org/charts/incubator/velero
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/velero.png
|
||||
keywords:
|
||||
- velero
|
||||
|
@ -22,11 +22,11 @@ maintainers:
|
|||
url: https://truecharts.org
|
||||
name: velero
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/operators/cert-manager
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/velero
|
||||
- https://github.com/cert-manager
|
||||
- https://cert-manager.io/
|
||||
type: application
|
||||
version: 0.0.2
|
||||
version: 0.0.3
|
||||
annotations:
|
||||
truecharts.org/category: operators
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -5,7 +5,7 @@
|
|||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/operators/)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [velero-0.0.3](https://github.com/truecharts/charts/compare/velero-0.0.2...velero-0.0.3) (2023-11-17)
|
||||
|
||||
### Chore
|
||||
|
||||
- pin dependencies ([#14662](https://github.com/truecharts/charts/issues/14662))
|
||||
|
||||
|
|
@ -50,19 +50,19 @@ velero:
|
|||
# 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
|
||||
image: openebs/velero-plugin:1.9.0@sha256:f89855c12dd0a9bfd1afb9a75b051f6cb0452c4c073df9fc7fff4d7983eff341
|
||||
imagePullPolicy: IfNotPresent
|
||||
volumeMounts:
|
||||
- mountPath: /target
|
||||
name: plugins
|
||||
- name: velero-plugin-for-csi
|
||||
image: velero/velero-plugin-for-csi:v0.6.0
|
||||
image: velero/velero-plugin-for-csi:v0.6.0@sha256:fc07d1897a65d7728543b2fae9feddad087b5e7f45f45c3adaeda2ef4996fd50
|
||||
imagePullPolicy: IfNotPresent
|
||||
volumeMounts:
|
||||
- mountPath: /target
|
||||
name: plugins
|
||||
- name: velero-plugin-for-aws
|
||||
image: velero/velero-plugin-for-aws:v1.8.0
|
||||
image: velero/velero-plugin-for-aws:v1.8.0@sha256:466d4ee963de87b28e38098f5f91401bde514c7c2449ea6da4009be626a08f6c
|
||||
imagePullPolicy: IfNotPresent
|
||||
volumeMounts:
|
||||
- mountPath: /target
|
Loading…
Reference in New Issue