Skip to content

Commit

Permalink
Automated Config Connector import.
Browse files Browse the repository at this point in the history
  - b5faafb3536b5cdf0ddab6237b4c97ec78f8c9b6 Update the base version to 1.95.0 for operator upgrade in... by Config Connector Team <[email protected]>

GitOrigin-RevId: b5faafb3536b5cdf0ddab6237b4c97ec78f8c9b6
  • Loading branch information
Config Connector Team authored and copybara-github committed Jul 6, 2023
1 parent 203d70a commit a87ba38
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions operator/tests/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ const (
OPERATOR_RELEASE_TARBALL = "release-bundle.tar.gz"
KCC_RELEASE_BUCKET = "cnrm"
KCC_RELEASE_TARBALL = "release-bundle.tar.gz"
// Use ConfigConnector 1.50.0 as the base version for upgrade test because
// previous versions cannot be installed due to the removal of
// apiextensions.k8s.io/v1beta1 for CustomResourceDefinition on K8s 1.22.
BASE_VERSION_SHA = "8891a08"
// Use ConfigConnector operator 1.95.0 as the base version for upgrade test
// because previous versions cannot be installed onto K8s 1.26+ (default GKE
// cluster version as of 6/27/2023) due to the removal of
// autoscaling/v2beta2.
BASE_VERSION_SHA = "4119846"
)

var (
Expand Down

0 comments on commit a87ba38

Please sign in to comment.