Skip to content

Commit 8a7652d

Browse files
authored
Merge pull request #31 from wrongerror/main
adjust for openfunction v0.8.0
2 parents f39f334 + f0c72dd commit 8a7652d

File tree

7 files changed

+63
-18
lines changed

7 files changed

+63
-18
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# openfunction
22

3-
![Version: 0.3.0-rc.0](https://img.shields.io/badge/Version-0.3.0--rc.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.0-rc.0](https://img.shields.io/badge/AppVersion-0.8.0--rc.0-informational?style=flat-square)
3+
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.0](https://img.shields.io/badge/AppVersion-0.8.0-informational?style=flat-square)
44

55
A Helm chart for OpenFunction on Kubernetes
66

@@ -160,7 +160,7 @@ helm install openfunction openfunction/openfunction -n openfunction
160160
| controllerManager.kubeRbacProxy.image.repository | string | `"openfunction/kube-rbac-proxy"` | |
161161
| controllerManager.kubeRbacProxy.image.tag | string | `"v0.8.0"` | |
162162
| controllerManager.openfunction.image.repository | string | `"openfunction/openfunction"` | |
163-
| controllerManager.openfunction.image.tag | string | `"v0.8.0-rc.0"` | |
163+
| controllerManager.openfunction.image.tag | string | `"v0.8.0"` | |
164164
| controllerManager.openfunction.resources.limits.cpu | string | `"500m"` | |
165165
| controllerManager.openfunction.resources.limits.memory | string | `"500Mi"` | |
166166
| controllerManager.openfunction.resources.requests.cpu | string | `"100m"` | |

build/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,5 @@ def run(self):
127127

128128

129129
if __name__ == '__main__':
130-
builder = Build(version="0.3.0-rc.0", region_cn=True)
130+
builder = Build(version="0.3.0", region_cn=True)
131131
builder.run()

docs/index.yaml

Lines changed: 55 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ entries:
33
knative-serving:
44
- apiVersion: v2
55
appVersion: 1.3.2
6-
created: "2022-10-17T11:19:26.8585584+08:00"
6+
created: "2022-10-21T14:36:14.8726287+08:00"
77
description: A Helm chart for Knative Serving on Kubernetes
88
digest: 75cf6ba89b9c59ab2ec3e9469e6d523f51f6a587c7c181911d2566bfa5764835
99
keywords:
@@ -22,7 +22,7 @@ entries:
2222
version: 1.3.2
2323
- apiVersion: v2
2424
appVersion: 1.0.1
25-
created: "2022-10-17T11:19:26.8560027+08:00"
25+
created: "2022-10-21T14:36:14.8666323+08:00"
2626
description: A Helm chart for Knative Serving on Kubernetes
2727
digest: c3c6dd47616c498ffe87d94812c35a6423ef974fa65daddc22d196986e15284a
2828
keywords:
@@ -39,9 +39,54 @@ entries:
3939
- https://openfunction.github.io/charts/knative-serving-1.0.1.tgz
4040
version: 1.0.1
4141
openfunction:
42+
- apiVersion: v2
43+
appVersion: 0.8.0
44+
created: "2022-10-21T14:36:14.9561495+08:00"
45+
dependencies:
46+
- condition: global.Dapr.enabled
47+
name: dapr
48+
repository: file://dapr
49+
version: 1.8.3
50+
- condition: global.KnativeServing.enabled
51+
name: knative-serving
52+
repository: file://knative-serving
53+
version: 1.3.2
54+
- condition: global.TektonPipelines.enabled
55+
name: tekton-pipelines
56+
repository: file://tekton-pipelines
57+
version: 0.37.2
58+
- condition: global.ShipwrightBuild.enabled
59+
name: shipwright-build
60+
repository: file://shipwright-build
61+
version: 0.10.0
62+
- condition: global.Keda.enabled
63+
name: keda
64+
repository: file://keda
65+
version: 2.7.2
66+
- condition: global.Contour.enabled
67+
name: contour
68+
repository: file://contour
69+
version: 8.0.4
70+
description: A Helm chart for OpenFunction on Kubernetes
71+
digest: 7b1ca408f35a3c45083a7b59205b313ba4f7c56e374e3aefc85a8c1e3f7860eb
72+
keywords:
73+
- faas
74+
- Serverless
75+
- Kubernetes
76+
kubeVersion: '>=v1.20.0-0'
77+
maintainers:
78+
- email: wangyifei@kubesphere.io
79+
name: wangyifei
80+
name: openfunction
81+
sources:
82+
- https://github.com/OpenFunction/OpenFunction
83+
type: application
84+
urls:
85+
- https://openfunction.github.io/charts/openfunction-v0.8.0-v0.3.0.tgz
86+
version: 0.3.0
4287
- apiVersion: v2
4388
appVersion: 0.8.0-rc.0
44-
created: "2022-10-17T11:19:26.9068372+08:00"
89+
created: "2022-10-21T14:36:14.9369403+08:00"
4590
dependencies:
4691
- condition: global.Dapr.enabled
4792
name: dapr
@@ -86,7 +131,7 @@ entries:
86131
version: 0.3.0-rc.0
87132
- apiVersion: v2
88133
appVersion: 0.7.0
89-
created: "2022-10-17T11:19:26.8909168+08:00"
134+
created: "2022-10-21T14:36:14.9132657+08:00"
90135
dependencies:
91136
- condition: global.Dapr.enabled
92137
name: dapr
@@ -131,7 +176,7 @@ entries:
131176
version: 0.2.0
132177
- apiVersion: v2
133178
appVersion: 0.6.0
134-
created: "2022-10-17T11:19:26.8726493+08:00"
179+
created: "2022-10-21T14:36:14.8920998+08:00"
135180
dependencies:
136181
- condition: Dapr.enabled
137182
name: dapr
@@ -177,7 +222,7 @@ entries:
177222
shipwright-build:
178223
- apiVersion: v2
179224
appVersion: 0.10.0
180-
created: "2022-10-17T11:19:26.910962+08:00"
225+
created: "2022-10-21T14:36:14.9634406+08:00"
181226
description: A Helm chart for Shipwright Build on Kubernetes
182227
digest: e0616611a496afcbdd39b630b5ef76e347e9d53186726829acbfa5c7072af6c6
183228
keywords:
@@ -198,7 +243,7 @@ entries:
198243
version: 0.10.0
199244
- apiVersion: v2
200245
appVersion: 0.6.1
201-
created: "2022-10-17T11:19:26.911959+08:00"
246+
created: "2022-10-21T14:36:14.9648259+08:00"
202247
description: A Helm chart for Shipwright Build on Kubernetes
203248
digest: 366ca24ad2651910695ac50e165be4fa7c8c635ec2aec5f53a6baca17f3efed0
204249
keywords:
@@ -219,7 +264,7 @@ entries:
219264
tekton-pipelines:
220265
- apiVersion: v2
221266
appVersion: 0.37.2
222-
created: "2022-10-17T11:19:26.9140353+08:00"
267+
created: "2022-10-21T14:36:14.9682293+08:00"
223268
description: A Helm chart for Tekton Pipelines on Kubernetes
224269
digest: b179a806641d354e92064715f221ee5e1836a84ddefa11bc11c01f4f4bdf8c52
225270
keywords:
@@ -240,7 +285,7 @@ entries:
240285
version: 0.37.2
241286
- apiVersion: v2
242287
appVersion: 0.30.0
243-
created: "2022-10-17T11:19:26.9130427+08:00"
288+
created: "2022-10-21T14:36:14.9661556+08:00"
244289
description: A Helm chart for Tekton Pipelines on Kubernetes
245290
digest: 4939ec89841370813aa5c00cea5db82733470fb165326d2b75c3f9324d170bac
246291
keywords:
@@ -258,4 +303,4 @@ entries:
258303
urls:
259304
- https://openfunction.github.io/charts/tekton-pipelines-0.30.0.tgz
260305
version: 0.30.0
261-
generated: "2022-10-17T11:19:26.8532053+08:00"
306+
generated: "2022-10-21T14:36:14.8564564+08:00"
405 KB
Binary file not shown.

openfunction/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 0.3.0-rc.0
19+
version: 0.3.0
2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.8.0-rc.0"
24+
appVersion: "0.8.0"
2525
keywords:
2626
- faas
2727
- Serverless

openfunction/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# openfunction
22

3-
![Version: 0.3.0-rc.0](https://img.shields.io/badge/Version-0.3.0--rc.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.0-rc.0](https://img.shields.io/badge/AppVersion-0.8.0--rc.0-informational?style=flat-square)
3+
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.0](https://img.shields.io/badge/AppVersion-0.8.0-informational?style=flat-square)
44

55
A Helm chart for OpenFunction on Kubernetes
66

@@ -160,7 +160,7 @@ helm install openfunction openfunction/openfunction -n openfunction
160160
| controllerManager.kubeRbacProxy.image.repository | string | `"openfunction/kube-rbac-proxy"` | |
161161
| controllerManager.kubeRbacProxy.image.tag | string | `"v0.8.0"` | |
162162
| controllerManager.openfunction.image.repository | string | `"openfunction/openfunction"` | |
163-
| controllerManager.openfunction.image.tag | string | `"v0.8.0-rc.0"` | |
163+
| controllerManager.openfunction.image.tag | string | `"v0.8.0"` | |
164164
| controllerManager.openfunction.resources.limits.cpu | string | `"500m"` | |
165165
| controllerManager.openfunction.resources.limits.memory | string | `"500Mi"` | |
166166
| controllerManager.openfunction.resources.requests.cpu | string | `"100m"` | |

openfunction/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ controllerManager:
3636
openfunction:
3737
image:
3838
repository: openfunction/openfunction
39-
tag: v0.8.0-rc.0
39+
tag: v0.8.0
4040
resources:
4141
limits:
4242
cpu: 500m

0 commit comments

Comments
 (0)