Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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