Skip to content

Commit

Permalink
tar -> ZIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsntTheWay committed Feb 19, 2025
1 parent 9f9571a commit 3fa8c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/comp-functions/functions/vshnforgejo/backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func updateRelease(svc *runtime.ServiceRuntime, comp *vshnv1.VSHNForgejo) error
return fmt.Errorf("cannot add pvc annotations to values: %w", err)
}

err = backup.AddPodAnnotationToValues(values, "/scripts/backup.sh", ".tar", "gitea", "podAnnotations")
err = backup.AddPodAnnotationToValues(values, "/scripts/backup.sh", ".zip", "gitea", "podAnnotations")
if err != nil {
return fmt.Errorf("cannot add pod annotations to values: %w", err)
}
Expand Down

0 comments on commit 3fa8c6c

Please sign in to comment.