diff --git a/chartpress.yaml b/chartpress.yaml index 9eefca24..f5af3ddc 100644 --- a/chartpress.yaml +++ b/chartpress.yaml @@ -46,5 +46,4 @@ charts: valuesPath: osmchaWeb.image osmcha-db: valuesPath: osmchaDb.image - osmcha-api: - valuesPath: osmchaApi.image \ No newline at end of file + \ No newline at end of file diff --git a/osm-seed/values.yaml b/osm-seed/values.yaml index 4c47c0bb..aa91a795 100644 --- a/osm-seed/values.yaml +++ b/osm-seed/values.yaml @@ -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" @@ -794,6 +794,9 @@ osmchaApi: # ==================================================================================================== osmchaDb: enabled: true + image: + name: "" + tag: "" env: POSTGRES_DB: osmcha-db POSTGRES_USER: postgres