Skip to content

Commit

Permalink
Merge pull request #32 from wrongerror/main
Browse files Browse the repository at this point in the history
bump chart version to v0.3.1
  • Loading branch information
benjaminhuo authored Oct 23, 2022
2 parents 8a7652d + 91de0be commit 760de94
Show file tree
Hide file tree
Showing 8 changed files with 73 additions and 16 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# openfunction

![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)
![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)

A Helm chart for OpenFunction on Kubernetes

Expand Down Expand Up @@ -150,9 +150,12 @@ helm install openfunction openfunction/openfunction -n openfunction

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| config.daprProxyImage | string | `"openfunction/dapr-proxy:v0.1.1"` | |
| config.eventsourceHandlerImage | string | `"openfunction/eventsource-handler:v4"` | |
| config.knativeServingConfigFeaturesName | string | `"config-features"` | |
| config.knativeServingNamespace | string | `"knative-serving"` | |
| 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"` | |
| config.triggerHandlerImage | string | `"openfunction/trigger-handler:v4"` | |
| contour.configInline.gateway.controllerName | string | `"projectcontour.io/projectcontour/contour"` | |
| contour.contour.ingressClass.name | string | `"contour"` | |
| contour.fullnameOverride | string | `"contour"` | |
Expand Down
2 changes: 1 addition & 1 deletion build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,5 @@ def run(self):


if __name__ == '__main__':
builder = Build(version="0.3.0", region_cn=True)
builder = Build(version="0.3.1", region_cn=True)
builder.run()
67 changes: 56 additions & 11 deletions docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ entries:
knative-serving:
- apiVersion: v2
appVersion: 1.3.2
created: "2022-10-21T14:36:14.8726287+08:00"
created: "2022-10-23T16:30:24.3200039+08:00"
description: A Helm chart for Knative Serving on Kubernetes
digest: 75cf6ba89b9c59ab2ec3e9469e6d523f51f6a587c7c181911d2566bfa5764835
keywords:
Expand All @@ -22,7 +22,7 @@ entries:
version: 1.3.2
- apiVersion: v2
appVersion: 1.0.1
created: "2022-10-21T14:36:14.8666323+08:00"
created: "2022-10-23T16:30:24.2922078+08:00"
description: A Helm chart for Knative Serving on Kubernetes
digest: c3c6dd47616c498ffe87d94812c35a6423ef974fa65daddc22d196986e15284a
keywords:
Expand All @@ -41,7 +41,52 @@ entries:
openfunction:
- apiVersion: v2
appVersion: 0.8.0
created: "2022-10-21T14:36:14.9561495+08:00"
created: "2022-10-23T16:30:24.5052006+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.7.2
- condition: global.Contour.enabled
name: contour
repository: file://contour
version: 8.0.4
description: A Helm chart for OpenFunction on Kubernetes
digest: f7d3823196a1f2b75ab6ef0791e7a61a04bfd692b3cc51749a00a487d8d0b845
keywords:
- faas
- Serverless
- Kubernetes
kubeVersion: '>=v1.20.0-0'
maintainers:
- email: [email protected]
name: wangyifei
name: openfunction
sources:
- https://github.com/OpenFunction/OpenFunction
type: application
urls:
- https://openfunction.github.io/charts/openfunction-v0.8.0-v0.3.1.tgz
version: 0.3.1
- apiVersion: v2
appVersion: 0.8.0
created: "2022-10-23T16:30:24.4814259+08:00"
dependencies:
- condition: global.Dapr.enabled
name: dapr
Expand Down Expand Up @@ -86,7 +131,7 @@ entries:
version: 0.3.0
- apiVersion: v2
appVersion: 0.8.0-rc.0
created: "2022-10-21T14:36:14.9369403+08:00"
created: "2022-10-23T16:30:24.4396612+08:00"
dependencies:
- condition: global.Dapr.enabled
name: dapr
Expand Down Expand Up @@ -131,7 +176,7 @@ entries:
version: 0.3.0-rc.0
- apiVersion: v2
appVersion: 0.7.0
created: "2022-10-21T14:36:14.9132657+08:00"
created: "2022-10-23T16:30:24.4043156+08:00"
dependencies:
- condition: global.Dapr.enabled
name: dapr
Expand Down Expand Up @@ -176,7 +221,7 @@ entries:
version: 0.2.0
- apiVersion: v2
appVersion: 0.6.0
created: "2022-10-21T14:36:14.8920998+08:00"
created: "2022-10-23T16:30:24.3562416+08:00"
dependencies:
- condition: Dapr.enabled
name: dapr
Expand Down Expand Up @@ -222,7 +267,7 @@ entries:
shipwright-build:
- apiVersion: v2
appVersion: 0.10.0
created: "2022-10-21T14:36:14.9634406+08:00"
created: "2022-10-23T16:30:24.5216021+08:00"
description: A Helm chart for Shipwright Build on Kubernetes
digest: e0616611a496afcbdd39b630b5ef76e347e9d53186726829acbfa5c7072af6c6
keywords:
Expand All @@ -243,7 +288,7 @@ entries:
version: 0.10.0
- apiVersion: v2
appVersion: 0.6.1
created: "2022-10-21T14:36:14.9648259+08:00"
created: "2022-10-23T16:30:24.5336036+08:00"
description: A Helm chart for Shipwright Build on Kubernetes
digest: 366ca24ad2651910695ac50e165be4fa7c8c635ec2aec5f53a6baca17f3efed0
keywords:
Expand All @@ -264,7 +309,7 @@ entries:
tekton-pipelines:
- apiVersion: v2
appVersion: 0.37.2
created: "2022-10-21T14:36:14.9682293+08:00"
created: "2022-10-23T16:30:24.5579477+08:00"
description: A Helm chart for Tekton Pipelines on Kubernetes
digest: b179a806641d354e92064715f221ee5e1836a84ddefa11bc11c01f4f4bdf8c52
keywords:
Expand All @@ -285,7 +330,7 @@ entries:
version: 0.37.2
- apiVersion: v2
appVersion: 0.30.0
created: "2022-10-21T14:36:14.9661556+08:00"
created: "2022-10-23T16:30:24.5466187+08:00"
description: A Helm chart for Tekton Pipelines on Kubernetes
digest: 4939ec89841370813aa5c00cea5db82733470fb165326d2b75c3f9324d170bac
keywords:
Expand All @@ -303,4 +348,4 @@ entries:
urls:
- https://openfunction.github.io/charts/tekton-pipelines-0.30.0.tgz
version: 0.30.0
generated: "2022-10-21T14:36:14.8564564+08:00"
generated: "2022-10-23T16:30:24.2612845+08:00"
Binary file added docs/openfunction-v0.8.0-v0.3.1.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion openfunction/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.0
version: 0.3.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
5 changes: 4 additions & 1 deletion openfunction/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# openfunction

