Skip to content

Commit

Permalink
fix postgres name in sqlpad
Browse files Browse the repository at this point in the history
  • Loading branch information
ffais committed Nov 28, 2023
1 parent e153c9f commit 13487c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/digitalhub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: digitalhub
description: A Helm chart for Kubernetes
type: application
version: 0.2.19
version: 0.2.20
appVersion: "0.1.0"
dependencies:
- name: docker-registry
Expand Down
2 changes: 1 addition & 1 deletion helm/digitalhub/confs/coder/jupyter-main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ variable "namespace" {
variable "db_name" {
description = "Provide the db name"
type = string
default = "mlrun"
default = "digitalhub"
}

variable "db_secret" {
Expand Down

0 comments on commit 13487c4

Please sign in to comment.