Skip to content

Commit

Permalink
Updates for alpine:3.20.0 base image and Go dependencies
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 Jun 5, 2024
1 parent 0f4bd34 commit 1f38da1
Show file tree
Hide file tree
Showing 21 changed files with 582 additions and 517 deletions.
2 changes: 1 addition & 1 deletion chart/kafka-connector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Connect OpenFaaS functions to Kafka topics
name: kafka-connector
version: 0.7.9
version: 0.7.10
sources:
- https://github.com/openfaas/faas-netes
home: https://www.openfaas.com
Expand Down
2 changes: 1 addition & 1 deletion chart/kafka-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ topics: faas-request
# them as a comma separated list i.e. "kafka-1:9092,kafka-2:9092,kafka-3:9092"
brokerHosts: kf-kafka:9092

image: ghcr.io/openfaasltd/kafka-connector:0.7.8
image: ghcr.io/openfaasltd/kafka-connector:0.7.9

# Output detailed logs from the consumer group's lifecycle
sessionLogging: true
Expand Down
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.48
version: 14.2.49
sources:
- https://github.com/openfaas/faas
- https://github.com/openfaas/faas-netes
Expand Down
18 changes: 9 additions & 9 deletions chart/openfaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ functions:
failureThreshold: 3

gatewayPro:
image: ghcr.io/openfaasltd/gateway:0.4.27
image: ghcr.io/openfaasltd/gateway:0.4.28
pprof: false

gateway:
image: ghcr.io/openfaas/gateway:0.27.6
image: ghcr.io/openfaas/gateway:0.27.7
readTimeout: "1m05s"
writeTimeout: "1m05s"
upstreamTimeout: "1m" # Must be smaller than read/write_timeout
Expand Down Expand Up @@ -129,7 +129,7 @@ eventSubscription:
httpVerbs: "PUT,POST,DELETE"

eventWorker:
image: ghcr.io/openfaasltd/event-worker:0.0.9
image: ghcr.io/openfaasltd/event-worker:0.1.0
replicas: 1
logs:
debug: false
Expand All @@ -141,7 +141,7 @@ eventWorker:

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

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

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

# For the Community Edition
faasnetes:
Expand All @@ -200,7 +200,7 @@ faasnetes:
#
# Enable automatically when nats.queueMode is set to "jetstream"
jetstreamQueueWorker:
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.37
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.38
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 @@ -256,7 +256,7 @@ queueWorker:
## Advanced auto-scaler for scaling functions on RPS, CPU and in-flight requests
## Includes: scale to zero
autoscaler:
image: ghcr.io/openfaasltd/autoscaler:0.3.7
image: ghcr.io/openfaasltd/autoscaler:0.3.8
replicas: 1
enabled: true
resources:
Expand All @@ -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.18
image: ghcr.io/openfaasltd/openfaas-dashboard:0.5.19
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 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.7
version: 0.2.8
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.37
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.38

replicas: 1

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 1f38da1

Please sign in to comment.