diff --git a/data/crds/olm/percona-dbaas-catalog.yaml b/data/crds/olm/percona-dbaas-catalog.yaml index 569fd3b0..9a55741f 100644 --- a/data/crds/olm/percona-dbaas-catalog.yaml +++ b/data/crds/olm/percona-dbaas-catalog.yaml @@ -9,7 +9,7 @@ spec: sourceType: grpc grpcPodConfig: securityContextConfig: restricted - image: docker.io/percona/everest-catalog:latest + image: docker.io/percona/everest-catalog:0.3.0 updateStrategy: registryPoll: interval: 45m diff --git a/install.sh b/install.sh index 8caf64b1..debddcfc 100755 --- a/install.sh +++ b/install.sh @@ -36,7 +36,7 @@ echo "https://github.com/percona/percona-everest-cli/releases/download/${latest_ curl -sL https://github.com/percona/percona-everest-cli/releases/download/${latest_release}/everestctl-$os-$arch -o everestctl chmod +x everestctl echo "Deploying Backends using docker compose" -curl -sL https://raw.githubusercontent.com/percona/percona-everest-backend/main/quickstart.yml -o quickstart.yml +curl -sL https://raw.githubusercontent.com/percona/percona-everest-backend/v0.3.0/quickstart.yml -o quickstart.yml docker compose -f quickstart.yml up -d