Skip to content

Commit

Permalink
update chart version and re-adding dist (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
budi authored and Budi Dharamawan committed Aug 23, 2019
1 parent 4e2b295 commit 64df518
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
Binary file added charts/dist/feast-0.1.2.tgz
Binary file not shown.
13 changes: 13 additions & 0 deletions charts/dist/index.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: v1
entries:
feast:
- apiVersion: v1
appVersion: 0.1.2
created: "2019-07-26T16:00:55.364039+08:00"
description: A Helm chart to install Feast on kubernetes
digest: 41f3194c2f69b1ea22e1f7b65b8448d8064ce9260cef47a228da78ccefc3fafb
name: feast
urls:
- feast-0.1.2.tgz
version: 0.1.2
generated: "2019-07-26T16:00:55.356884+08:00"
4 changes: 2 additions & 2 deletions charts/feast/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "0.1.0"
appVersion: "0.1.2"
description: A Helm chart to install Feast on kubernetes
name: feast
version: 0.1.0
version: 0.1.2
4 changes: 2 additions & 2 deletions charts/feast/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ core:
pullPolicy: IfNotPresent
registry: gcr.io/kf-feast
repository: feast-core
tag: "0.1.1"
tag: "0.1.2"
replicaCount: 1
resources:
limits:
Expand Down Expand Up @@ -84,7 +84,7 @@ serving:
pullPolicy: IfNotPresent
registry: gcr.io/kf-feast
repository: feast-serving
tag: "0.1.1"
tag: "0.1.2"
replicaCount: 1
resources:
limits:
Expand Down

0 comments on commit 64df518

Please sign in to comment.