Skip to content

Commit 6985bde

Browse files
committed
Update armhf container images and faas-netes
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent c4fc8ab commit 6985bde

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

chart/openfaas/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
description: OpenFaaS - Serverless Functions Made Simple
33
name: openfaas
4-
version: 6.1.5
4+
version: 6.1.6
55
sources:
66
- https://github.com/openfaas/faas
77
- https://github.com/openfaas/faas-netes

chart/openfaas/values-armhf.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ nodeSelector:
77
beta.kubernetes.io/arch: arm
88

99
gateway:
10-
image: openfaas/gateway:0.18.18-armhf
10+
image: openfaas/gateway:0.20.1-armhf
1111
directFunctions: true
1212

1313
oauth2Plugin:
1414
enabled: false
1515

1616
faasnetes:
17-
image: openfaas/faas-netes:0.12.3-armhf
17+
image: ghcr.io/openfaas/faas-netes:0.12.8
1818

1919
operator:
20-
image: openfaas/faas-netes:0.12.3-armhf
20+
image: ghcr.io/openfaas/faas-netes:0.12.8
2121
create: false
2222

2323
queueWorker:
24-
image: openfaas/queue-worker:0.11.2-armhf
24+
image: openfaas/queue-worker:0.11.2
2525

2626
prometheus:
2727
image: prom/prometheus:v2.11.0
@@ -33,10 +33,10 @@ alertmanager:
3333
image: prom/alertmanager:v0.18.0
3434

3535
faasIdler:
36-
image: openfaas/faas-idler:0.3.0-armhf
36+
image: openfaas/faas-idler:0.4.0-armhf
3737

3838
basicAuthPlugin:
39-
image: openfaas/basic-auth-plugin:0.18.18-armhf
39+
image: openfaas/basic-auth-plugin:0.20.1-armhf
4040
replicas: 0
4141

4242
ingressOperator:

chart/openfaas/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ gateway:
4343
cpu: "50m"
4444

4545
basicAuthPlugin:
46-
image: openfaas/basic-auth-plugin:0.18.18
46+
image: openfaas/basic-auth-plugin:0.20.1
4747
replicas: 1
4848
resources:
4949
requests:
@@ -74,7 +74,7 @@ oauth2Plugin:
7474
securityContext: true
7575

7676
faasnetes:
77-
image: openfaas/faas-netes:0.12.3
77+
image: ghcr.io/openfaas/faas-netes:0.12.8
7878
readTimeout : "60s"
7979
writeTimeout : "60s"
8080
imagePullPolicy : "Always" # Image pull policy for deployed functions
@@ -95,7 +95,7 @@ faasnetes:
9595

9696
# replaces faas-netes with openfaas-operator
9797
operator:
98-
image: openfaas/faas-netes:0.12.3
98+
image: ghcr.io/openfaas/faas-netes:0.12.8
9999
create: false
100100
# set this to false when creating multiple releases in the same cluster
101101
# must be true for the first one only

0 commit comments

Comments
 (0)