Skip to content

Commit 5032f3b

Browse files
committed
last fixes
1 parent 414b32d commit 5032f3b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
images: machine424/notebook-on-kube
1919
tags: |
20-
type=match,pattern=notebook-on-kube-(.*),group=1,suffix=v
20+
type=match,pattern=notebook-on-kube-(.*),group=1,prefix=v
2121
- name: Login to DockerHub
2222
uses: docker/login-action@v2
2323
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ already has [Helm](https://helm.sh) to deploy and manage its resources and provi
2323

2424
```bash
2525
# Add repo
26-
helm repo add notebook-on-kube xxx
26+
helm repo add notebook-on-kube https://machine424.github.io/notebook-on-kube
2727
# Deploy
2828
helm install nok notebook-on-kube/notebook-on-kube
2929
# Port-forward

deploy/notebook-on-kube/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: notebook-on-kube
33
description: A Helm chart to deploy notebook-on-kube
44
type: application
5-
version: 0.1.7
5+
version: 0.2.0
66
home: https://github.com/machine424/notebook-on-kube
77
dependencies:
88
- name: ingress-nginx

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "notebook-on-kube"
7-
version = "0.1.7"
7+
version = "0.2.0"
88
description = "A tool to deploy Notebooks on Kubernetes."
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)