Skip to content

feat(longhorn): upgrade recurring job api version to v1beta2 #1766

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 recurring jobs (backup, snapshot, and volume trim) from longhorn.io/v1 to longhorn.io/v1beta2.

This commit upgrades the API version for Longhorn recurring jobs
(backup, snapshot, and volume trim) from `longhorn.io/v1` to
`longhorn.io/v1beta2`.
@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/v1
+apiVersion: longhorn.io/v1beta2
 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/v1
+apiVersion: longhorn.io/v1beta2
 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 1a4dfec into main Jun 10, 2025
4 checks passed
@thiagoalmeidasa thiagoalmeidasa deleted the longhorn-recurring-jobs-v1beta2 branch June 10, 2025 19:17
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