Skip to content

Commit

Permalink
Bump chart version to '1.0.6' and app version to 'feature-hashstore-s…
Browse files Browse the repository at this point in the history
…upport' in helm for 'metadig-worker', update 'image.tag' in 'values.yaml' and add missing 'DATAONE_AUTH_TOKEN' env to deployment.yaml
  • Loading branch information
doulikecookiedough committed Oct 29, 2024
1 parent 3aaf6e1 commit ddefa65
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helm/metadig-worker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
5 changes: 5 additions & 0 deletions helm/metadig-worker/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion helm/metadig-worker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit ddefa65

Please sign in to comment.