Skip to content

Commit

Permalink
Update all use of the standard image (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jan 22, 2025
1 parent 5eb9124 commit 4913749
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 36 deletions.
6 changes: 3 additions & 3 deletions tembo-cli/examples/stack-file/sample-stack-file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description: A fake stack, we are testing locally
repository: "quay.io/tembo"
organization: tembo
images:
14: "standard-cnpg:14-ed6e9e9"
15: "standard-cnpg:15-ed6e9e9"
16: "standard-cnpg:16-ed6e9e9"
14: "standard-cnpg:14-f9c2075"
15: "standard-cnpg:15-f9c2075"
16: "standard-cnpg:16-f9c2075"
stack_version: 0.1.0
compute_templates:
- cpu: 0.25
Expand Down
6 changes: 3 additions & 3 deletions tembo-stacks/src/stacks/specs/analytics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description: A Postgres instance optimized for analytics workloads.
repository: "quay.io/tembo"
organization: tembo
images:
14: "standard-cnpg:14-35b0240"
15: "standard-cnpg:15-35b0240"
16: "standard-cnpg:16-35b0240"
14: "standard-cnpg:14-f9c2075"
15: "standard-cnpg:15-f9c2075"
16: "standard-cnpg:16-f9c2075"
stack_version: 0.1.0
postgres_config_engine: olap
postgres_config:
Expand Down
8 changes: 4 additions & 4 deletions tembo-stacks/src/stacks/specs/message_queue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ description: A Tembo Postgres Stack optimized for Message Queue workloads.
repository: "quay.io/tembo"
organization: tembo
images:
14: "standard-cnpg:14-35b0240"
15: "standard-cnpg:15-35b0240"
16: "standard-cnpg:16-35b0240"
17: "standard-cnpg:17-35b0240"
14: "standard-cnpg:14-f9c2075"
15: "standard-cnpg:15-f9c2075"
16: "standard-cnpg:16-f9c2075"
17: "standard-cnpg:17-f9c2075"
stack_version: 0.3.0
appServices:
- name: mq-api
Expand Down
8 changes: 4 additions & 4 deletions tembo-stacks/src/stacks/specs/mongo_alternative.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ description: Document-facing workloads on Postgres.
repository: "quay.io/tembo"
organization: tembo
images:
14: "standard-cnpg:14-35b0240"
15: "standard-cnpg:15-35b0240"
16: "standard-cnpg:16-35b0240"
17: "standard-cnpg:17-35b0240"
14: "standard-cnpg:14-f9c2075"
15: "standard-cnpg:15-f9c2075"
16: "standard-cnpg:16-f9c2075"
17: "standard-cnpg:17-f9c2075"
stack_version: 0.1.0
appServices:
- name: fdb-api
Expand Down
6 changes: 3 additions & 3 deletions tembo-stacks/src/stacks/specs/olap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ repository: "quay.io/tembo"
organization: tembo
images:
# duckdb is installed into pg16, but not pg14 or pg15 (not compatible). Might be compatible with pg17
14: "standard-cnpg:14-35b0240"
15: "standard-cnpg:15-35b0240"
14: "standard-cnpg:14-f9c2075"
15: "standard-cnpg:15-f9c2075"
16: "analytics-cnpg:16-35b0240"
17: "standard-cnpg:17-35b0240"
17: "standard-cnpg:17-f9c2075"
stack_version: 0.1.0
postgres_config_engine: olap
postgres_config:
Expand Down
8 changes: 4 additions & 4 deletions tembo-stacks/src/stacks/specs/oltp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ description: A Postgres instance optimized for OLTP workloads.
repository: "quay.io/tembo"
organization: tembo
images:
14: "standard-cnpg:14-35b0240"
15: "standard-cnpg:15-35b0240"
16: "standard-cnpg:16-35b0240"
17: "standard-cnpg:17-35b0240"
14: "standard-cnpg:14-f9c2075"
15: "standard-cnpg:15-f9c2075"
16: "standard-cnpg:16-f9c2075"
17: "standard-cnpg:17-f9c2075"
stack_version: 0.1.0
postgres_config_engine: standard
postgres_config:
Expand Down
8 changes: 4 additions & 4 deletions tembo-stacks/src/stacks/specs/paradedb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ description: Postgres for Search and Analytics
repository: "quay.io/tembo"
organization: tembo
images:
14: "standard-cnpg:14-35b0240"
15: "standard-cnpg:15-35b0240"
16: "standard-cnpg:16-35b0240"
17: "standard-cnpg:17-35b0240"
14: "standard-cnpg:14-f9c2075"
15: "standard-cnpg:15-f9c2075"
16: "standard-cnpg:16-f9c2075"
17: "standard-cnpg:17-f9c2075"
stack_version: 0.1.0
postgres_config_engine: paradedb
postgres_config:
Expand Down
8 changes: 4 additions & 4 deletions tembo-stacks/src/stacks/specs/standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ description: A balanced Postgres instance optimized for OLTP workloads.
repository: "quay.io/tembo"
organization: tembo
images:
14: "standard-cnpg:14-35b0240"
15: "standard-cnpg:15-35b0240"
16: "standard-cnpg:16-35b0240"
17: "standard-cnpg:17-35b0240"
14: "standard-cnpg:14-f9c2075"
15: "standard-cnpg:15-f9c2075"
16: "standard-cnpg:16-f9c2075"
17: "standard-cnpg:17-f9c2075"
stack_version: 0.1.0
postgres_config_engine: standard
postgres_config:
Expand Down
6 changes: 3 additions & 3 deletions tembo-stacks/src/stacks/specs/timeseries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description: A Postgres instance equipped with configuration and extensions for
repository: "quay.io/tembo"
organization: tembo
images:
14: "standard-cnpg:14-35b0240"
15: "standard-cnpg:15-35b0240"
16: "standard-cnpg:16-35b0240"
14: "standard-cnpg:14-f9c2075"
15: "standard-cnpg:15-f9c2075"
16: "standard-cnpg:16-f9c2075"
stack_version: 0.1.0
postgres_config_engine: olap
postgres_config:
Expand Down
8 changes: 4 additions & 4 deletions tembo-stacks/src/stacks/specs/vectordb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ description: A Tembo Postgres Stack configured to support vector data types, sto
repository: "quay.io/tembo"
organization: tembo
images:
14: "standard-cnpg:14-35b0240"
15: "standard-cnpg:15-35b0240"
16: "standard-cnpg:16-35b0240"
17: "standard-cnpg:17-35b0240"
14: "standard-cnpg:14-f9c2075"
15: "standard-cnpg:15-f9c2075"
16: "standard-cnpg:16-f9c2075"
17: "standard-cnpg:17-f9c2075"
stack_version: 0.1.0
appServices:
- image: 387894460527.dkr.ecr.us-east-1.amazonaws.com/tembo-io/vector-serve:df68795
Expand Down

0 comments on commit 4913749

Please sign in to comment.