Skip to content

Commit 161fa3f

Browse files
authored
Merge pull request #42 from wrongerror/main
Adjust chart for OpenFunction v1.0.0
2 parents ba7a8a9 + 533f2b2 commit 161fa3f

File tree

7 files changed

+70
-25
lines changed

7 files changed

+70
-25
lines changed

README.md

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

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

55
A Helm chart for OpenFunction on Kubernetes
66

@@ -16,7 +16,7 @@ A Helm chart for OpenFunction on Kubernetes
1616

1717
## Requirements
1818

19-
Kubernetes: `>=v1.20.0-0`
19+
Kubernetes: `>=v1.21.0-0`
2020

2121
| Repository | Name | Version | AppVersion |
2222
|------------|------|---------|------------|
@@ -187,7 +187,7 @@ helm install openfunction openfunction/openfunction -n openfunction
187187
| controllerManager.kubeRbacProxy.image.repository | string | `"openfunction/kube-rbac-proxy"` | |
188188
| controllerManager.kubeRbacProxy.image.tag | string | `"v0.8.0"` | |
189189
| controllerManager.openfunction.image.repository | string | `"openfunction/openfunction"` | |
190-
| controllerManager.openfunction.image.tag | string | `"v1.0.0-rc.0"` | |
190+
| controllerManager.openfunction.image.tag | string | `"v1.0.0"` | |
191191
| controllerManager.openfunction.resources.limits.cpu | string | `"500m"` | |
192192
| controllerManager.openfunction.resources.limits.memory | string | `"500Mi"` | |
193193
| controllerManager.openfunction.resources.requests.cpu | string | `"100m"` | |

build/build.py

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

129129

130130
if __name__ == '__main__':
131-
builder = Build(version="0.5.0-rc.0", region_cn=True)
131+
builder = Build(version="0.5.0", region_cn=True)
132132
builder.run()

docs/index.yaml

