Skip to content

Commit

Permalink
Remove osmcha-api in chartpress
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 15, 2023
1 parent 5fa51eb commit 1c74419
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
3 changes: 1 addition & 2 deletions chartpress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,4 @@ charts:
valuesPath: osmchaWeb.image
osmcha-db:
valuesPath: osmchaDb.image
osmcha-api:
valuesPath: osmchaApi.image

11 changes: 7 additions & 4 deletions osm-seed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -758,16 +758,16 @@ changesetReplicationJob:
osmchaWeb:
enabled: true
image:
name: "developmentseed/osmseed-osmcha-web"
tag: "v7"
name: ""
tag: ""
# ====================================================================================================
# Variables for osmcha Api
# ====================================================================================================
osmchaApi:
enabled: true
image:
name: "ghcr.io/willemarcel/osmcha-django"
tag: "b1f4e6afc90e08707cadc4d74580632ca3b93dd2"
name: ""
tag: ""
env:
DJANGO_SETTINGS_MODULE: "config.settings.production"
OSMCHA_FRONTEND_VERSION: "v0.86.0-production"
Expand All @@ -794,6 +794,9 @@ osmchaApi:
# ====================================================================================================
osmchaDb:
enabled: true
image:
name: ""
tag: ""
env:
POSTGRES_DB: osmcha-db
POSTGRES_USER: postgres
Expand Down

0 comments on commit 1c74419

Please sign in to comment.