Skip to content

Commit

Permalink
Update queue-worker and NATS in Helm chart
Browse files Browse the repository at this point in the history
Minor maintenance updates for both components.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Oct 31, 2023
1 parent 4aab092 commit 250abc0
Show file tree
Hide file tree
Showing 17 changed files with 445 additions and 419 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.1.15
version: 14.1.16
sources:
- https://github.com/openfaas/faas
- https://github.com/openfaas/faas-netes
Expand Down
4 changes: 2 additions & 2 deletions chart/openfaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,12 @@ nats:
host: ""
port: ""
# The version of NATS Core used with OpenFaaS Pro and JetStream
image: nats:2.10.3
image: nats:2.10.4
enableMonitoring: false
metrics:
# Should stay off by default because the exporter is not multi-arch (yet)
enabled: false
image: natsio/prometheus-nats-exporter:0.12.0
image: natsio/prometheus-nats-exporter:0.13.0
resources:
requests:
memory: "120Mi"
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.13
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.14

replicas: 1

Expand Down
Binary file modified docs/cron-connector-0.6.6.tgz
Binary file not shown.
Binary file modified docs/federated-gateway-0.0.3.tgz
Binary file not shown.
852 changes: 439 additions & 413 deletions docs/index.yaml

Large diffs are not rendered by default.

Binary file modified docs/kafka-connector-0.7.5.tgz
Binary file not shown.
Binary file modified docs/mqtt-connector-0.4.7.tgz
Binary file not shown.
Binary file modified docs/nats-connector-0.3.2.tgz
Binary file not shown.
Binary file added docs/openfaas-14.1.16.tgz
Binary file not shown.
Binary file modified docs/postgres-connector-0.1.0.tgz
Binary file not shown.
Binary file modified docs/pro-builder-0.4.8.tgz
Binary file not shown.
Binary file modified docs/queue-worker-0.1.7.tgz
Binary file not shown.
Binary file modified docs/sns-connector-0.1.2.tgz
Binary file not shown.
Binary file modified docs/sqs-connector-0.2.3.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion yaml/alertmanager-dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion yaml/prometheus-dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 250abc0

Please sign in to comment.