Skip to content

Commit

Permalink
chore: bump E2E upgrade manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
czeslavo committed Dec 11, 2023
1 parent 77527ee commit 01d2c35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ import (

const (
// upgradeTestFromTag is the tag of the previous version of the controller to upgrade from.
upgradeTestFromTag = "v2.9.4"
upgradeTestFromTag = "v3.0.1"

// dblessURLTemplate is the template of the URL to the all-in-one-dbless.yaml manifest with a placeholder for the tag.
dblessURLTemplate = "https://raw.githubusercontent.com/Kong/kubernetes-ingress-controller/%s/deploy/single/all-in-one-dbless.yaml"
dblessURLTemplate = "https://raw.githubusercontent.com/Kong/kubernetes-ingress-controller/%s/test/e2e/manifests/single/all-in-one-dbless.yaml"

// postgresURLTemplate is the template of the URL to the all-in-one-postgres.yaml manifest with a placeholder for the tag.
postgresURLTemplate = "https://raw.githubusercontent.com/Kong/kubernetes-ingress-controller/%s/deploy/single/all-in-one-postgres.yaml"
postgresURLTemplate = "https://raw.githubusercontent.com/Kong/kubernetes-ingress-controller/%s/test/e2e/manifests/all-in-one-postgres.yaml"
)

func TestDeployAndUpgradeAllInOneDBLESS(t *testing.T) {
Expand Down

0 comments on commit 01d2c35

Please sign in to comment.