diff --git a/helm/audit/Chart.yaml b/helm/audit/Chart.yaml index 4112d571..b77dc25f 100644 --- a/helm/audit/Chart.yaml +++ b/helm/audit/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.13 +version: 0.1.14 # 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/audit/README.md b/helm/audit/README.md index c840cd72..3fc12b4b 100644 --- a/helm/audit/README.md +++ b/helm/audit/README.md @@ -1,6 +1,6 @@ # audit -![Version: 0.1.13](https://img.shields.io/badge/Version-0.1.13-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.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) A Helm chart for Kubernetes diff --git a/helm/audit/templates/deployment.yaml b/helm/audit/templates/deployment.yaml index 77c723da..e42d3ab6 100644 --- a/helm/audit/templates/deployment.yaml +++ b/helm/audit/templates/deployment.yaml @@ -90,6 +90,10 @@ spec: readOnly: true mountPath: "/src/audit-service-config.yaml" subPath: "audit-service-config.yaml" + - name: "config-volume" + readOnly: true + mountPath: "/audit/audit-service-config.yaml" + subPath: "audit-service-config.yaml" {{- with .Values.volumeMounts }} {{- toYaml . | nindent 12 }} {{- end }} @@ -134,12 +138,16 @@ spec: args: - "-c" - | - /env/bin/alembic upgrade head + poetry run alembic upgrade head || /env/bin/alembic upgrade head volumeMounts: - name: "config-volume" readOnly: true mountPath: "/src/audit-service-config.yaml" subPath: "audit-service-config.yaml" + - name: "config-volume" + readOnly: true + mountPath: "/audit/audit-service-config.yaml" + subPath: "audit-service-config.yaml" {{- with .Values.volumeMounts }} {{- toYaml . | nindent 12 }} {{- end }} diff --git a/helm/gen3/Chart.yaml b/helm/gen3/Chart.yaml index 1229ecf3..54cdc771 100644 --- a/helm/gen3/Chart.yaml +++ b/helm/gen3/Chart.yaml @@ -17,7 +17,7 @@ dependencies: repository: "file://../argo-wrapper" condition: argo-wrapper.enabled - name: audit - version: 0.1.13 + version: 0.1.14 repository: "file://../audit" condition: audit.enabled - name: aws-es-proxy diff --git a/helm/gen3/README.md b/helm/gen3/README.md index c7b80ee3..7dc8787e 100644 --- a/helm/gen3/README.md +++ b/helm/gen3/README.md @@ -21,7 +21,7 @@ Helm chart to deploy Gen3 Data Commons | file://../ambassador | ambassador | 0.1.12 | | file://../arborist | arborist | 0.1.12 | | file://../argo-wrapper | argo-wrapper | 0.1.8 | -| file://../audit | audit | 0.1.13 | +| file://../audit | audit | 0.1.14 | | file://../aws-es-proxy | aws-es-proxy | 0.1.10 | | file://../common | common | 0.1.14 | | file://../etl | etl | 0.1.3 |