Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
update release manifest version
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Jan 11, 2024
1 parent 7013c9e commit 6516ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const (
devCatalogImage = "docker.io/percona/everest-catalog:latest"
releaseCatalogImage = "docker.io/percona/everest-catalog:%s"
devManifestURL = "https://raw.githubusercontent.com/percona/percona-everest-backend/main/deploy/quickstart-k8s.yaml"
releaseManifestURL = "https://raw.githubusercontent.com/percona/percona-everest-backend/release-%s/deploy/quickstart-k8s.yaml"
releaseManifestURL = "https://raw.githubusercontent.com/percona/percona-everest-backend/v%s/deploy/quickstart-k8s.yaml"
)

var (
Expand Down

0 comments on commit 6516ab3

Please sign in to comment.