Skip to content

Commit

Permalink
reverted velero version as it introduced incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
shapirov103 committed May 10, 2023
1 parent 45b5d10 commit 58ef765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/addons/velero/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface VeleroAddOnProps extends HelmAddOnUserProps {
*/
const defaultProps = {
name: 'velero',
version: "4.0.2",
version: "3.2.0",
namespace: "velero",
createNamespace: true,
chart: "velero",
Expand Down

0 comments on commit 58ef765

Please sign in to comment.