Skip to content

Commit f737ee5

Browse files
author
wangyifei
authored
fixed a bug (#6)
* Update build/Chart.yaml to match openfunction/Chart.yaml. Now all dependencies' condition work correctly Signed-off-by: wrongerror <wangyifei@kubesphere.io> * fixed bug in pre-build Signed-off-by: wrongerror <wangyifei@kubesphere.io>
1 parent a361e29 commit f737ee5

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

build/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ def process_chart(chart_dir, namespace, namespace_field, sub_dir):
9595
else:
9696
result += namespace_field
9797
except IndexError:
98+
result += namespace_field
9899
print(f"IndexError {line}")
99100
continue
100101
if '{{ .Release.Namespace }}' in line:

docs/index.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ entries:
33
knative-serving:
44
- apiVersion: v2
55
appVersion: 1.0.1
6-
created: "2022-06-09T11:16:58.1398099+08:00"
6+
created: "2022-06-22T13:03:41.7717544+08:00"
77
description: A Helm chart for Knative Serving on Kubernetes
88
digest: 478c987ac80ee21e2a912d052e966f1c208c07825090db79a91be6442d344154
99
keywords:
@@ -22,7 +22,7 @@ entries:
2222
openfunction:
2323
- apiVersion: v2
2424
appVersion: 0.6.0
25-
created: "2022-06-09T11:16:58.1560743+08:00"
25+
created: "2022-06-22T13:03:41.7847054+08:00"
2626
dependencies:
2727
- condition: Dapr.enabled
2828
name: dapr
@@ -49,7 +49,7 @@ entries:
4949
repository: file://ingress-nginx
5050
version: 4.0.6
5151
description: A Helm chart for OpenFunction on Kubernetes
52-
digest: 06ae21698e2892650631b51a83363755e139205f529b9ca87e4b4e0af82e080c
52+
digest: 49e33bfc254e305d5d23652aaef0810c314f800f94a1f5baa21866e8f2094b61
5353
keywords:
5454
- faas
5555
- Serverless
@@ -68,7 +68,7 @@ entries:
6868
shipwright-build:
6969
- apiVersion: v2
7070
appVersion: 0.6.1
71-
created: "2022-06-09T11:16:58.1580675+08:00"
71+
created: "2022-06-22T13:03:41.7859362+08:00"
7272
description: A Helm chart for Shipwright Build on Kubernetes
7373
digest: ed5b8a8c7cebda4cc310fbe3807481296d50323c977721ba96c3e88a023308c7
7474
keywords:
@@ -89,7 +89,7 @@ entries:
8989
tekton-pipelines:
9090
- apiVersion: v2
9191
appVersion: 0.30.0
92-
created: "2022-06-09T11:16:58.1590772+08:00"
92+
created: "2022-06-22T13:03:41.7867005+08:00"
9393
description: A Helm chart for Tekton Pipelines on Kubernetes
9494
digest: b3b16c8a2910b45dafa631cacef9766b114130699503eeb133d83f1d84566182
9595
keywords:
@@ -107,4 +107,4 @@ entries:
107107
urls:
108108
- https://openfunction.github.io/charts/tekton-pipelines-v0.30.0-v0.6.0.tgz
109109
version: 0.6.0
110-
generated: "2022-06-09T11:16:58.1303321+08:00"
110+
generated: "2022-06-22T13:03:41.7689118+08:00"
-640 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)