Skip to content

Commit

Permalink
Bump k8 example version
Browse files Browse the repository at this point in the history
  • Loading branch information
soapy1 committed Nov 6, 2024
1 parent 7a83317 commit 0ce1735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/kubernetes/conda-store-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
spec:
containers:
- name: conda-store-server
image: quansight/conda-store-server:v0.4.5
image: quansight/conda-store-server:2024.10.1
args:
- "conda-store-server"
- "--config"
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/conda-store-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
spec:
containers:
- name: conda-store-server
image: quansight/conda-store-server:v0.4.5
image: quansight/conda-store-server:2024.10.1
args:
- "conda-store-worker"
- "--config"
Expand Down

0 comments on commit 0ce1735

Please sign in to comment.