Skip to content

Commit

Permalink
Publish openfaas chart for Function Authentication
Browse files Browse the repository at this point in the history
This chart version bumps images to support Function
Authentication and also makes changes to the CRDs for Profile
re-syncs for deployed functions.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Jun 19, 2024
1 parent bfc008e commit fd43436
Show file tree
Hide file tree
Showing 18 changed files with 594 additions and 519 deletions.
2 changes: 1 addition & 1 deletion chart/openfaas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
type: application
description: OpenFaaS - Serverless Functions Made Simple
name: openfaas
version: 14.2.49
version: 14.2.50
sources:
- https://github.com/openfaas/faas
- https://github.com/openfaas/faas-netes
Expand Down
16 changes: 8 additions & 8 deletions chart/openfaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ gatewayPro:
pprof: false

gateway:
image: ghcr.io/openfaas/gateway:0.27.7
image: ghcr.io/openfaas/gateway:0.27.8
readTimeout: "1m05s"
writeTimeout: "1m05s"
upstreamTimeout: "1m" # Must be smaller than read/write_timeout
Expand Down Expand Up @@ -141,7 +141,7 @@ eventWorker:

# For OpenFaaS Pro and the Function CRD
operator:
image: ghcr.io/openfaasltd/faas-netes:0.5.41
image: ghcr.io/openfaasltd/faas-netes:0.5.44
create: false
logs:
debug: false
Expand Down Expand Up @@ -179,17 +179,17 @@ operator:
pprof: false

faasnetesPro:
image: ghcr.io/openfaasltd/faas-netes:0.5.41
image: ghcr.io/openfaasltd/faas-netes:0.5.44
logs:
debug: false
format: "console"

faasnetesOem:
image: ghcr.io/openfaasltd/faas-netes-oem:0.2.1
image: ghcr.io/openfaasltd/faas-netes-oem:0.2.2

# For the Community Edition
faasnetes:
image: ghcr.io/openfaas/faas-netes:0.18.5
image: ghcr.io/openfaas/faas-netes:0.18.8
resources:
requests:
memory: "120Mi"
Expand Down Expand Up @@ -274,7 +274,7 @@ autoscaler:
## To use with port-forwarding, set publicURL to
## http://127.0.0.1
dashboard:
image: ghcr.io/openfaasltd/openfaas-dashboard:0.5.19
image: ghcr.io/openfaasltd/openfaas-dashboard:0.5.22
publicURL: https://dashboard.example.com
# Name of signing key secret for sessions.
# Leave blank for development, see https://docs.openfaas.com/openfaas-pro/dashboard/ for production and staging.
Expand All @@ -294,7 +294,7 @@ dashboard:
# OpenFaaS Enterprise (OpenFaaS IAM)
# OIDC plugin for authentication on the OpenFaaS REST API
oidcAuthPlugin:
image: ghcr.io/openfaasltd/openfaas-oidc-plugin:0.7.5
image: ghcr.io/openfaasltd/openfaas-oidc-plugin:0.7.6
insecureTLS: false
replicas: 1
securityContext: true
Expand Down Expand Up @@ -329,7 +329,7 @@ iam:
tokenExpiry: 2h

prometheus:
image: prom/prometheus:v2.52.0
image: prom/prometheus:v2.53.0
create: true
retention:
time: 15d
Expand Down
Binary file modified docs/cron-connector-0.6.10.tgz
Binary file not shown.
Binary file modified docs/federated-gateway-0.1.0.tgz
Binary file not shown.
Loading

0 comments on commit fd43436

Please sign in to comment.