From 2e5c72caffbc4378fa0691c7b6a0eb78c7463b6a Mon Sep 17 00:00:00 2001 From: EliseCastle23 <109446148+EliseCastle23@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:11:13 -0700 Subject: [PATCH] adding wts --- helm/gen3/Chart.yaml | 2 +- helm/gen3/README.md | 2 +- helm/wts/Chart.yaml | 2 +- helm/wts/README.md | 2 +- helm/wts/templates/deployment.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/helm/gen3/Chart.yaml b/helm/gen3/Chart.yaml index 8f3355d5..1229ecf3 100644 --- a/helm/gen3/Chart.yaml +++ b/helm/gen3/Chart.yaml @@ -92,7 +92,7 @@ dependencies: condition: sower.enabled repository: "file://../sower" - name: wts - version: 0.1.14 + version: 0.1.15 repository: "file://../wts" condition: wts.enabled diff --git a/helm/gen3/README.md b/helm/gen3/README.md index b119dd26..c7b80ee3 100644 --- a/helm/gen3/README.md +++ b/helm/gen3/README.md @@ -41,7 +41,7 @@ Helm chart to deploy Gen3 Data Commons | file://../sheepdog | sheepdog | 0.1.15 | | file://../sower | sower | 0.1.13 | | file://../ssjdispatcher | ssjdispatcher | 0.1.11 | -| file://../wts | wts | 0.1.14 | +| file://../wts | wts | 0.1.15 | | https://charts.bitnami.com/bitnami | postgresql | 11.9.13 | | https://helm.elastic.co | elasticsearch | 7.10.2 | diff --git a/helm/wts/Chart.yaml b/helm/wts/Chart.yaml index 843b47dd..08dd4ab3 100644 --- a/helm/wts/Chart.yaml +++ b/helm/wts/Chart.yaml @@ -15,7 +15,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.1.14 +version: 0.1.15 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/helm/wts/README.md b/helm/wts/README.md index 18eaaf50..10cb3ff0 100644 --- a/helm/wts/README.md +++ b/helm/wts/README.md @@ -1,6 +1,6 @@ # wts -![Version: 0.1.14](https://img.shields.io/badge/Version-0.1.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square) +![Version: 0.1.15](https://img.shields.io/badge/Version-0.1.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square) A Helm chart for gen3 workspace token service diff --git a/helm/wts/templates/deployment.yaml b/helm/wts/templates/deployment.yaml index 464607e9..fe1ab9ee 100644 --- a/helm/wts/templates/deployment.yaml +++ b/helm/wts/templates/deployment.yaml @@ -185,7 +185,7 @@ spec: if hash alembic 2>/dev/null; then echo "Running DB migration" cd /wts - alembic upgrade head + poetry run alembic upgrade head || alembic upgrade head else echo "Alembic not installed - not running DB migration" fi