Skip to content

Commit

Permalink
Bump conda-store to v0.4.9 (#1392)
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusdc authored Aug 12, 2022
1 parent 44a62e6 commit c568acf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qhub/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
DEFAULT_QHUB_DASK_VERSION = "0.4.3"
DEFAULT_QHUB_IMAGE_TAG = "main"

DEFAULT_CONDA_STORE_IMAGE_TAG = "v0.4.7"
DEFAULT_CONDA_STORE_IMAGE_TAG = "v0.4.9"

LATEST_SUPPORTED_PYTHON_VERSION = "3.10"
2 changes: 1 addition & 1 deletion qhub/template/stages/07-kubernetes-services/conda-store.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ variable "conda-store-image" {
variable "conda-store-image-tag" {
description = "Version of conda-store to use"
type = string
default = "v0.4.7"
default = "v0.4.9"
}

# ====================== RESOURCES =======================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ variable "conda-store-image" {
variable "conda-store-image-tag" {
description = "Version of conda-store to use"
type = string
default = "v0.4.7"
default = "v0.4.9"
}

variable "external-url" {
Expand Down

0 comments on commit c568acf

Please sign in to comment.