Skip to content

Commit 5f7ba6c

Browse files
budifeast-ci-bot
authored andcommitted
update chart version and re-adding dist (#227)
1 parent 0941980 commit 5f7ba6c

4 files changed

Lines changed: 17 additions & 4 deletions

File tree

charts/dist/feast-0.1.2.tgz

40.4 KB
Binary file not shown.

charts/dist/index.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
apiVersion: v1
2+
entries:
3+
feast:
4+
- apiVersion: v1
5+
appVersion: 0.1.2
6+
created: "2019-07-26T16:00:55.364039+08:00"
7+
description: A Helm chart to install Feast on kubernetes
8+
digest: 41f3194c2f69b1ea22e1f7b65b8448d8064ce9260cef47a228da78ccefc3fafb
9+
name: feast
10+
urls:
11+
- feast-0.1.2.tgz
12+
version: 0.1.2
13+
generated: "2019-07-26T16:00:55.356884+08:00"

charts/feast/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: "0.1.0"
2+
appVersion: "0.1.2"
33
description: A Helm chart to install Feast on kubernetes
44
name: feast
5-
version: 0.1.0
5+
version: 0.1.2

charts/feast/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ core:
55
pullPolicy: IfNotPresent
66
registry: gcr.io/kf-feast
77
repository: feast-core
8-
tag: "0.1.1"
8+
tag: "0.1.2"
99
replicaCount: 1
1010
resources:
1111
limits:
@@ -84,7 +84,7 @@ serving:
8484
pullPolicy: IfNotPresent
8585
registry: gcr.io/kf-feast
8686
repository: feast-serving
87-
tag: "0.1.1"
87+
tag: "0.1.2"
8888
replicaCount: 1
8989
resources:
9090
limits:

0 commit comments

Comments
 (0)