Skip to content

Commit 72ac8f5

Browse files
committed
add v1.1.0 chart
Signed-off-by: wanjunlei <wanjunlei@kubesphere.io>
1 parent 84ac15f commit 72ac8f5

7 files changed

Lines changed: 56 additions & 8 deletions

File tree

README.md

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

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)
3+
![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square)
44

55
A Helm chart for OpenFunction on Kubernetes
66

docs/index.yaml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,51 @@ 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.1.0
44+
created: "2023-05-30T15:11: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: e127982e29f8f42d3c0cfd5e8610e592de00201d17a1d492f4412a2f869ceba8
72+
keywords:
73+
- faas
74+
- Serverless
75+
- Kubernetes
76+
kubeVersion: '>=v1.21.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-v1.1.0-v0.6.0.tgz
86+
version: 0.6.0
4287
- apiVersion: v2
4388
appVersion: 1.0.0
4489
created: "2023-03-08T14:10:28.6680262+08:00"
428 KB
Binary file not shown.

openfunction/README.md

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

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)
3+
![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.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.1.0-informational?style=flat-square)
44

55
A Helm chart for OpenFunction on Kubernetes
66

openfunction/templates/build-strategies/openfunction.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
done
4444
command:
4545
- /usr/local/bin/bash
46-
image: docker.io/library/bash:5.1.4@sha256:b208215a4655538be652b2769d82e576bc4d0a2bb132144c060efc5be8c3f5d6
46+
image: $(params.BASH_IMAGE)
4747
name: prepare
4848
securityContext:
4949
privileged: true
@@ -90,7 +90,7 @@ spec:
9090
cat /layers/report.toml | grep "digest" | cut -d'"' -f2 | cut -d'"' -f2 | tr -d '\n' | tee $(results.shp-image-digest.path)
9191
command:
9292
- /bin/sh
93-
image: docker.io/library/bash:5.1.4@sha256:b208215a4655538be652b2769d82e576bc4d0a2bb132144c060efc5be8c3f5d6
93+
image: $(params.BASH_IMAGE)
9494
name: results
9595
volumeMounts:
9696
- mountPath: /layers
@@ -122,4 +122,7 @@ spec:
122122
description: Environment variables to set during _build-time_. The formate is
123123
`key1=value1,key2=value2`.
124124
name: ENV_VARS
125+
- default: "docker.io/library/bash:5.1.4"
126+
description: The bash image.
127+
name: BASH_IMAGE
125128
{{- end }}

openfunction/templates/configmaps/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ data:
99
knative-serving.namespace: "knative-serving"
1010
knative-serving.config-features.name: "config-features"
1111
# Configuration of the order of the plugins
12-
plugins: |
12+
hooks: |
1313
pre:
1414
- plugin1
1515
- plugin2
1616
post:
1717
- plugin2
1818
- plugin1
19-
plugins.tracing: |
19+
tracing: |
2020
# Switch for tracing, default to false
2121
enabled: false
2222
# Provider name can be set to "skywalking", "opentelemetry"

openfunction/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ config:
1818
eventsourceHandlerImage: openfunction/eventsource-handler:v4
1919
triggerHandlerImage: openfunction/trigger-handler:v4
2020
daprProxyImage: openfunction/dapr-proxy:v0.1.1
21-
pluginsTracing: |
21+
tracing: |
2222
enabled: false
2323
provider:
2424
name: "skywalking"
@@ -39,7 +39,7 @@ controllerManager:
3939
openfunction:
4040
image:
4141
repository: openfunction/openfunction
42-
tag: v1.0.0
42+
tag: v1.1.0
4343
resources:
4444
limits:
4545
cpu: 500m

0 commit comments

Comments
 (0)