Skip to content

Commit

Permalink
Regenerate charts for newer images
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Nov 20, 2024
1 parent 39509ce commit 46a9078
Show file tree
Hide file tree
Showing 16 changed files with 314 additions and 271 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.77
version: 14.2.78
sources:
- https://github.com/openfaas/faas
- https://github.com/openfaas/faas-netes
Expand Down
12 changes: 6 additions & 6 deletions chart/openfaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ gatewayPro:
pprof: false

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

# For OpenFaaS Pro and the Function CRD
operator:
image: ghcr.io/openfaasltd/faas-netes:0.5.53
image: ghcr.io/openfaasltd/faas-netes:0.5.54
create: false
logs:
debug: false
Expand Down Expand Up @@ -192,7 +192,7 @@ operator:
pprof: false

faasnetesPro:
image: ghcr.io/openfaasltd/faas-netes:0.5.53
image: ghcr.io/openfaasltd/faas-netes:0.5.54
logs:
debug: false
format: "console"
Expand All @@ -202,7 +202,7 @@ faasnetesOem:

# For the Community Edition
faasnetes:
image: ghcr.io/openfaas/faas-netes:0.18.9
image: ghcr.io/openfaas/faas-netes:0.18.10
resources:
requests:
memory: "120Mi"
Expand All @@ -213,7 +213,7 @@ faasnetes:
#
# Enable automatically when nats.queueMode is set to "jetstream"
jetstreamQueueWorker:
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.42
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.43
durableName: "faas-workers"
# Configure the max waiting pulls for the queue-worker JetStream consumer.
# The value should be at least max_inflight * replicas.
Expand Down Expand Up @@ -325,7 +325,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.7
image: ghcr.io/openfaasltd/openfaas-oidc-plugin:0.7.8
insecureTLS: false
replicas: 1
securityContext: true
Expand Down
2 changes: 1 addition & 1 deletion chart/queue-worker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: queue-worker
description: Dedicated queue-worker for OpenFaaS using JetStream
type: application
version: 0.2.9
version: 0.2.10
keywords:
- openfaas
- jetstream
Expand Down
2 changes: 1 addition & 1 deletion chart/queue-worker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# You will need to create a license named "openfaas-license" - see the
# chart README for detailed instructions.

image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.42
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.43

replicas: 1

Expand Down
Binary file modified docs/cron-connector-0.6.11.tgz
Binary file not shown.
Binary file modified docs/federated-gateway-0.1.0.tgz
Binary file not shown.
Loading

0 comments on commit 46a9078

Please sign in to comment.