From f0a35e3deb3df4ca0d0fe8281c1314ef8858217a Mon Sep 17 00:00:00 2001 From: Kenan Erdogan Date: Wed, 14 Apr 2021 10:45:46 +0200 Subject: [PATCH] bump image tags and new release --- helm-chart/README.md | 2 +- helm-chart/binder-launches/Chart.yaml | 2 +- helm-chart/binder-launches/values.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helm-chart/README.md b/helm-chart/README.md index b5fbddc..0d5c72f 100644 --- a/helm-chart/README.md +++ b/helm-chart/README.md @@ -29,7 +29,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.1 --install -f config.yaml +helm upgrade binder-launches binder-launches/binder-launches --version=0.1.3 --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 fe8619a..0f90cbe 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.2 +version: 0.1.3 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 8762a3e..79f9fe9 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: "19d6e816" + tag: "c5a0f724" pullPolicy: IfNotPresent nameOverride: "" @@ -57,7 +57,7 @@ parser: image: repository: "bitnik/binder-launches-parser-py" - tag: "19d6e816" + tag: "c5a0f724" pullPolicy: IfNotPresent resources: