diff --git a/helm/etl/Chart.yaml b/helm/etl/Chart.yaml index 42a62814..91f3f20f 100644 --- a/helm/etl/Chart.yaml +++ b/helm/etl/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.8 +version: 0.1.9 # 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/etl/README.md b/helm/etl/README.md index ba6986f6..f07eec4b 100644 --- a/helm/etl/README.md +++ b/helm/etl/README.md @@ -1,6 +1,6 @@ # etl -![Version: 0.1.8](https://img.shields.io/badge/Version-0.1.8-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.9](https://img.shields.io/badge/Version-0.1.9-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 etl @@ -89,7 +89,7 @@ A Helm chart for gen3 etl | etlMapping.mappings[1].type | string | `"collector"` | | | image.spark.pullPolicy | string | `"Always"` | When to pull the image. This value should be "Always" to ensure the latest image is used. | | image.spark.repository | string | `"quay.io/cdis/gen3-spark"` | The Docker image repository for the spark service | -| image.spark.tag | string | `"master"` | Overrides the image tag whose default is the chart appVersion. | +| image.spark.tag | string | `"2024.11"` | Overrides the image tag whose default is the chart appVersion. | | image.tube.pullPolicy | string | `"Always"` | When to pull the image. This value should be "Always" to ensure the latest image is used. | | image.tube.repository | string | `"quay.io/cdis/tube"` | The Docker image repository for the fence service | | image.tube.tag | string | `"master"` | Overrides the image tag whose default is the chart appVersion. | diff --git a/helm/etl/values.yaml b/helm/etl/values.yaml index ebf11925..5b4eebbc 100644 --- a/helm/etl/values.yaml +++ b/helm/etl/values.yaml @@ -14,7 +14,7 @@ image: # -- (string) When to pull the image. This value should be "Always" to ensure the latest image is used. pullPolicy: Always # -- (string) Overrides the image tag whose default is the chart appVersion. - tag: "master" + tag: "2024.11" # -- (list) Docker image pull secrets. diff --git a/helm/gen3/Chart.yaml b/helm/gen3/Chart.yaml index 866b2695..f34b0afd 100644 --- a/helm/gen3/Chart.yaml +++ b/helm/gen3/Chart.yaml @@ -28,7 +28,7 @@ dependencies: version: 0.1.16 repository: file://../common - name: etl - version: 0.1.8 + version: 0.1.9 repository: file://../etl condition: etl.enabled - name: frontend-framework @@ -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.54 +version: 0.1.55 # 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/gen3/README.md b/helm/gen3/README.md index bcf7db26..2316e3e9 100644 --- a/helm/gen3/README.md +++ b/helm/gen3/README.md @@ -1,6 +1,6 @@ # gen3 -![Version: 0.1.54](https://img.shields.io/badge/Version-0.1.54-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.55](https://img.shields.io/badge/Version-0.1.55-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 @@ -24,7 +24,7 @@ Helm chart to deploy Gen3 Data Commons | file://../audit | audit | 0.1.16 | | file://../aws-es-proxy | aws-es-proxy | 0.1.13 | | file://../common | common | 0.1.16 | -| file://../etl | etl | 0.1.8 | +| file://../etl | etl | 0.1.9 | | file://../fence | fence | 0.1.27 | | file://../frontend-framework | frontend-framework | 0.1.6 | | file://../gen3-network-policies | gen3-network-policies | 0.1.2 | @@ -35,7 +35,7 @@ Helm chart to deploy Gen3 Data Commons | file://../metadata | metadata | 0.1.17 | | file://../neuvector | neuvector | 0.1.2 | | file://../peregrine | peregrine | 0.1.17 | -| file://../portal | portal | 0.1.22 | +| file://../portal | portal | 0.1.23 | | file://../requestor | requestor | 0.1.16 | | file://../revproxy | revproxy | 0.1.19 | | file://../sheepdog | sheepdog | 0.1.20 |