diff --git a/helm-chart/README.md b/helm-chart/README.md index 29d8a03..dd8091f 100644 --- a/helm-chart/README.md +++ b/helm-chart/README.md @@ -28,7 +28,7 @@ helm repo add binder-launches https://bitnik.github.io/binder-launches/ # update charts helm repo update # install -helm upgrade binder-launches binder-launches/binder-launches --version=0.1.4 --install -f config.yaml +helm upgrade binder-launches binder-launches/binder-launches --version=0.1.5 --install -f config.yaml ``` For more configuration please have a look at [values.yaml](binder-launches/values.yaml). diff --git a/helm-chart/binder-launches/Chart.yaml b/helm-chart/binder-launches/Chart.yaml index 5ba41ef..b5ee62d 100644 --- a/helm-chart/binder-launches/Chart.yaml +++ b/helm-chart/binder-launches/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: binder-launches -version: 0.1.4 +version: 0.1.5 appVersion: "0.1.0" # kubeVersion: A SemVer range of compatible Kubernetes versions (optional) description: A Helm chart for Kubernetes diff --git a/helm-chart/binder-launches/values.yaml b/helm-chart/binder-launches/values.yaml index 86d9cd9..f9d60a3 100644 --- a/helm-chart/binder-launches/values.yaml +++ b/helm-chart/binder-launches/values.yaml @@ -5,7 +5,7 @@ baseUrl: "/" replicaCount: 1 image: repository: "bitnik/binder-launches" - tag: "c3ed7807" + tag: "e8aef770" pullPolicy: IfNotPresent nameOverride: "" @@ -57,7 +57,7 @@ parser: image: repository: "bitnik/binder-launches-parser-py" - tag: "c3ed7807" + tag: "e8aef770" pullPolicy: IfNotPresent resources: