Skip to content

Commit

Permalink
adding changes to alembic command depending on slim image
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Jul 10, 2024
1 parent a763e7d commit 40fe2bc
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 22 deletions.
7 changes: 7 additions & 0 deletions helm/audit/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,17 @@ spec:
resources:
{{- toYaml .Values.resources | nindent 12 }}
command: ["/bin/bash"]
{{- if .Values.slimImage.enabled }}
args:
- "-c"
- |
alembic upgrade head
{{- else }}
args:
- "-c"
- |
/env/bin/alembic upgrade head
{{- end }}
volumeMounts:
- name: "config-volume"
readOnly: true
Expand Down
22 changes: 11 additions & 11 deletions helm/gen3/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ dependencies:
repository: "file://../argo-wrapper"
condition: argo-wrapper.enabled
- name: audit
version: 0.1.12
version: 0.1.13
repository: "file://../audit"
condition: audit.enabled
- name: aws-es-proxy
version: 0.1.9
repository: "file://../aws-es-proxy"
condition: aws-es-proxy.enabled
- name: common
version: 0.1.11
version: 0.1.12
repository: file://../common
- name: etl
version: 0.1.1
Expand All @@ -36,7 +36,7 @@ dependencies:
repository: "file://../frontend-framework"
condition: frontend-framework.enabled
- name: fence
version: 0.1.19
version: 0.1.20
repository: "file://../fence"
condition: fence.enabled
- name: guppy
Expand All @@ -48,19 +48,19 @@ dependencies:
repository: "file://../hatchery"
condition: hatchery.enabled
- name: indexd
version: 0.1.14
version: 0.1.15
repository: "file://../indexd"
condition: indexd.enabled
- name: manifestservice
version: 0.1.14
version: 0.1.15
repository: "file://../manifestservice"
condition: manifestservice.enabled
- name: metadata
version: 0.1.12
version: 0.1.13
repository: "file://../metadata"
condition: metadata.enabled
- name: peregrine
version: 0.1.13
version: 0.1.14
repository: "file://../peregrine"
condition: peregrine.enabled
- name: pidgin
Expand All @@ -72,15 +72,15 @@ dependencies:
repository: "file://../portal"
condition: portal.enabled
- name: requestor
version: 0.1.11
version: 0.1.12
repository: "file://../requestor"
condition: requestor.enabled
- name: revproxy
version: 0.1.16
repository: "file://../revproxy"
condition: revproxy.enabled
- name: sheepdog
version: 0.1.14
version: 0.1.15
repository: "file://../sheepdog"
condition: sheepdog.enabled
- name: ssjdispatcher
Expand All @@ -92,7 +92,7 @@ dependencies:
condition: sower.enabled
repository: "file://../sower"
- name: wts
version: 0.1.13
version: 0.1.14
repository: "file://../wts"
condition: wts.enabled

Expand Down Expand Up @@ -128,7 +128,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.38
version: 0.1.39

# 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
Expand Down
22 changes: 11 additions & 11 deletions helm/gen3/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gen3

![Version: 0.1.38](https://img.shields.io/badge/Version-0.1.38-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.39](https://img.shields.io/badge/Version-0.1.39-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)

Helm chart to deploy Gen3 Data Commons

Expand All @@ -21,27 +21,27 @@ Helm chart to deploy Gen3 Data Commons
| file://../ambassador | ambassador | 0.1.11 |
| file://../arborist | arborist | 0.1.11 |
| file://../argo-wrapper | argo-wrapper | 0.1.7 |
| file://../audit | audit | 0.1.12 |
| file://../audit | audit | 0.1.13 |
| file://../aws-es-proxy | aws-es-proxy | 0.1.9 |
| file://../common | common | 0.1.11 |
| file://../common | common | 0.1.12 |
| file://../etl | etl | 0.1.1 |
| file://../fence | fence | 0.1.19 |
| file://../fence | fence | 0.1.20 |
| file://../frontend-framework | frontend-framework | 0.1.1 |
| file://../guppy | guppy | 0.1.12 |
| file://../hatchery | hatchery | 0.1.9 |
| file://../indexd | indexd | 0.1.14 |
| file://../manifestservice | manifestservice | 0.1.14 |
| file://../metadata | metadata | 0.1.12 |
| file://../indexd | indexd | 0.1.15 |
| file://../manifestservice | manifestservice | 0.1.15 |
| file://../metadata | metadata | 0.1.13 |
| file://../neuvector | neuvector | 0.1.0 |
| file://../peregrine | peregrine | 0.1.13 |
| file://../peregrine | peregrine | 0.1.14 |
| file://../pidgin | pidgin | 0.1.10 |
| file://../portal | portal | 0.1.15 |
| file://../requestor | requestor | 0.1.11 |
| file://../requestor | requestor | 0.1.12 |
| file://../revproxy | revproxy | 0.1.16 |
| file://../sheepdog | sheepdog | 0.1.14 |
| file://../sheepdog | sheepdog | 0.1.15 |
| file://../sower | sower | 0.1.11 |
| file://../ssjdispatcher | ssjdispatcher | 0.1.9 |
| file://../wts | wts | 0.1.13 |
| file://../wts | wts | 0.1.14 |
| https://charts.bitnami.com/bitnami | postgresql | 11.9.13 |
| https://helm.elastic.co | elasticsearch | 7.10.2 |

Expand Down

0 comments on commit 40fe2bc

Please sign in to comment.