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: ""