Skip to content

Commit

Permalink
Update images for go.mod / alpine updates
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 Jan 17, 2025
1 parent 0b2dbf4 commit 645dbda
Show file tree
Hide file tree
Showing 16 changed files with 331 additions and 288 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.90
version: 14.2.91
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 @@ -66,7 +66,7 @@ functions:
failureThreshold: 3

gatewayPro:
image: ghcr.io/openfaasltd/gateway:0.4.36
image: ghcr.io/openfaasltd/gateway:0.4.37
pprof: false

gateway:
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.58
image: ghcr.io/openfaasltd/faas-netes:0.5.59
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.58
image: ghcr.io/openfaasltd/faas-netes:0.5.59
logs:
debug: false
format: "console"
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.45
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.46
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 @@ -365,7 +365,7 @@ iam:
## if you wish to retain the metrics for a longer period, you should
## scrape this instance from an external Prometheus server
prometheus:
image: prom/prometheus:v3.0.1
image: prom/prometheus:v3.1.0
create: true
retention:
time: 15d
Expand Down Expand Up @@ -409,7 +409,7 @@ nats:

## alertmanager is only used for OpenFaaS CE
alertmanager:
image: prom/alertmanager:v0.27.0
image: prom/alertmanager:v0.28.0
create: true
resources:
requests:
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.12
version: 0.2.13
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.45
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.46

replicas: 1

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

0 comments on commit 645dbda

Please sign in to comment.