Skip to content

Commit

Permalink
Fix pganalyze app service name (#545)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Stanton <[email protected]>
  • Loading branch information
ianstanton authored Feb 13, 2024
1 parent 0ffbb68 commit 3c32114
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tembo-stacks/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tembo-stacks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tembo-stacks/src/apps/pganalyze.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3c32114

Please sign in to comment.