Skip to content

Commit

Permalink
update version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Everest RC CI triggered by recharte committed Nov 18, 2024
1 parent 8e5cd6f commit 684cd0d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 ?= v1.3.0-rc5
RELEASE_VERSION ?= v1.3.0
RELEASE_FULLCOMMIT ?= $(shell git rev-parse HEAD)

FLAGS = -X 'github.com/percona/everest/pkg/version.Version=$(RELEASE_VERSION)' \
Expand Down
2 changes: 1 addition & 1 deletion deploy/quickstart-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ spec:
secretName: everest-jwt
containers:
- name: everest
image: perconalab/everest:1.3.0-rc5
image: percona/everest:1.3.0
ports:
- containerPort: 8080
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ require (
github.com/oapi-codegen/runtime v1.1.1
github.com/operator-framework/api v0.27.0
github.com/operator-framework/operator-lifecycle-manager v0.27.0
github.com/percona/everest-operator v1.3.0-rc5
github.com/percona/everest-operator v1.3.0
github.com/rodaine/table v1.3.0
github.com/spf13/cobra v1.8.1
github.com/spf13/viper v1.18.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -568,8 +568,8 @@ github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/9
github.com/pelletier/go-toml v1.7.0/go.mod h1:vwGMzjaWMwyfHwgIBhI2YUM4fB6nL6lVAvS1LBMMhTE=
github.com/pelletier/go-toml/v2 v2.1.0 h1:FnwAJ4oYMvbT/34k9zzHuZNrhlz48GB3/s6at6/MHO4=
github.com/pelletier/go-toml/v2 v2.1.0/go.mod h1:tJU2Z3ZkXwnxa4DPO899bsyIoywizdUvyaeZurnPPDc=
github.com/percona/everest-operator v1.3.0-rc5 h1:KkPSDIdESOVaz5PK+pX4hGubzLJ3P9l4blawadGck1o=
github.com/percona/everest-operator v1.3.0-rc5/go.mod h1:EGOBiuX2c3iE4pCyYNr7HI8afjyl2KbqBTX1CGUqU1E=
github.com/percona/everest-operator v1.3.0 h1:5vI35/cWT0DeKEz9MBKh3tEAelhIOfcK80DybEiq3Qk=
github.com/percona/everest-operator v1.3.0/go.mod h1:EGOBiuX2c3iE4pCyYNr7HI8afjyl2KbqBTX1CGUqU1E=
github.com/percona/percona-backup-mongodb v1.8.1-0.20240516121609-883ad721e7cb h1:2zi1I5KoEhL17b4VzPHPBD2krJOr7WM8rQ44L/kwbbU=
github.com/percona/percona-backup-mongodb v1.8.1-0.20240516121609-883ad721e7cb/go.mod h1:B7N7Oh3DVxH+04TgvGF1qJn/IBG0ijX+XpIojC+eoe8=
github.com/percona/percona-postgresql-operator v0.0.0-20240730163147-6c224023db45 h1:l1dtbo3vuSPswTIhV3PiH7hH7FC6nXS1QV6Lh4wdYiQ=
Expand Down

0 comments on commit 684cd0d

Please sign in to comment.