Skip to content

Commit

Permalink
Update Prometheus and NATS Streaming
Browse files Browse the repository at this point in the history
Whilst NATS Streaming hasn't been updated since Jan 11, the
image has a newer version.

Prometheus gets a bump to v2.48.0

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Nov 20, 2023
1 parent 800799f commit d633375
Show file tree
Hide file tree
Showing 17 changed files with 454 additions and 428 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.21
version: 14.1.22
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 @@ -267,7 +267,7 @@ iam:
tokenExpiry: 2h

prometheus:
image: prom/prometheus:v2.47.2
image: prom/prometheus:v2.48.0
create: true
resources:
requests:
Expand All @@ -286,7 +286,7 @@ alertmanager:
stan:
# Image used for the NATS Streaming when using the deprecated
# support in the Community Edition (CE)
image: nats-streaming:0.25.5
image: nats-streaming:0.25.6

# NATS (required for async)
nats:
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.
868 changes: 447 additions & 421 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.22.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.9.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/nats-dep.yml

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

4 changes: 2 additions & 2 deletions 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 d633375

Please sign in to comment.