Skip to content

Commit

Permalink
chore(release): 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
```
helm repo add --pass-credentials --username <username> --password <password> <repo> https://harbor.ukserp.ac.uk/chartrepo/dare
helm pull --version 1.1.1 <repo>/jupyter
ls *.tgz
# jupyter-1.1.1.tgz
```

## [1.1.1](DARE-Jupyter-Helm-1.1.0...DARE-Jupyter-Helm-1.1.1) (2023-08-21)

### Bug Fixes

* correctly specifiy the base condarc file on user pod startup ([#21](#21)) ([dbf9420](dbf9420))
  • Loading branch information
semantic-release-bot committed Aug 21, 2023
1 parent fb7c474 commit 3a03d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/jupyter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 1.1.0
appVersion: 1.1.1
description: Helm chart for deploying DARE Control.
name: jupyter
type: application
version: 1.1.0
version: 1.1.1

0 comments on commit 3a03d57

Please sign in to comment.