Lines changed: 60 additions & 15 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: "2023-03-06T16:59:04.645948+08:00"
6+
created: "2023-03-08T14:10:28.3381376+08:00"
77
description: A Helm chart for Knative Serving on Kubernetes
88
digest: 134c3b538f96c25862bf85e72e9bbf0fe12dc3497f1e7f47383ccb902a1abd56
99
keywords:
@@ -22,7 +22,7 @@ entries:
2222
version: 1.3.2
2323
- apiVersion: v2
2424
appVersion: 1.0.1
25-
created: "2023-03-06T16:59:04.6315776+08:00"
25+
created: "2023-03-08T14:10:28.3251373+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: 1.0.0
44+
created: "2023-03-08T14:10:28.6680262+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.8.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: 1742127b059a9dd909de4226f3ed43fb75671cf9c66c9dda5afaf6d616678721
72+
keywords:
73+
- faas
74+
- Serverless
75+
- Kubernetes
76+
kubeVersion: '>=v1.21.0-0'
77+
maintainers:
78+
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-v1.0.0-v0.5.0.tgz
86+
version: 0.5.0
4287
- apiVersion: v2
4388
appVersion: 1.0.0-rc.0
44-
created: "2023-03-06T16:59:04.8888907+08:00"
89+
created: "2023-03-08T14:10:28.6483148+08:00"
4590
dependencies:
4691
- condition: global.Dapr.enabled
4792
name: dapr
@@ -86,7 +131,7 @@ entries:
86131
version: 0.5.0-rc.0
87132
- apiVersion: v2
88133
appVersion: 0.8.1
89-
created: "2023-03-06T16:59:04.8701826+08:00"
134+
created: "2023-03-08T14:10:28.618198+08:00"
90135
dependencies:
91136
- condition: global.Dapr.enabled
92137
name: dapr
@@ -131,7 +176,7 @@ entries:
131176
version: 0.4.0
132177
- apiVersion: v2
133178
appVersion: 0.8.1-rc.0
134-
created: "2023-03-06T16:59:04.8433063+08:00"
179+
created: "2023-03-08T14:10:28.5937953+08:00"
135180
dependencies:
136181
- condition: global.Dapr.enabled
137182
name: dapr
@@ -176,7 +221,7 @@ entries:
176221
version: 0.4.0-rc.0
177222
- apiVersion: v2
178223
appVersion: 0.8.0
179-
created: "2023-03-06T16:59:04.8171546+08:00"
224+
created: "2023-03-08T14:10:28.5608319+08:00"
180225
dependencies:
181226
- condition: global.Dapr.enabled
182227
name: dapr
@@ -221,7 +266,7 @@ entries:
221266
version: 0.3.1
222267
- apiVersion: v2
223268
appVersion: 0.8.0
224-
created: "2023-03-06T16:59:04.7608209+08:00"
269+
created: "2023-03-08T14:10:28.467173+08:00"
225270
dependencies:
226271
- condition: global.Dapr.enabled
227272
name: dapr
@@ -266,7 +311,7 @@ entries:
266311
version: 0.3.0
267312
- apiVersion: v2
268313
appVersion: 0.8.0-rc.0
269-
created: "2023-03-06T16:59:04.7277441+08:00"
314+
created: "2023-03-08T14:10:28.4256721+08:00"
270315
dependencies:
271316
- condition: global.Dapr.enabled
272317
name: dapr
@@ -311,7 +356,7 @@ entries:
311356
version: 0.3.0-rc.0
312357
- apiVersion: v2
313358
appVersion: 0.7.0
314-
created: "2023-03-06T16:59:04.6969625+08:00"
359+
created: "2023-03-08T14:10:28.3980843+08:00"
315360
dependencies:
316361
- condition: global.Dapr.enabled
317362
name: dapr
@@ -356,7 +401,7 @@ entries:
356401
version: 0.2.0
357402
- apiVersion: v2
358403
appVersion: 0.6.0
359-
created: "2023-03-06T16:59:04.6671955+08:00"
404+
created: "2023-03-08T14:10:28.3665534+08:00"
360405
dependencies:
361406
- condition: Dapr.enabled
362407
name: dapr
@@ -402,7 +447,7 @@ entries:
402447
shipwright-build:
403448
- apiVersion: v2
404449
appVersion: 0.10.0
405-
created: "2023-03-06T16:59:04.9041768+08:00"
450+
created: "2023-03-08T14:10:28.6818426+08:00"
406451
description: A Helm chart for Shipwright Build on Kubernetes
407452
digest: 06820ce8fe0088b3f95086ce38c5aff3069b691d2d5f1210e5bf77e9632a8611
408453
keywords:
@@ -423,7 +468,7 @@ entries:
423468
version: 0.10.0
424469
- apiVersion: v2
425470
appVersion: 0.6.1
426-
created: "2023-03-06T16:59:04.9098152+08:00"
471+
created: "2023-03-08T14:10:28.6951416+08:00"
427472
description: A Helm chart for Shipwright Build on Kubernetes
428473
digest: 366ca24ad2651910695ac50e165be4fa7c8c635ec2aec5f53a6baca17f3efed0
429474
keywords:
@@ -444,7 +489,7 @@ entries:
444489
tekton-pipelines:
445490
- apiVersion: v2
446491
appVersion: 0.37.2
447-
created: "2023-03-06T16:59:04.9278638+08:00"
492+
created: "2023-03-08T14:10:28.716223+08:00"
448493
description: A Helm chart for Tekton Pipelines on Kubernetes
449494
digest: 90fe5c147a410aa1c26812435704cbcf1891ce2446a8e5f8a3ff62449f736360
450495
keywords:
@@ -465,7 +510,7 @@ entries:
465510
version: 0.37.2
466511
- apiVersion: v2
467512
appVersion: 0.30.0
468-
created: "2023-03-06T16:59:04.9180886+08:00"
513+
created: "2023-03-08T14:10:28.7096407+08:00"
469514
description: A Helm chart for Tekton Pipelines on Kubernetes
470515
digest: 4939ec89841370813aa5c00cea5db82733470fb165326d2b75c3f9324d170bac
471516
keywords:
@@ -483,4 +528,4 @@ entries:
483528
urls:
484529
- https://openfunction.github.io/charts/tekton-pipelines-0.30.0.tgz
485530
version: 0.30.0
486-
generated: "2023-03-06T16:59:04.6098217+08:00"
531+
generated: "2023-03-08T14:10:28.3079252+08:00"
409 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.5.0-rc.0
19+
version: 0.5.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: "1.0.0-rc.0"
24+
appVersion: "1.0.0"
2525
keywords:
2626
- faas
2727
- Serverless

openfunction/README.md

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

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

55
A Helm chart for OpenFunction on Kubernetes
66

@@ -16,7 +16,7 @@ A Helm chart for OpenFunction on Kubernetes
1616

1717
## Requirements
1818

19-
Kubernetes: `>=v1.20.0-0`
19+
Kubernetes: `>=v1.21.0-0`
2020

2121
| Repository | Name | Version | AppVersion |
2222
|------------|------|---------|------------|
@@ -187,7 +187,7 @@ helm install openfunction openfunction/openfunction -n openfunction
187187
| controllerManager.kubeRbacProxy.image.repository | string | `"openfunction/kube-rbac-proxy"` | |
188188
| controllerManager.kubeRbacProxy.image.tag | string | `"v0.8.0"` | |
189189
| controllerManager.openfunction.image.repository | string | `"openfunction/openfunction"` | |
190-
| controllerManager.openfunction.image.tag | string | `"v1.0.0-rc.0"` | |
190+
| controllerManager.openfunction.image.tag | string | `"v1.0.0"` | |
191191
| controllerManager.openfunction.resources.limits.cpu | string | `"500m"` | |
192192
| controllerManager.openfunction.resources.limits.memory | string | `"500Mi"` | |
193193
| controllerManager.openfunction.resources.requests.cpu | string | `"100m"` | |

openfunction/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ controllerManager:
3939
openfunction:
4040
image:
4141
repository: openfunction/openfunction
42-
tag: v1.0.0-rc.0
42+
tag: v1.0.0
4343
resources:
4444
limits:
4545
cpu: 500m

0 commit comments

Comments
 (0)