From 3c321142e5e23e37647cf0cb013c8e98ec879773 Mon Sep 17 00:00:00 2001 From: Ian Stanton Date: Tue, 13 Feb 2024 18:58:08 -0500 Subject: [PATCH] Fix pganalyze app service name (#545) Signed-off-by: Ian Stanton --- tembo-stacks/Cargo.lock | 2 +- tembo-stacks/Cargo.toml | 2 +- tembo-stacks/src/apps/pganalyze.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tembo-stacks/Cargo.lock b/tembo-stacks/Cargo.lock index c79a313d8..7d8733a9f 100644 --- a/tembo-stacks/Cargo.lock +++ b/tembo-stacks/Cargo.lock @@ -2269,7 +2269,7 @@ dependencies = [ [[package]] name = "tembo-stacks" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "controller", diff --git a/tembo-stacks/Cargo.toml b/tembo-stacks/Cargo.toml index 70972c873..6939de451 100644 --- a/tembo-stacks/Cargo.toml +++ b/tembo-stacks/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tembo-stacks" description = "Tembo Stacks for Postgres" -version = "0.3.0" +version = "0.3.1" authors = ["tembo.io"] edition = "2021" license = "Apache-2.0" diff --git a/tembo-stacks/src/apps/pganalyze.yaml b/tembo-stacks/src/apps/pganalyze.yaml index 9817931e2..bb52b0fbb 100644 --- a/tembo-stacks/src/apps/pganalyze.yaml +++ b/tembo-stacks/src/apps/pganalyze.yaml @@ -1,7 +1,7 @@ name: !pganalyze appServices: - image: quay.io/pganalyze/collector:v0.53.0 - name: pganalyze-collector + name: pganalyze env: - name: DB_URL valueFromPlatform: ReadWriteConnection