Skip to content

Commit

Permalink
Bump docker image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
soapy1 committed Jan 30, 2025
1 parent 3f1e60f commit c53be6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions conda-store-server/install/conda-store/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apiServer:
image:
repository: quansight/conda-store-server
pullPolicy: IfNotPresent
tag: 2024.6.1
tag: latest

# Config for the conda-store-server. For all available options, see the
# docs at https://conda.store/conda-store/references/configuration-options
Expand Down Expand Up @@ -94,7 +94,7 @@ uiServer:
image:
repository: ghcr.io/conda-incubator/conda-store-ui
pullPolicy: IfNotPresent
tag: 2024.6.1
tag: latest

appEnv:
# publically accessible URL for the conda store server api instance
Expand Down Expand Up @@ -140,7 +140,7 @@ worker:
image:
repository: quansight/conda-store-server
pullPolicy: IfNotPresent
tag: 2024.6.1
tag: latest

# Volume attached to the worker volumes that contains conda environments
# and packages. This will bind to the worker with a PVC. To bind your
Expand Down
2 changes: 1 addition & 1 deletion examples/helm/tmpl/defaults.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image:
repository: quansight/conda-store-server
pullPolicy: IfNotPresent
tag: 2024.11.1
tag: 2025.1.1

0 comments on commit c53be6c

Please sign in to comment.