![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)
![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)

A Helm chart for OpenFunction on Kubernetes

Expand Down Expand Up @@ -150,9 +150,12 @@ helm install openfunction openfunction/openfunction -n openfunction

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| config.daprProxyImage | string | `"openfunction/dapr-proxy:v0.1.1"` | |
| config.eventsourceHandlerImage | string | `"openfunction/eventsource-handler:v4"` | |
| config.knativeServingConfigFeaturesName | string | `"config-features"` | |
| config.knativeServingNamespace | string | `"knative-serving"` | |
| 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"` | |
| config.triggerHandlerImage | string | `"openfunction/trigger-handler:v4"` | |
| contour.configInline.gateway.controllerName | string | `"projectcontour.io/projectcontour/contour"` | |
| contour.contour.ingressClass.name | string | `"contour"` | |
| contour.fullnameOverride | string | `"contour"` | |
Expand Down
5 changes: 4 additions & 1 deletion openfunction/templates/configmaps/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +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 }}
plugins.tracing: {{ .Values.config.pluginsTracing | 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 }}
3 changes: 3 additions & 0 deletions openfunction/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ global:
config:
knativeServingConfigFeaturesName: config-features
knativeServingNamespace: knative-serving
eventsourceHandlerImage: openfunction/eventsource-handler:v4
triggerHandlerImage: openfunction/trigger-handler:v4
daprProxyImage: openfunction/dapr-proxy:v0.1.1
pluginsTracing: |
enabled: false
provider:
Expand Down

0 comments on commit 760de94

Please sign in to comment.