Skip to content

Commit

Permalink
New operator version to include unavailableReplicas
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 May 28, 2024
1 parent 5d5d349 commit 8418f55
Show file tree
Hide file tree
Showing 16 changed files with 528 additions and 504 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.45
version: 14.2.46
sources:
- https://github.com/openfaas/faas
- https://github.com/openfaas/faas-netes
Expand Down
6 changes: 3 additions & 3 deletions chart/openfaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ eventWorker:

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

faasnetesPro:
image: ghcr.io/openfaasltd/faas-netes:0.5.37
image: ghcr.io/openfaasltd/faas-netes:0.5.38
logs:
debug: false
format: "console"
Expand Down Expand Up @@ -367,7 +367,7 @@ nats:
host: ""
port: ""
# The version of NATS Core used with OpenFaaS Pro and JetStream
image: nats:2.10.14
image: nats:2.10.16
resources:
requests:
memory: "120Mi"
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.
1,020 changes: 522 additions & 498 deletions docs/index.yaml

Large diffs are not rendered by default.

Binary file modified docs/kafka-connector-0.7.9.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.2.46.tgz
Binary file not shown.
Binary file modified docs/postgres-connector-0.1.1.tgz
Binary file not shown.
Binary file modified docs/pro-builder-0.4.13.tgz
Binary file not shown.
Binary file modified docs/queue-worker-0.2.7.tgz
Binary file not shown.
Binary file modified docs/sns-connector-0.1.3.tgz
Binary file not shown.
Binary file modified docs/sqs-connector-0.2.6.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 8418f55

Please sign in to comment.