Skip to content

Commit

Permalink
Fixes to local path class for pvc (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
hectormachin authored Aug 19, 2023
1 parent 946b761 commit 560c501
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/postgres/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ local-path-provisioner:
enabled: true
storageClass:
provisionerName: filmdrop.io/local-path-provisioner
name: local-path-class
name: local-path-class-postgres

image:
repository: quay.io/element84/swoop-db
Expand Down
5 changes: 2 additions & 3 deletions charts/stac-fastapi/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: stac-fastapi
description: A Helm Chart for STAC-FastAPI (https://github.com/stac-utils/stac-fastapi)
version: 0.0.1
version: 0.1.0
apiVersion: v2
appVersion: "2.4.5"
appVersion: "0.1.0"
keywords:
- stac-fastapi
sources:
home:
dependencies:
- name: local-path-provisioner
Expand Down
1 change: 1 addition & 0 deletions charts/stac-fastapi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ local-path-provisioner:
enabled: true
storageClass:
provisionerName: filmdrop.io/local-pgstac-path-provisioner
name: local-path-class-pgstac

pgStac:
enabled: true
Expand Down

0 comments on commit 560c501

Please sign in to comment.