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

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Jan 31, 2024
1 parent bddb60a commit c08cb76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FILES = $(shell find . -type f -name '*.go')

RELEASE_VERSION ?= v0.0.0-$(shell git rev-parse --short HEAD)
RELEASE_VERSION ?= v0.7.0
RELEASE_FULLCOMMIT ?= $(shell git rev-parse HEAD)

LD_FLAGS = -ldflags " \
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/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 c08cb76

Please sign in to comment.