File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
55A Helm chart for OpenFunction on Kubernetes
66
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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
55A Helm chart for OpenFunction on Kubernetes
66
Original file line number Diff line number Diff line change 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
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 }}
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments