Skip to content
Snippets Groups Projects
Verified Commit 126e673f authored by Martin Weise's avatar Martin Weise
Browse files

Merge branch 'dev'

parents 93ca6c43 55bc5e61
Branches
Tags
4 merge requests!237Resolve "Proxy settings",!232Draft: Master,!231CI: Remove build for log-service,!228Better error message handling in the frontend
...@@ -4,19 +4,21 @@ author: Martin Weise ...@@ -4,19 +4,21 @@ author: Martin Weise
## TL;DR ## TL;DR
To install DBRepo in your existing cluster, download the sample [`values.yaml`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-deployment/-/raw/dev/charts/dbrepo-core/values.yaml?inline=false) To install DBRepo in your existing cluster, download the sample [`values.yaml`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-deployment/-/raw/master/charts/dbrepo-core/values.yaml?inline=false)
for your deployment and update the variables, especially `hostname`. for your deployment and update the variables, especially `hostname`.
```shell ```shell
helm upgrade --install dbrepo \ helm upgrade --install dbrepo \
-n dbrepo \ -n dbrepo \
"oci://dbrepo.azurecr.io/helm/dbrepo-core" \ "oci://s210.dl.hpc.tuwien.ac.at/dbrepo/helm/dbrepo-core" \
--values ./values.yaml \ --values ./values.yaml \
--version "0.1.4" \ --version "1.4.0" \
--create-namespace \ --create-namespace \
--cleanup-on-fail --cleanup-on-fail
``` ```
This chart is also on [Artifact Hub](https://artifacthub.io/packages/helm/dbrepo/dbrepo-core).
## Dependencies ## Dependencies
Our chart depends on seven other charts which will be automatically resolved when installing our `dbrepo-core` chart: Our chart depends on seven other charts which will be automatically resolved when installing our `dbrepo-core` chart:
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
[![coverage report](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/badges/master/coverage.svg)](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/commits/master) [![coverage report](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/badges/master/coverage.svg)](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/commits/master)
[![license](.gitlab/license.svg)](https://opensource.org/licenses/Apache-2.0) [![license](.gitlab/license.svg)](https://opensource.org/licenses/Apache-2.0)
[![release](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/badges/release.svg)](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/tags) [![release](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/badges/release.svg)](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/tags)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/dbrepo)](https://artifacthub.io/packages/helm/dbrepo/dbrepo-core)
![DBRepo — Repository for Data in Databases](./.gitlab/logo.png) ![DBRepo — Repository for Data in Databases](./.gitlab/logo.png)
...@@ -14,10 +15,6 @@ with: ...@@ -14,10 +15,6 @@ with:
curl -sSL https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/install.sh | bash curl -sSL https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/install.sh | bash
``` ```
## Run
tbd
## Documentation ## Documentation
Find a system description, component documentation and endpoint documentation Find a system description, component documentation and endpoint documentation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment