diff --git a/docs/index.yaml b/docs/index.yaml index 04483df..340b577 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -39,51 +39,51 @@ entries: - https://openfunction.github.io/charts/knative-serving-1.0.1.tgz version: 1.0.1 openfunction: - - apiVersion: v2 - appVersion: 1.1.0 - created: "2023-05-30T15:11:28.6680262+08:00" - dependencies: - - condition: global.Dapr.enabled - name: dapr - repository: file://dapr - version: 1.8.3 - - condition: global.KnativeServing.enabled - name: knative-serving - repository: file://knative-serving - version: 1.3.2 - - condition: global.TektonPipelines.enabled - name: tekton-pipelines - repository: file://tekton-pipelines - version: 0.37.2 - - condition: global.ShipwrightBuild.enabled - name: shipwright-build - repository: file://shipwright-build - version: 0.10.0 - - condition: global.Keda.enabled - name: keda - repository: file://keda - version: 2.8.2 - - condition: global.Contour.enabled - name: contour - repository: file://contour - version: 8.0.4 - description: A Helm chart for OpenFunction on Kubernetes - digest: e127982e29f8f42d3c0cfd5e8610e592de00201d17a1d492f4412a2f869ceba8 - keywords: - - faas - - Serverless - - Kubernetes - kubeVersion: '>=v1.21.0-0' - maintainers: - - email: wangyifei@kubesphere.io - name: wangyifei - name: openfunction - sources: - - https://github.com/OpenFunction/OpenFunction - type: application - urls: - - https://openfunction.github.io/charts/openfunction-v1.1.0-v0.6.0.tgz - version: 0.6.0 + - apiVersion: v2 + appVersion: 1.1.0 + created: "2023-05-30T15:11:28.6680262+08:00" + dependencies: + - condition: global.Dapr.enabled + name: dapr + repository: file://dapr + version: 1.8.3 + - condition: global.KnativeServing.enabled + name: knative-serving + repository: file://knative-serving + version: 1.3.2 + - condition: global.TektonPipelines.enabled + name: tekton-pipelines + repository: file://tekton-pipelines + version: 0.37.2 + - condition: global.ShipwrightBuild.enabled + name: shipwright-build + repository: file://shipwright-build + version: 0.10.0 + - condition: global.Keda.enabled + name: keda + repository: file://keda + version: 2.8.2 + - condition: global.Contour.enabled + name: contour + repository: file://contour + version: 8.0.4 + description: A Helm chart for OpenFunction on Kubernetes + digest: 7907781efd766d2d3e51e52f49c65cb974022c9412fbc43a19fdb636f528f682 + keywords: + - faas + - Serverless + - Kubernetes + kubeVersion: '>=v1.21.0-0' + maintainers: + - email: wangyifei@kubesphere.io + name: wangyifei + name: openfunction + sources: + - https://github.com/OpenFunction/OpenFunction + type: application + urls: + - https://openfunction.github.io/charts/openfunction-v1.1.0-v0.6.0.tgz + version: 0.6.0 - apiVersion: v2 appVersion: 1.0.0 created: "2023-03-08T14:10:28.6680262+08:00" diff --git a/docs/openfunction-v1.1.0-v0.6.0.tgz b/docs/openfunction-v1.1.0-v0.6.0.tgz index e9eef4d..6e6c72e 100644 Binary files a/docs/openfunction-v1.1.0-v0.6.0.tgz and b/docs/openfunction-v1.1.0-v0.6.0.tgz differ diff --git a/openfunction/templates/configmaps/config.yaml b/openfunction/templates/configmaps/config.yaml index b658db8..771fbe3 100644 --- a/openfunction/templates/configmaps/config.yaml +++ b/openfunction/templates/configmaps/config.yaml @@ -39,7 +39,7 @@ data: value: "base64(string key):base64(string value),base64(string key2):base64(string value2)" knative-serving.config-features.name: {{ .Values.config.knativeServingConfigFeaturesName | quote }} knative-serving.namespace: {{ .Values.config.knativeServingNamespace | quote }} - plugins.tracing: {{ .Values.config.pluginsTracing | quote }} + tracing: {{ .Values.config.tracing | quote }} openfunction.eventsource-handler.image: {{ .Values.config.eventsourceHandlerImage | quote }} openfunction.trigger-handler.image: {{ .Values.config.triggerHandlerImage | quote }} openfunction.dapr-proxy.image: {{ .Values.config.daprProxyImage | quote }} \ No newline at end of file