Skip to content

Commit

Permalink
feat(config): update database dependency configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tolgaOzen committed May 28, 2024
1 parent 2e7693d commit 995ddef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/permify/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ description: Helm charts for deploying and managing Permify in Kubernetes enviro
type: application

# The version of the Helm chart.
version: 0.2.9
version: 0.3.0

# The specific application version that this Helm chart is designed to deploy.
appVersion: "v0.8.6"
appVersion: "v0.8.8"

# Keywords associated with the Helm chart for searchability.
keywords:
Expand All @@ -42,7 +42,7 @@ dependencies:
- name: postgresql
version: "13.2.27"
repository: https://charts.bitnami.com/bitnami
condition: dependencies.postgres.enabled
condition: postgres.enabled

# Dependency on a common set of functionalities provided by Bitnami.
- name: common
Expand Down
6 changes: 2 additions & 4 deletions charts/permify/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,8 @@ app:
address: "demo:///grpc.demo.consistent_hash_balancer"
port: 5053

# Dependencies (like PostgreSQL) - enable as needed
dependencies:
postgres:
enabled: false
postgresql:
enabled: false

# Ingress configuration
ingress:
Expand Down

0 comments on commit 995ddef

Please sign in to comment.