Skip to content

Commit

Permalink
Merge pull request #29 from spectrocloud/PPD-1435-3
Browse files Browse the repository at this point in the history
PPD-1435: Upgrade CAPVC to v0.18.1
  • Loading branch information
shubhamrajvanshi authored Nov 25, 2024
2 parents afa9019 + 302f5b7 commit 7f8c4ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ BUILD_ARGS = --build-arg CRYPTO_LIB=${FIPS_ENABLE} --build-arg BUILDER_GOLANG_VE
ENVTEST_K8S_VERSION = 1.23
# HELM_VERSION = 3.12.0
HELM_VERSION = 3.11.2-20230627
VCLUSTER_CHART_VERSION = 0.16.4
VCLUSTER_CHART_VERSION = 0.18.1

# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
ifeq (,$(shell go env GOBIN))
Expand Down Expand Up @@ -187,4 +187,5 @@ HELM=$(BIN_DIR)/helm-$(GOOS)-$(GOARCH)
.PHONY: download-chart
download-chart: bin-dir ## Download vcluster chart
helm repo add loft https://charts.loft.sh
helm pull loft/vcluster --version $(VCLUSTER_CHART_VERSION) -d $(CHARTS_DIR)
helm pull loft/vcluster --version $(VCLUSTER_CHART_VERSION) -d $(CHARTS_DIR)
helm pull loft/vcluster-k8s --version $(VCLUSTER_CHART_VERSION) -d $(CHARTS_DIR)
Binary file added charts/vcluster-0.18.1.tgz
Binary file not shown.
Binary file added charts/vcluster-k8s-0.18.1.tgz
Binary file not shown.
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.16.4"
DefaultVClusterVersion = "0.18.1"

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

0 comments on commit 7f8c4ac

Please sign in to comment.