Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Datadoc change port and remove default dataset path (#53)
Browse files Browse the repository at this point in the history
* changed port and removed default dataset
  • Loading branch information
ssb-jnk authored Oct 23, 2023
1 parent caf39de commit 10e113b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/datadoc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.19
version: 0.2.20

dependencies:
- name: library-chart
Expand Down
4 changes: 2 additions & 2 deletions charts/datadoc/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"title": "Dataset path",
"type": "string",
"description": "Path to a dataset file in a GCS bucket. Must start with 'gs://'. Supported file types are .parquet, .parquet.gzip, .sas7bdat.",
"default": "gs://ssb-staging-dapla-felles-data-delt/datadoc/klargjorte_data/person_data_v1.parquet"
"default": ""
}
}
},
Expand Down Expand Up @@ -374,7 +374,7 @@
"value": false,
"path": "networking/user/enabled"
},
"default": 5000
"default": 8050
}
}
}
Expand Down

0 comments on commit 10e113b

Please sign in to comment.