Skip to content

Commit

Permalink
Merge pull request #16 from matskiv/bump-chart-0.11.1
Browse files Browse the repository at this point in the history
fix: bump the default vcluster chart version
  • Loading branch information
FabianKramm committed Aug 10, 2022
2 parents 8dd7120 + 1362cd7 commit c596906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "os"

var (
// DefaultVClusterVersion is the default version of the virtual cluster to use
DefaultVClusterVersion = "0.7.1"
DefaultVClusterVersion = "0.11.1"

// DefaultVClusterChartName is the default chart name of the virtual cluster to use
DefaultVClusterChartName = "vcluster"
Expand Down

0 comments on commit c596906

Please sign in to comment.