From ddefa65c8cb2f85ecd4b311cb524369c78d3a3b3 Mon Sep 17 00:00:00 2001 From: Dou Mok Date: Tue, 29 Oct 2024 15:38:29 -0700 Subject: [PATCH] Bump chart version to '1.0.6' and app version to 'feature-hashstore-support' in helm for 'metadig-worker', update 'image.tag' in 'values.yaml' and add missing 'DATAONE_AUTH_TOKEN' env to deployment.yaml --- helm/metadig-worker/Chart.yaml | 4 ++-- helm/metadig-worker/templates/deployment.yaml | 5 +++++ helm/metadig-worker/values.yaml | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/helm/metadig-worker/Chart.yaml b/helm/metadig-worker/Chart.yaml index ae45ce3f..64914ea6 100644 --- a/helm/metadig-worker/Chart.yaml +++ b/helm/metadig-worker/Chart.yaml @@ -15,10 +15,10 @@ 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: 1.0.5 +version: 1.0.6 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "3.0.1" +appVersion: "feature-hashstore-support" diff --git a/helm/metadig-worker/templates/deployment.yaml b/helm/metadig-worker/templates/deployment.yaml index fae507bf..66472464 100644 --- a/helm/metadig-worker/templates/deployment.yaml +++ b/helm/metadig-worker/templates/deployment.yaml @@ -38,6 +38,11 @@ spec: env: - name: JAVA_OPTS value: "-Dlog4j2.formatMsgNoLookups=true" + - name: DATAONE_AUTH_TOKEN + valueFrom: + secretKeyRef: + name: dataone-token + key: DataONEauthToken volumeMounts: - name: metadig-pv mountPath: {{ .Values.persistence.metadig.mountPath }} diff --git a/helm/metadig-worker/values.yaml b/helm/metadig-worker/values.yaml index dbd5348f..6066e461 100644 --- a/helm/metadig-worker/values.yaml +++ b/helm/metadig-worker/values.yaml @@ -10,7 +10,7 @@ labels: image: repository: ghcr.io/nceas/metadig-worker pullPolicy: Always - tag: "v.3.0.1" + tag: "feature-hashstore-support" imagePullSecrets: [] nameOverride: ""