Skip to content

Commit

Permalink
Merge pull request #12 from bitnik/dev
Browse files Browse the repository at this point in the history
bump image tags and new release
  • Loading branch information
bitnik authored Apr 14, 2021
2 parents c5a0f72 + f0a35e3 commit ea3fac5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm-chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/binder-launches/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm-chart/binder-launches/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ baseUrl: "/"
replicaCount: 1
image:
repository: "bitnik/binder-launches"
tag: "19d6e816"
tag: "c5a0f724"
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down Expand Up @@ -57,7 +57,7 @@ parser:

image:
repository: "bitnik/binder-launches-parser-py"
tag: "19d6e816"
tag: "c5a0f724"
pullPolicy: IfNotPresent

resources:
Expand Down

0 comments on commit ea3fac5

Please sign in to comment.