ci(bump): bump reconciler image version for alpha to snapshot-9f1a2bc

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-08-04 15:59:50 +08:00
parent ca47373ae6
commit 7a9c695c9e
5 changed files with 22 additions and 0 deletions

View File

@ -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)

View File

@ -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
View File

3
jobs/README.md Normal file
View File

@ -0,0 +1,3 @@
# Jobs
> This folder contains the kubernetes jobs for the Freeleaps Kubernetes Cluster.

View File