Skip to content

feat(longhorn): upgrade longhorn recurring job api version to v1 #1765

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2025

Conversation

thiagoalmeidasa
Copy link
Owner

This commit upgrades the API version for Longhorn's recurring jobs (backup, snapshot, and volume trim) from v1beta1 or v1beta2 to v1.

This commit upgrades the API version for Longhorn's recurring jobs
(backup, snapshot, and volume trim) from `v1beta1` or `v1beta2` to `v1`.
@github-actions github-actions bot added the area/kubernetes Changes made in the kubernetes directory label Jun 10, 2025
Copy link

--- kubernetes/apps/storage/longhorn/recurring-jobs Kustomization: flux-system/cluster-apps-longhorn-recurring-jobs RecurringJob: storage/backup-weekly

+++ kubernetes/apps/storage/longhorn/recurring-jobs Kustomization: flux-system/cluster-apps-longhorn-recurring-jobs RecurringJob: storage/backup-weekly

@@ -1,8 +1,8 @@

 ---
-apiVersion: longhorn.io/v1beta1
+apiVersion: longhorn.io/v1
 kind: RecurringJob
 metadata:
   labels:
     kustomize.toolkit.fluxcd.io/name: cluster-apps-longhorn-recurring-jobs
     kustomize.toolkit.fluxcd.io/namespace: flux-system
   name: backup-weekly
--- kubernetes/apps/storage/longhorn/recurring-jobs Kustomization: flux-system/cluster-apps-longhorn-recurring-jobs RecurringJob: storage/snapshot

+++ kubernetes/apps/storage/longhorn/recurring-jobs Kustomization: flux-system/cluster-apps-longhorn-recurring-jobs RecurringJob: storage/snapshot

@@ -1,8 +1,8 @@

 ---
-apiVersion: longhorn.io/v1beta1
+apiVersion: longhorn.io/v1
 kind: RecurringJob
 metadata:
   labels:
     kustomize.toolkit.fluxcd.io/name: cluster-apps-longhorn-recurring-jobs
     kustomize.toolkit.fluxcd.io/namespace: flux-system
   name: snapshot

@thiagoalmeidasa thiagoalmeidasa merged commit 9595635 into main Jun 10, 2025
4 checks passed
@thiagoalmeidasa thiagoalmeidasa deleted the longhorn-recurring-jobs-v1 branch June 10, 2025 19:12
@thiagoalmeidasa thiagoalmeidasa restored the longhorn-recurring-jobs-v1 branch June 10, 2025 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant