Skip to content

Commit

Permalink
update scythe version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetteclark committed Sep 17, 2024
1 parent 2c68825 commit 704d52e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion helm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*

RUN Rscript -e "install.packages(c('remotes', 'dataone', 'tidyr', 'redland', 'jsonlite', 'lubridate', 'optparse'))"
RUN Rscript -e "remotes::install_github('dataoneorg/scythe@89d52978')"
RUN Rscript -e "remotes::install_github('dataoneorg/scythe@v1.1.0')"

USER scythe:scythe

Expand Down
2 changes: 0 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ replicaCount: 1
image:
repository: ghcr.io/dataoneorg/scythe
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: dev

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 704d52e

Please sign in to comment.