File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
description : OpenFaaS - Serverless Functions Made Simple
3
3
name : openfaas
4
- version : 6.1.5
4
+ version : 6.1.6
5
5
sources :
6
6
- https://github.com/openfaas/faas
7
7
- https://github.com/openfaas/faas-netes
Original file line number Diff line number Diff line change @@ -7,21 +7,21 @@ nodeSelector:
7
7
beta.kubernetes.io/arch : arm
8
8
9
9
gateway :
10
- image : openfaas/gateway:0.18.18 -armhf
10
+ image : openfaas/gateway:0.20.1 -armhf
11
11
directFunctions : true
12
12
13
13
oauth2Plugin :
14
14
enabled : false
15
15
16
16
faasnetes :
17
- image : openfaas/faas-netes:0.12.3-armhf
17
+ image : ghcr.io/ openfaas/faas-netes:0.12.8
18
18
19
19
operator :
20
- image : openfaas/faas-netes:0.12.3-armhf
20
+ image : ghcr.io/ openfaas/faas-netes:0.12.8
21
21
create : false
22
22
23
23
queueWorker :
24
- image : openfaas/queue-worker:0.11.2-armhf
24
+ image : openfaas/queue-worker:0.11.2
25
25
26
26
prometheus :
27
27
image : prom/prometheus:v2.11.0
@@ -33,10 +33,10 @@ alertmanager:
33
33
image : prom/alertmanager:v0.18.0
34
34
35
35
faasIdler :
36
- image : openfaas/faas-idler:0.3 .0-armhf
36
+ image : openfaas/faas-idler:0.4 .0-armhf
37
37
38
38
basicAuthPlugin :
39
- image : openfaas/basic-auth-plugin:0.18.18 -armhf
39
+ image : openfaas/basic-auth-plugin:0.20.1 -armhf
40
40
replicas : 0
41
41
42
42
ingressOperator :
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ gateway:
43
43
cpu : " 50m"
44
44
45
45
basicAuthPlugin :
46
- image : openfaas/basic-auth-plugin:0.18.18
46
+ image : openfaas/basic-auth-plugin:0.20.1
47
47
replicas : 1
48
48
resources :
49
49
requests :
@@ -74,7 +74,7 @@ oauth2Plugin:
74
74
securityContext : true
75
75
76
76
faasnetes :
77
- image : openfaas/faas-netes:0.12.3
77
+ image : ghcr.io/ openfaas/faas-netes:0.12.8
78
78
readTimeout : " 60s"
79
79
writeTimeout : " 60s"
80
80
imagePullPolicy : " Always" # Image pull policy for deployed functions
@@ -95,7 +95,7 @@ faasnetes:
95
95
96
96
# replaces faas-netes with openfaas-operator
97
97
operator :
98
- image : openfaas/faas-netes:0.12.3
98
+ image : ghcr.io/ openfaas/faas-netes:0.12.8
99
99
create : false
100
100
# set this to false when creating multiple releases in the same cluster
101
101
# must be true for the first one only
You can’t perform that action at this time.
0 commit comments