ci(bump): bump reconciler image version for alpha to snapshot-9f1a2bc
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
ca47373ae6
commit
7a9c695c9e
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
apiVersion: snapshot.storage.k8s.io/v1
|
||||||
|
kind: VolumeSnapshotClass
|
||||||
|
metadata:
|
||||||
|
name: csi-azuredisk-vsc
|
||||||
|
driver: disk.csi.azure.com
|
||||||
|
deletionPolicy: Delete
|
||||||
|
parameters:
|
||||||
|
incremental: "true" # available values: "true", "false" ("true" by default for Azure Public Cloud, and "false" by default for Azure Stack Cloud)
|
||||||
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
apiVersion: snapshot.storage.k8s.io/v1
|
||||||
|
kind: VolumeSnapshot
|
||||||
|
metadata:
|
||||||
|
name: gitea-shared-storage-snapshot-20250804
|
||||||
|
namespace: freeleaps-prod
|
||||||
|
spec:
|
||||||
|
volumeSnapshotClassName: csi-azuredisk-vsc
|
||||||
|
source:
|
||||||
|
persistentVolumeClaimName: gitea-shared-storage
|
||||||
0
jobs/.gitkeep
Normal file
0
jobs/.gitkeep
Normal file
3
jobs/README.md
Normal file
3
jobs/README.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Jobs
|
||||||
|
|
||||||
|
> This folder contains the kubernetes jobs for the Freeleaps Kubernetes Cluster.
|
||||||
0
jobs/freeleaps-data-backup/.gitkeep
Normal file
0
jobs/freeleaps-data-backup/.gitkeep
Normal file
Loading…
Reference in New Issue
Block a user