diff --git a/chart/openfaas/Chart.yaml b/chart/openfaas/Chart.yaml index 470fa898e..e3a854d8f 100644 --- a/chart/openfaas/Chart.yaml +++ b/chart/openfaas/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 type: application description: OpenFaaS - Serverless Functions Made Simple name: openfaas -version: 14.2.88 +version: 14.2.89 sources: - https://github.com/openfaas/faas - https://github.com/openfaas/faas-netes diff --git a/chart/openfaas/values.yaml b/chart/openfaas/values.yaml index 219433677..54874b6d0 100644 --- a/chart/openfaas/values.yaml +++ b/chart/openfaas/values.yaml @@ -213,7 +213,7 @@ faasnetes: # # Enable automatically when nats.queueMode is set to "jetstream" jetstreamQueueWorker: - image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.44 + image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.45 durableName: "faas-workers" # Configure the max waiting pulls for the queue-worker JetStream consumer. # The value should be at least max_inflight * replicas. diff --git a/chart/queue-worker/Chart.yaml b/chart/queue-worker/Chart.yaml index 1460b307e..8c89b1715 100644 --- a/chart/queue-worker/Chart.yaml +++ b/chart/queue-worker/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: queue-worker description: Dedicated queue-worker for OpenFaaS using JetStream type: application -version: 0.2.11 +version: 0.2.12 keywords: - openfaas - jetstream diff --git a/chart/queue-worker/values.yaml b/chart/queue-worker/values.yaml index 25816857c..7f2d7c6a7 100644 --- a/chart/queue-worker/values.yaml +++ b/chart/queue-worker/values.yaml @@ -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.44 +image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.45 replicas: 1