From 5934f0c39c223440c6dc4ad53a6481e5c0c6c776 Mon Sep 17 00:00:00 2001 From: Shawn O'Connor Date: Fri, 31 Oct 2025 14:28:26 -0500 Subject: [PATCH 1/4] let appVersion set build tag --- helm/ambassador/values.yaml | 2 +- helm/audit/values.yaml | 2 +- helm/aws-es-proxy/values.yaml | 2 +- helm/cedar/values.yaml | 2 +- helm/datareplicate/values.yaml | 2 +- helm/etl/values.yaml | 4 ++-- helm/fence/values.yaml | 2 +- helm/frontend-framework/Chart.yaml | 2 +- helm/frontend-framework/values.yaml | 2 +- helm/gen3-analysis/Chart.yaml | 2 +- helm/gen3-analysis/values.yaml | 2 +- helm/gen3/Chart.yaml | 2 +- helm/gen3/values.yaml | 2 +- helm/guppy/values.yaml | 2 +- helm/hatchery/values.yaml | 2 +- helm/indexd/values.yaml | 2 +- helm/manifestservice/values.yaml | 2 +- helm/metadata/values.yaml | 2 +- helm/peregrine/values.yaml | 2 +- helm/portal/values.yaml | 2 +- helm/requestor/values.yaml | 2 +- helm/revproxy/values.yaml | 2 +- helm/sheepdog/values.yaml | 2 +- helm/sower/values.yaml | 2 +- helm/ssjdispatcher/values.yaml | 2 +- helm/wts/values.yaml | 2 +- 26 files changed, 27 insertions(+), 27 deletions(-) diff --git a/helm/ambassador/values.yaml b/helm/ambassador/values.yaml index d692c6cdf..40e8a7024 100644 --- a/helm/ambassador/values.yaml +++ b/helm/ambassador/values.yaml @@ -34,7 +34,7 @@ image: # -- (string) Docker pull policy. pullPolicy: Always # -- (string) Overrides the image tag whose default is the chart appVersion. - tag: "1.4.2" + # tag: "" # -- (list) Docker image pull secrets. imagePullSecrets: [] diff --git a/helm/audit/values.yaml b/helm/audit/values.yaml index 5e8f019ae..1cb58f49c 100644 --- a/helm/audit/values.yaml +++ b/helm/audit/values.yaml @@ -137,7 +137,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: "" # -- (list) Docker image pull secrets. imagePullSecrets: [] diff --git a/helm/aws-es-proxy/values.yaml b/helm/aws-es-proxy/values.yaml index 961018f34..174d456f1 100644 --- a/helm/aws-es-proxy/values.yaml +++ b/helm/aws-es-proxy/values.yaml @@ -97,7 +97,7 @@ image: # -- (string) Docker pull policy. pullPolicy: Always # -- (string) Overrides the image tag whose default is the chart appVersion. - tag: "" + # tag: "" # -- (list) List of container ports ports: diff --git a/helm/cedar/values.yaml b/helm/cedar/values.yaml index 966366673..f804e604a 100644 --- a/helm/cedar/values.yaml +++ b/helm/cedar/values.yaml @@ -107,7 +107,7 @@ image: # -- (string) Docker pull policy. pullPolicy: Always # -- (string) Overrides the image tag whose default is the chart appVersion. - tag: "master" + # tag: "" # -- (list) Docker image pull secrets. imagePullSecrets: [] diff --git a/helm/datareplicate/values.yaml b/helm/datareplicate/values.yaml index 18d03110a..54ebdfff7 100644 --- a/helm/datareplicate/values.yaml +++ b/helm/datareplicate/values.yaml @@ -33,7 +33,7 @@ image: # -- (string) Docker repository. repository: quay.io/cdis/dcf-dataservice # -- (string) Overrides the image tag whose default is the chart appVersion. - tag: "master" + # tag: "" googleBucketReplicateJob: enabled: true # -- (bool) Whether to enable the Google bucket replicate job diff --git a/helm/etl/values.yaml b/helm/etl/values.yaml index 75ea1d365..494d61e46 100644 --- a/helm/etl/values.yaml +++ b/helm/etl/values.yaml @@ -10,14 +10,14 @@ image: # -- (string) When to pull the image. This value should be "Always" to ensure the latest image is used. pullPolicy: IfNotPresent # -- (string) Overrides the image tag whose default is the chart appVersion. - tag: "master" + # tag: "" spark: # -- (string) The Docker image repository for the spark service repository: quay.io/cdis/gen3-spark # -- (string) When to pull the image. This value should be "Always" to ensure the latest image is used. pullPolicy: IfNotPresent # -- (string) Overrides the image tag whose default is the chart appVersion. - tag: "master" + # tag: "" # -- (list) Docker image pull secrets. diff --git a/helm/fence/values.yaml b/helm/fence/values.yaml index 273aec01e..9f0fface6 100644 --- a/helm/fence/values.yaml +++ b/helm/fence/values.yaml @@ -231,7 +231,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: "" # -- (list) Docker image pull secrets. imagePullSecrets: [] diff --git a/helm/frontend-framework/Chart.yaml b/helm/frontend-framework/Chart.yaml index bf86fdc2a..23a92538b 100644 --- a/helm/frontend-framework/Chart.yaml +++ b/helm/frontend-framework/Chart.yaml @@ -21,7 +21,7 @@ version: 0.1.14 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "develop" +appVersion: "main" dependencies: - name: common diff --git a/helm/frontend-framework/values.yaml b/helm/frontend-framework/values.yaml index 1f17b2da8..2f8b999b4 100644 --- a/helm/frontend-framework/values.yaml +++ b/helm/frontend-framework/values.yaml @@ -76,7 +76,7 @@ image: # -- (string) Docker pull policy. pullPolicy: Always # -- (string) Overrides the image tag whose default is the chart appVersion. - tag: "main" + # tag: "" # -- (list) Docker image pull secrets. imagePullSecrets: [] diff --git a/helm/gen3-analysis/Chart.yaml b/helm/gen3-analysis/Chart.yaml index fb287bbfd..567839e25 100644 --- a/helm/gen3-analysis/Chart.yaml +++ b/helm/gen3-analysis/Chart.yaml @@ -21,7 +21,7 @@ version: 0.1.2 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "master" +appVersion: "main" dependencies: - name: common diff --git a/helm/gen3-analysis/values.yaml b/helm/gen3-analysis/values.yaml index 4347e7d25..9de3198fd 100644 --- a/helm/gen3-analysis/values.yaml +++ b/helm/gen3-analysis/values.yaml @@ -155,7 +155,7 @@ image: # -- (string) Docker pull policy. pullPolicy: Always # -- (string) Overrides the image tag whose default is the chart appVersion. - tag: "main" + # tag: "" # Environment Variables # -- (string) Arborist service URL. diff --git a/helm/gen3/Chart.yaml b/helm/gen3/Chart.yaml index fe9736cb1..1b5836e92 100644 --- a/helm/gen3/Chart.yaml +++ b/helm/gen3/Chart.yaml @@ -175,7 +175,7 @@ version: 0.2.76 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "master" +appVersion: "main" maintainers: - name: ahilt diff --git a/helm/gen3/values.yaml b/helm/gen3/values.yaml index 5a4949ac0..5f18abf19 100644 --- a/helm/gen3/values.yaml +++ b/helm/gen3/values.yaml @@ -199,7 +199,7 @@ frontend-framework: # -- (string) The Docker image repository for the frontend-framework. repository: "quay.io/cdis/commons-frontend-app" # -- (string) Overrides the image tag whose default is the chart appVersion. - tag: "main" + # tag: "" # -- (map) Configurations for cedar chart. cedar: diff --git a/helm/guppy/values.yaml b/helm/guppy/values.yaml index c0d0acd5b..5ad444c83 100644 --- a/helm/guppy/values.yaml +++ b/helm/guppy/values.yaml @@ -144,7 +144,7 @@ image: # -- (string) Docker pull policy. pullPolicy: Always # -- (string) Overrides the image tag whose default is the chart appVersion. - tag: "" + # tag: "" # Environment Variables # -- (string) Elasticsearch endpoint. diff --git a/helm/hatchery/values.yaml b/helm/hatchery/values.yaml index 20daa42d1..266a77087 100644 --- a/helm/hatchery/values.yaml +++ b/helm/hatchery/values.yaml @@ -121,7 +121,7 @@ image: # -- (string) Docker pull policy. pullPolicy: IfNotPresent # -- (string) Overrides the image tag whose default is the chart appVersion. - tag: "" + # tag: "" # -- (list) Docker image pull secrets. imagePullSecrets: [] diff --git a/helm/indexd/values.yaml b/helm/indexd/values.yaml index 8e40a8176..9eeafe298 100644 --- a/helm/indexd/values.yaml +++ b/helm/indexd/values.yaml @@ -168,7 +168,7 @@ image: # -- (string) When to pull the image. pullPolicy: IfNotPresent # -- (string) Overrides the image tag whose default is the chart appVersion. - tag: "" + # tag: "" # -- (list) Docker image pull secrets. imagePullSecrets: [] diff --git a/helm/manifestservice/values.yaml b/helm/manifestservice/values.yaml index e24ccada0..bd9ae5d8d 100644 --- a/helm/manifestservice/values.yaml +++ b/helm/manifestservice/values.yaml @@ -91,7 +91,7 @@ image: # -- (string) Docker pull policy. pullPolicy: Always # -- (string) Overrides the image tag whose default is the chart appVersion. - tag: "" + # tag: "" # -- (map) Kubernetes service information. service: diff --git a/helm/metadata/values.yaml b/helm/metadata/values.yaml index dfba68694..d88118018 100644 --- a/helm/metadata/values.yaml +++ b/helm/metadata/values.yaml @@ -169,7 +169,7 @@ image: # -- (string) Docker pull policy. pullPolicy: Always # -- (string) Overrides the image tag whose default is the chart appVersion. - tag: "feat_es-7" + # tag: "" debug: false diff --git a/helm/peregrine/values.yaml b/helm/peregrine/values.yaml index 90043b0ea..f3c0cca58 100644 --- a/helm/peregrine/values.yaml +++ b/helm/peregrine/values.yaml @@ -128,7 +128,7 @@ image: # -- (string) When to pull the image. pullPolicy: IfNotPresent # -- (string) Overrides the image tag whose default is the chart appVersion. - tag: "feat_jq-audience" + # tag: "" # -- (list) Docker image pull secrets. imagePullSecrets: [] diff --git a/helm/portal/values.yaml b/helm/portal/values.yaml index 09b66b189..53b2838d2 100644 --- a/helm/portal/values.yaml +++ b/helm/portal/values.yaml @@ -103,7 +103,7 @@ image: # -- (string) Docker pull policy. pullPolicy: IfNotPresent # -- (string) Overrides the image tag whose default is the chart appVersion. - tag: "master" + # tag: "" # -- (list) Docker image pull secrets. imagePullSecrets: [] diff --git a/helm/requestor/values.yaml b/helm/requestor/values.yaml index bec4638de..3edce466a 100644 --- a/helm/requestor/values.yaml +++ b/helm/requestor/values.yaml @@ -176,7 +176,7 @@ image: # -- (string) Docker pull policy. pullPolicy: Always # -- (string) Overrides the image tag whose default is the chart appVersion. - tag: "master" + # tag: "" # Environment Variables # -- (string) Arborist service URL. diff --git a/helm/revproxy/values.yaml b/helm/revproxy/values.yaml index f169ae61b..38217c799 100644 --- a/helm/revproxy/values.yaml +++ b/helm/revproxy/values.yaml @@ -111,7 +111,7 @@ image: # -- (string) Docker pull policy. pullPolicy: Always # -- (string) Overrides the image tag whose default is the chart appVersion. - tag: "master" + # tag: "" # -- (list) Docker image pull secrets. imagePullSecrets: [] diff --git a/helm/sheepdog/values.yaml b/helm/sheepdog/values.yaml index aad05e81d..818117890 100644 --- a/helm/sheepdog/values.yaml +++ b/helm/sheepdog/values.yaml @@ -173,7 +173,7 @@ image: # -- (string) Docker pull policy. pullPolicy: Always # -- (string) Overrides the image tag whose default is the chart appVersion. - tag: "bug_auth-audience" + # tag: "" # Environment Variables authNamespace: "" diff --git a/helm/sower/values.yaml b/helm/sower/values.yaml index bb6d12b6e..7e035191e 100644 --- a/helm/sower/values.yaml +++ b/helm/sower/values.yaml @@ -123,7 +123,7 @@ image: # -- (string) Docker pull policy. pullPolicy: Always # -- (string) Overrides the image tag whose default is the chart appVersion. - tag: "" + # tag: "" # -- (list) Docker image pull secrets. imagePullSecrets: [] diff --git a/helm/ssjdispatcher/values.yaml b/helm/ssjdispatcher/values.yaml index a7e2cb903..ebea4fd97 100644 --- a/helm/ssjdispatcher/values.yaml +++ b/helm/ssjdispatcher/values.yaml @@ -103,7 +103,7 @@ image: # -- (string) Docker pull policy. pullPolicy: Always # -- (string) Overrides the image tag whose default is the chart appVersion. - tag: "2022.08" + # tag: "" # -- (list) Docker image pull secrets. imagePullSecrets: [] diff --git a/helm/wts/values.yaml b/helm/wts/values.yaml index 297b935f4..ec509303d 100644 --- a/helm/wts/values.yaml +++ b/helm/wts/values.yaml @@ -132,7 +132,7 @@ image: # -- (string) Docker pull policy. pullPolicy: Always # -- (string) Overrides the image tag whose default is the chart appVersion. - tag: "master" + # tag: "" # -- (list) Docker image pull secrets. imagePullSecrets: [] From 9b22194f97e0ee85f2f1a8f85b7700c6bdd540ad Mon Sep 17 00:00:00 2001 From: Shawn O'Connor Date: Fri, 31 Oct 2025 15:00:51 -0500 Subject: [PATCH 2/4] update version numbers --- helm/ambassador/Chart.yaml | 2 +- helm/audit/Chart.yaml | 2 +- helm/aws-es-proxy/Chart.yaml | 2 +- helm/cedar/Chart.yaml | 2 +- helm/datareplicate/Chart.yaml | 2 +- helm/etl/Chart.yaml | 2 +- helm/fence/Chart.yaml | 2 +- helm/frontend-framework/Chart.yaml | 2 +- helm/gen3-analysis/Chart.yaml | 2 +- helm/gen3/Chart.yaml | 2 +- helm/gen3/values.yaml | 2 +- helm/guppy/Chart.yaml | 2 +- helm/hatchery/Chart.yaml | 2 +- helm/indexd/Chart.yaml | 2 +- helm/manifestservice/Chart.yaml | 2 +- helm/metadata/Chart.yaml | 2 +- helm/peregrine/Chart.yaml | 2 +- helm/portal/Chart.yaml | 2 +- helm/requestor/Chart.yaml | 2 +- helm/revproxy/Chart.yaml | 2 +- helm/sheepdog/Chart.yaml | 2 +- helm/sower/Chart.yaml | 2 +- helm/ssjdispatcher/Chart.yaml | 2 +- helm/wts/Chart.yaml | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/helm/ambassador/Chart.yaml b/helm/ambassador/Chart.yaml index fc7068bf8..809af3495 100644 --- a/helm/ambassador/Chart.yaml +++ b/helm/ambassador/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.26 +version: 0.1.27 # 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/Chart.yaml b/helm/audit/Chart.yaml index 30265a5bc..6178ee13f 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.32 +version: 0.1.33 # 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/aws-es-proxy/Chart.yaml b/helm/aws-es-proxy/Chart.yaml index 30e7f56f3..f4035d354 100644 --- a/helm/aws-es-proxy/Chart.yaml +++ b/helm/aws-es-proxy/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.31 +version: 0.1.32 # 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/cedar/Chart.yaml b/helm/cedar/Chart.yaml index 85ec1a7f8..1d876fa01 100644 --- a/helm/cedar/Chart.yaml +++ b/helm/cedar/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/datareplicate/Chart.yaml b/helm/datareplicate/Chart.yaml index c94efd7d1..6508546bd 100644 --- a/helm/datareplicate/Chart.yaml +++ b/helm/datareplicate/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.0.33 +version: 0.0.34 # 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/Chart.yaml b/helm/etl/Chart.yaml index 0973b2f2f..990c232b5 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.17 +version: 0.1.18 # 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/fence/Chart.yaml b/helm/fence/Chart.yaml index c421f6cdd..4240b177b 100644 --- a/helm/fence/Chart.yaml +++ b/helm/fence/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.62 +version: 0.1.63 # 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/frontend-framework/Chart.yaml b/helm/frontend-framework/Chart.yaml index 23a92538b..699ddebe7 100644 --- a/helm/frontend-framework/Chart.yaml +++ b/helm/frontend-framework/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/gen3-analysis/Chart.yaml b/helm/gen3-analysis/Chart.yaml index 567839e25..d65144fe2 100644 --- a/helm/gen3-analysis/Chart.yaml +++ b/helm/gen3-analysis/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.2 +version: 0.1.3 # 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/Chart.yaml b/helm/gen3/Chart.yaml index 1b5836e92..fe9736cb1 100644 --- a/helm/gen3/Chart.yaml +++ b/helm/gen3/Chart.yaml @@ -175,7 +175,7 @@ version: 0.2.76 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "main" +appVersion: "master" maintainers: - name: ahilt diff --git a/helm/gen3/values.yaml b/helm/gen3/values.yaml index 5f18abf19..5a4949ac0 100644 --- a/helm/gen3/values.yaml +++ b/helm/gen3/values.yaml @@ -199,7 +199,7 @@ frontend-framework: # -- (string) The Docker image repository for the frontend-framework. repository: "quay.io/cdis/commons-frontend-app" # -- (string) Overrides the image tag whose default is the chart appVersion. - # tag: "" + tag: "main" # -- (map) Configurations for cedar chart. cedar: diff --git a/helm/guppy/Chart.yaml b/helm/guppy/Chart.yaml index 2485edd20..b12191145 100644 --- a/helm/guppy/Chart.yaml +++ b/helm/guppy/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.27 +version: 0.1.28 # 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/hatchery/Chart.yaml b/helm/hatchery/Chart.yaml index af8cc36e5..983b94d63 100644 --- a/helm/hatchery/Chart.yaml +++ b/helm/hatchery/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.55 +version: 0.1.56 # This is the version number of the application being deployed. This version number should be diff --git a/helm/indexd/Chart.yaml b/helm/indexd/Chart.yaml index 34c7e2d6e..b4ef77636 100644 --- a/helm/indexd/Chart.yaml +++ b/helm/indexd/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.34 +version: 0.1.35 # 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/manifestservice/Chart.yaml b/helm/manifestservice/Chart.yaml index 77a5c7722..e5591e990 100644 --- a/helm/manifestservice/Chart.yaml +++ b/helm/manifestservice/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.33 +version: 0.1.34 # 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/metadata/Chart.yaml b/helm/metadata/Chart.yaml index e27cbe9f2..7a0761ab6 100644 --- a/helm/metadata/Chart.yaml +++ b/helm/metadata/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.32 +version: 0.1.33 # 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/peregrine/Chart.yaml b/helm/peregrine/Chart.yaml index 4e986bf98..5d3dfac3c 100644 --- a/helm/peregrine/Chart.yaml +++ b/helm/peregrine/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.32 +version: 0.1.33 # 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/portal/Chart.yaml b/helm/portal/Chart.yaml index c64449ac7..e510bc8a4 100644 --- a/helm/portal/Chart.yaml +++ b/helm/portal/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.46 +version: 0.1.47 # 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/requestor/Chart.yaml b/helm/requestor/Chart.yaml index ed5fd1d73..a9d10a6f1 100644 --- a/helm/requestor/Chart.yaml +++ b/helm/requestor/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.25 +version: 0.1.26 # 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/revproxy/Chart.yaml b/helm/revproxy/Chart.yaml index fc02c3812..e9db716c7 100644 --- a/helm/revproxy/Chart.yaml +++ b/helm/revproxy/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.46 +version: 0.1.47 # 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/sheepdog/Chart.yaml b/helm/sheepdog/Chart.yaml index 135d822f0..fedf6f7aa 100644 --- a/helm/sheepdog/Chart.yaml +++ b/helm/sheepdog/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.32 +version: 0.1.33 # 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/sower/Chart.yaml b/helm/sower/Chart.yaml index bc0e8333e..4948ca72e 100644 --- a/helm/sower/Chart.yaml +++ b/helm/sower/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.35 +version: 0.1.36 # 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/ssjdispatcher/Chart.yaml b/helm/ssjdispatcher/Chart.yaml index dd87aefde..289a62b37 100644 --- a/helm/ssjdispatcher/Chart.yaml +++ b/helm/ssjdispatcher/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.33 +version: 0.1.34 # 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/Chart.yaml b/helm/wts/Chart.yaml index 333cc7de9..50f77d15b 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.31 +version: 0.1.32 # 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 From fc113ecec16db10328cb63a4a4d3db0e2f1c99de Mon Sep 17 00:00:00 2001 From: Shawn O'Connor Date: Fri, 31 Oct 2025 15:13:49 -0500 Subject: [PATCH 3/4] add code to use defalt values if not set --- helm/etl/templates/etl-job.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/etl/templates/etl-job.yaml b/helm/etl/templates/etl-job.yaml index 5021f98f5..41750f6c1 100644 --- a/helm/etl/templates/etl-job.yaml +++ b/helm/etl/templates/etl-job.yaml @@ -61,7 +61,7 @@ spec: defaultMode: 0744 containers: - name: gen3-spark - image: {{ .Values.image.spark.repository }}:{{ .Values.image.spark.tag }} + image: {{ .Values.image.spark.repository }}:{{ .Values.image.spark.tag | default .Chart.AppVersion }} ports: - containerPort: 22 - containerPort: 9000 @@ -107,7 +107,7 @@ spec: while true; do [ -f "/usr/share/pod/exit" ] && { exit_code=$(cat /usr/share/pod/exit); [[ "$exit_code" =~ ^[0-9]+$ ]] && echo "Exiting with exit code $exit_code" && exit $exit_code || exit 1; }; sleep 5; done - name: tube imagePullPolicy: IfNotPresent - image: {{ .Values.image.tube.repository }}:{{ .Values.image.tube.tag }} + image: {{ .Values.image.tube.repository }}:{{ .Values.image.tube.tag | default .Chart.AppVersion }} ports: - containerPort: 80 env: From c8693d6401ce670ba7769cf8afa9da183e067658 Mon Sep 17 00:00:00 2001 From: Shawn O'Connor Date: Fri, 31 Oct 2025 16:52:50 -0500 Subject: [PATCH 4/4] Trigger CI/CD pipeline