Skip to content

Commit 84a62c8

Browse files
committed
Update faas-netes pro for new health check probes
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 757c49a commit 84a62c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

chart/openfaas/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
type: application
33
description: OpenFaaS - Serverless Functions Made Simple
44
name: openfaas
5-
version: 10.0.9
5+
version: 10.0.10
66
sources:
77
- https://github.com/openfaas/faas
88
- https://github.com/openfaas/faas-netes

chart/openfaas/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ basicAuthPlugin:
110110
cpu: "20m"
111111

112112
faasnetesPro:
113-
image: ghcr.io/openfaasltd/faas-netes:0.1.0
113+
image: ghcr.io/openfaasltd/faas-netes:0.1.1
114114
operatorPro:
115-
image: ghcr.io/openfaasltd/faas-netes:0.1.0
115+
image: ghcr.io/openfaasltd/faas-netes:0.1.1
116116

117117
faasnetes:
118118
image: ghcr.io/openfaas/faas-netes:0.14.1

0 commit comments

Comments
 (0)