Skip to content

Commit

Permalink
Minor clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
thegridman committed Jul 27, 2021
1 parent 8266567 commit dde9402
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion helm-charts/coherence-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020 Oracle Corporation and/or its affiliates.
# Copyright 2020, 2021 Oracle Corporation and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at
# http://oss.oracle.com/licenses/upl.

Expand Down
9 changes: 0 additions & 9 deletions test/e2e/compatibility/compatibility_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@ func TestCompatibility(t *testing.T) {
g.Expect(err).NotTo(HaveOccurred())
stsBefore := assertDeploymentEventuallyInDesiredState(t, d, d.GetReplicas())

//// delete the previous Operator version
//t.Logf("Unnstalling previous Operator version: %s\n", version)
//err = UninstallOperator(ns, name)
//g.Expect(err).NotTo(HaveOccurred())
//
//// wait for Operator Pod to be deleted
//err = helper.WaitForOperatorCleanup(testContext, ns)
//g.Expect(err).NotTo(HaveOccurred())

// Upgrade to this version
t.Logf("Helm upgrade to current Operator version\n")
UpgradeToCurrentVersion(g, ns, name)
Expand Down

0 comments on commit dde9402

Please sign in to comment.