Skip to content

Commit

Permalink
fix: bump the default vcluster chart version
Browse files Browse the repository at this point in the history
This fixes issues with Service CIDR, where provider expects the chart
to do the Service CIDR auto-discovery, but installs the old version
of the chart, which does not have support for this.
  • Loading branch information
matskiv committed Aug 10, 2022
1 parent 8dd7120 commit 1362cd7
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 1362cd7

Please sign in to comment.