Skip to content

Commit 0a8f6a8

Browse files
authored
Merge pull request #7 from wrongerror/main
modify openfunction-controller-manager image version to v0.6.0
2 parents f737ee5 + e2e03c7 commit 0a8f6a8

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ confirm it with the following command:
9494
| controllerManager.kubeRbacProxy.image.repository | string | `"openfunction/kube-rbac-proxy"` | |
9595
| controllerManager.kubeRbacProxy.image.tag | string | `"v0.8.0"` | |
9696
| controllerManager.openfunction.image.repository | string | `"openfunction/openfunction"` | |
97-
| controllerManager.openfunction.image.tag | string | `"latest"` | |
97+
| controllerManager.openfunction.image.tag | string | `"v0.6.0"` | |
9898
| controllerManager.openfunction.resources.limits.cpu | string | `"500m"` | |
9999
| controllerManager.openfunction.resources.limits.memory | string | `"500Mi"` | |
100100
| controllerManager.openfunction.resources.requests.cpu | string | `"100m"` | |

docs/index.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ entries:
33
knative-serving:
44
- apiVersion: v2
55
appVersion: 1.0.1
6-
created: "2022-06-22T13:03:41.7717544+08:00"
6+
created: "2022-06-22T14:49:01.6568761+08:00"
77
description: A Helm chart for Knative Serving on Kubernetes
88
digest: 478c987ac80ee21e2a912d052e966f1c208c07825090db79a91be6442d344154
99
keywords:
@@ -22,7 +22,7 @@ entries:
2222
openfunction:
2323
- apiVersion: v2
2424
appVersion: 0.6.0
25-
created: "2022-06-22T13:03:41.7847054+08:00"
25+
created: "2022-06-22T14:49:01.6699961+08:00"
2626
dependencies:
2727
- condition: Dapr.enabled
2828
name: dapr
@@ -49,7 +49,7 @@ entries:
4949
repository: file://ingress-nginx
5050
version: 4.0.6
5151
description: A Helm chart for OpenFunction on Kubernetes
52-
digest: 49e33bfc254e305d5d23652aaef0810c314f800f94a1f5baa21866e8f2094b61
52+
digest: a07e231d6979c7d1b3a1932d0f332865df93e9534f484b5f3d9435e9f6197d76
5353
keywords:
5454
- faas
5555
- Serverless
@@ -68,7 +68,7 @@ entries:
6868
shipwright-build:
6969
- apiVersion: v2
7070
appVersion: 0.6.1
71-
created: "2022-06-22T13:03:41.7859362+08:00"
71+
created: "2022-06-22T14:49:01.6713357+08:00"
7272
description: A Helm chart for Shipwright Build on Kubernetes
7373
digest: ed5b8a8c7cebda4cc310fbe3807481296d50323c977721ba96c3e88a023308c7
7474
keywords:
@@ -89,7 +89,7 @@ entries:
8989
tekton-pipelines:
9090
- apiVersion: v2
9191
appVersion: 0.30.0
92-
created: "2022-06-22T13:03:41.7867005+08:00"
92+
created: "2022-06-22T14:49:01.6724771+08:00"
9393
description: A Helm chart for Tekton Pipelines on Kubernetes
9494
digest: b3b16c8a2910b45dafa631cacef9766b114130699503eeb133d83f1d84566182
9595
keywords:
@@ -107,4 +107,4 @@ entries:
107107
urls:
108108
- https://openfunction.github.io/charts/tekton-pipelines-v0.30.0-v0.6.0.tgz
109109
version: 0.6.0
110-
generated: "2022-06-22T13:03:41.7689118+08:00"
110+
generated: "2022-06-22T14:49:01.6545307+08:00"
275 Bytes
Binary file not shown.

openfunction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ confirm it with the following command:
9494
| controllerManager.kubeRbacProxy.image.repository | string | `"openfunction/kube-rbac-proxy"` | |
9595
| controllerManager.kubeRbacProxy.image.tag | string | `"v0.8.0"` | |
9696
| controllerManager.openfunction.image.repository | string | `"openfunction/openfunction"` | |
97-
| controllerManager.openfunction.image.tag | string | `"latest"` | |
97+
| controllerManager.openfunction.image.tag | string | `"v0.6.0"` | |
9898
| controllerManager.openfunction.resources.limits.cpu | string | `"500m"` | |
9999
| controllerManager.openfunction.resources.limits.memory | string | `"500Mi"` | |
100100
| controllerManager.openfunction.resources.requests.cpu | string | `"100m"` | |

openfunction/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ controllerManager:
4242
openfunction:
4343
image:
4444
repository: openfunction/openfunction
45-
tag: latest
45+
tag: v0.6.0
4646
resources:
4747
limits:
4848
cpu: 500m

0 commit comments

Comments
 (0)