Skip to content

Commit 760de94

Browse files
authored
Merge pull request #32 from wrongerror/main
bump chart version to v0.3.1
2 parents 8a7652d + 91de0be commit 760de94

File tree

8 files changed

+73
-16
lines changed

8 files changed

+73
-16
lines changed

README.md

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

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)
3+
![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-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

@@ -150,9 +150,12 @@ helm install openfunction openfunction/openfunction -n openfunction
150150

151151
| Key | Type | Default | Description |
152152
|-----|------|---------|-------------|
153+
| config.daprProxyImage | string | `"openfunction/dapr-proxy:v0.1.1"` | |
154+
| config.eventsourceHandlerImage | string | `"openfunction/eventsource-handler:v4"` | |
153155
| config.knativeServingConfigFeaturesName | string | `"config-features"` | |
154156
| config.knativeServingNamespace | string | `"knative-serving"` | |
155157
| config.pluginsTracing | string | `"enabled: false\nprovider:\n name: \"skywalking\"\n oapServer: \"localhost:xxx\"\ntags:\n func: function-with-tracing\n layer: faas\n tag1: value1\n tag2: value2\nbaggage:\n key: sw8-correlation\n value: \"base64(string key):base64(string value),base64(string key2):base64(string value2)\"\n"` | |
158+
| config.triggerHandlerImage | string | `"openfunction/trigger-handler:v4"` | |
156159
| contour.configInline.gateway.controllerName | string | `"projectcontour.io/projectcontour/contour"` | |
157160
| contour.contour.ingressClass.name | string | `"contour"` | |
158161
| contour.fullnameOverride | string | `"contour"` | |

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", region_cn=True)
130+
builder = Build(version="0.3.1", region_cn=True)
131131
builder.run()

docs/index.yaml

Lines changed: 56 additions & 11 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-21T14:36:14.8726287+08:00"
6+
created: "2022-10-23T16:30:24.3200039+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-21T14:36:14.8666323+08:00"
25+
created: "2022-10-23T16:30:24.2922078+08:00"
2626
description: A Helm chart for Knative Serving on Kubernetes
2727
digest: c3c6dd47616c498ffe87d94812c35a6423ef974fa65daddc22d196986e15284a
2828
keywords:
@@ -41,7 +41,52 @@ entries:
4141
openfunction:
4242
- apiVersion: v2
4343
appVersion: 0.8.0
44-
created: "2022-10-21T14:36:14.9561495+08:00"
44+
created: "2022-10-23T16:30:24.5052006+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: f7d3823196a1f2b75ab6ef0791e7a61a04bfd692b3cc51749a00a487d8d0b845
72+
keywords:
73+
- faas
74+
- Serverless
75+
- Kubernetes
76+
kubeVersion: '>=v1.20.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-v0.8.0-v0.3.1.tgz
86+
version: 0.3.1
87+
- apiVersion: v2
88+
appVersion: 0.8.0
89+
created: "2022-10-23T16:30:24.4814259+08:00"
4590
dependencies:
4691
- condition: global.Dapr.enabled
4792
name: dapr
@@ -86,7 +131,7 @@ entries:
86131
version: 0.3.0
87132
- apiVersion: v2
88133
appVersion: 0.8.0-rc.0
89-
created: "2022-10-21T14:36:14.9369403+08:00"
134+
created: "2022-10-23T16:30:24.4396612+08:00"
90135
dependencies:
91136
- condition: global.Dapr.enabled
92137
name: dapr
@@ -131,7 +176,7 @@ entries:
131176
version: 0.3.0-rc.0
132177
- apiVersion: v2
133178
appVersion: 0.7.0
134-
created: "2022-10-21T14:36:14.9132657+08:00"
179+
created: "2022-10-23T16:30:24.4043156+08:00"
135180
dependencies:
136181
- condition: global.Dapr.enabled
137182
name: dapr
@@ -176,7 +221,7 @@ entries:
176221
version: 0.2.0
177222
- apiVersion: v2
178223
appVersion: 0.6.0
179-
created: "2022-10-21T14:36:14.8920998+08:00"
224+
created: "2022-10-23T16:30:24.3562416+08:00"
180225
dependencies:
181226
- condition: Dapr.enabled
182227
name: dapr
@@ -222,7 +267,7 @@ entries:
222267
shipwright-build:
223268
- apiVersion: v2
224269
appVersion: 0.10.0
225-
created: "2022-10-21T14:36:14.9634406+08:00"
270+
created: "2022-10-23T16:30:24.5216021+08:00"
226271
description: A Helm chart for Shipwright Build on Kubernetes
227272
digest: e0616611a496afcbdd39b630b5ef76e347e9d53186726829acbfa5c7072af6c6
228273
keywords:
@@ -243,7 +288,7 @@ entries:
243288
version: 0.10.0
244289
- apiVersion: v2
245290
appVersion: 0.6.1
246-
created: "2022-10-21T14:36:14.9648259+08:00"
291+
created: "2022-10-23T16:30:24.5336036+08:00"
247292
description: A Helm chart for Shipwright Build on Kubernetes
248293
digest: 366ca24ad2651910695ac50e165be4fa7c8c635ec2aec5f53a6baca17f3efed0
249294
keywords:
@@ -264,7 +309,7 @@ entries:
264309
tekton-pipelines:
265310
- apiVersion: v2
266311
appVersion: 0.37.2
267-
created: "2022-10-21T14:36:14.9682293+08:00"
312+
created: "2022-10-23T16:30:24.5579477+08:00"
268313
description: A Helm chart for Tekton Pipelines on Kubernetes
269314
digest: b179a806641d354e92064715f221ee5e1836a84ddefa11bc11c01f4f4bdf8c52
270315
keywords:
@@ -285,7 +330,7 @@ entries:
285330
version: 0.37.2
286331
- apiVersion: v2
287332
appVersion: 0.30.0
288-
created: "2022-10-21T14:36:14.9661556+08:00"
333+
created: "2022-10-23T16:30:24.5466187+08:00"
289334
description: A Helm chart for Tekton Pipelines on Kubernetes
290335
digest: 4939ec89841370813aa5c00cea5db82733470fb165326d2b75c3f9324d170bac
291336
keywords:
@@ -303,4 +348,4 @@ entries:
303348
urls:
304349
- https://openfunction.github.io/charts/tekton-pipelines-0.30.0.tgz
305350
version: 0.30.0
306-
generated: "2022-10-21T14:36:14.8564564+08:00"
351+
generated: "2022-10-23T16:30:24.2612845+08:00"
406 KB
Binary file not shown.

openfunction/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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
19+
version: 0.3.1
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.

openfunction/README.md

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

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)
3+
![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-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

@@ -150,9 +150,12 @@ helm install openfunction openfunction/openfunction -n openfunction
150150

151151
| Key | Type | Default | Description |
152152
|-----|------|---------|-------------|
153+
| config.daprProxyImage | string | `"openfunction/dapr-proxy:v0.1.1"` | |
154+
| config.eventsourceHandlerImage | string | `"openfunction/eventsource-handler:v4"` | |
153155
| config.knativeServingConfigFeaturesName | string | `"config-features"` | |
154156
| config.knativeServingNamespace | string | `"knative-serving"` | |
155157
| config.pluginsTracing | string | `"enabled: false\nprovider:\n name: \"skywalking\"\n oapServer: \"localhost:xxx\"\ntags:\n func: function-with-tracing\n layer: faas\n tag1: value1\n tag2: value2\nbaggage:\n key: sw8-correlation\n value: \"base64(string key):base64(string value),base64(string key2):base64(string value2)\"\n"` | |
158+
| config.triggerHandlerImage | string | `"openfunction/trigger-handler:v4"` | |
156159
| contour.configInline.gateway.controllerName | string | `"projectcontour.io/projectcontour/contour"` | |
157160
| contour.contour.ingressClass.name | string | `"contour"` | |
158161
| contour.fullnameOverride | string | `"contour"` | |

openfunction/templates/configmaps/config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,7 @@ data:
3939
value: "base64(string key):base64(string value),base64(string key2):base64(string value2)"
4040
knative-serving.config-features.name: {{ .Values.config.knativeServingConfigFeaturesName | quote }}
4141
knative-serving.namespace: {{ .Values.config.knativeServingNamespace | quote }}
42-
plugins.tracing: {{ .Values.config.pluginsTracing | quote }}
42+
plugins.tracing: {{ .Values.config.pluginsTracing | quote }}
43+
openfunction.eventsource-handler.image: {{ .Values.config.eventsourceHandlerImage | quote }}
44+
openfunction.trigger-handler.image: {{ .Values.config.triggerHandlerImage | quote }}
45+
openfunction.dapr-proxy.image: {{ .Values.config.daprProxyImage | quote }}

openfunction/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ global:
1515
config:
1616
knativeServingConfigFeaturesName: config-features
1717
knativeServingNamespace: knative-serving
18+
eventsourceHandlerImage: openfunction/eventsource-handler:v4
19+
triggerHandlerImage: openfunction/trigger-handler:v4
20+
daprProxyImage: openfunction/dapr-proxy:v0.1.1
1821
pluginsTracing: |
1922
enabled: false
2023
provider:

0 commit comments

Comments
 (0)