Skip to content

Commit

Permalink
Update osm-seed version and env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Apr 26, 2024
1 parent 039c4d7 commit 3ed7e4c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion ohm/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
- name: osm-seed
version: '0.1.0-n780.hfdf7465'
version: '0.1.0-n784.h0730e0d'
repository: https://devseed.com/osm-seed-chart/
1 change: 0 additions & 1 deletion values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ osm-seed:
POSTGRES_DB: {{PRODUCTION_DB}}
POSTGRES_USER: {{PRODUCTION_DB_USER}}
POSTGRES_PASSWORD: {{PRODUCTION_DB_PASSWORD}}
ENVIRONMENT: production
persistenceDisk:
enabled: true
accessMode: ReadWriteOnce
Expand Down
1 change: 0 additions & 1 deletion values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ osm-seed:
POSTGRES_DB: {{STAGING_DB}}
POSTGRES_USER: {{STAGING_DB_USER}}
POSTGRES_PASSWORD: {{STAGING_DB_PASSWORD}}
ENVIRONMENT: staging
persistenceDisk:
enabled: true
accessMode: ReadWriteOnce
Expand Down

0 comments on commit 3ed7e4c

Please sign in to comment.