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

Commit

Permalink
Update to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Jan 23, 2024
1 parent 01656ba commit 23c95c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ fi


echo "Downloading the latest release of Percona Everest CLI"
echo "https://github.com/percona/percona-everest-cli/releases/download/latest/everestctl-$os-$arch"
curl -sL https://github.com/percona/percona-everest-cli/releases/download/latest/everestctl-$os-$arch -o everestctl
echo "https://github.com/percona/percona-everest-cli/releases/download/v0.7.0/everestctl-$os-$arch"
curl -sL https://github.com/percona/percona-everest-cli/releases/download/v0.7.0/everestctl-$os-$arch -o everestctl
chmod +x everestctl

# If KUBECONFIG is set let the user know we are using it
Expand Down
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/perconalab/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/v%s/deploy/quickstart-k8s.yaml"
releaseManifestURL = "https://raw.githubusercontent.com/percona/percona-everest-backend/release-%s/deploy/quickstart-k8s.yaml"
)

var (
Expand Down

0 comments on commit 23c95c7

Please sign in to comment.