Skip to content

Commit

Permalink
v5.5.5-magda.3
Browse files Browse the repository at this point in the history
  • Loading branch information
t83714 committed May 21, 2024
1 parent ecda6d0 commit 4d6eb68
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Openfaas Helm Chart for Magda

![Version: 5.5.5-magda.2](https://img.shields.io/badge/Version-5.5.5--magda.2-informational?style=flat-square)
![Version: 5.5.5-magda.3](https://img.shields.io/badge/Version-5.5.5--magda.3-informational?style=flat-square)

Enable Kubernetes as a backend for OpenFaaS (Functions as a Service)

Expand Down Expand Up @@ -37,11 +37,11 @@ Kubernetes: `>= 1.17-0`
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| alertmanager.create | bool | `true` | |
| alertmanager.image | string | `"prom/alertmanager:v0.18.0"` | |
| alertmanager.image | string | `"ghcr.io/magda-io/prom/alertmanager:v0.18.0"` | |
| alertmanager.resources.limits.memory | string | `"50Mi"` | |
| alertmanager.resources.requests.memory | string | `"25Mi"` | |
| async | bool | `true` | |
| basicAuthPlugin.image | string | `"quay.io/t1000/openfaas-basic-auth-plugin:0.17.0"` | |
| basicAuthPlugin.image | string | `"ghcr.io/magda-io/openfaas/basic-auth-plugin:0.17.0"` | |
| basicAuthPlugin.replicas | int | `1` | |
| basicAuthPlugin.resources.requests.cpu | string | `"20m"` | |
| basicAuthPlugin.resources.requests.memory | string | `"50Mi"` | |
Expand All @@ -55,13 +55,13 @@ Kubernetes: `>= 1.17-0`
| exposeServices | bool | `true` | |
| faasIdler.create | bool | `true` | |
| faasIdler.dryRun | bool | `true` | |
| faasIdler.image | string | `"quay.io/t1000/openfaas-faas-idler:0.2.1"` | |
| faasIdler.image | string | `"ghcr.io/magda-io/openfaas/faas-idler:0.2.1"` | |
| faasIdler.inactivityDuration | string | `"30m"` | |
| faasIdler.reconcileInterval | string | `"2m"` | |
| faasIdler.replicas | int | `1` | |
| faasIdler.resources.requests.memory | string | `"64Mi"` | |
| faasnetes.httpProbe | bool | `true` | |
| faasnetes.image | string | `"quay.io/t1000/openfaas-faas-netes:0.10.1"` | |
| faasnetes.image | string | `"ghcr.io/magda-io/openfaas/faas-netes:0.10.1"` | |
| faasnetes.imagePullPolicy | string | `"Always"` | |
| faasnetes.livenessProbe.initialDelaySeconds | int | `2` | |
| faasnetes.livenessProbe.periodSeconds | int | `2` | |
Expand All @@ -75,7 +75,7 @@ Kubernetes: `>= 1.17-0`
| faasnetes.setNonRootUser | bool | `false` | |
| faasnetes.writeTimeout | string | `"60s"` | |
| gateway.directFunctions | bool | `true` | |
| gateway.image | string | `"quay.io/t1000/openfaas-gateway:0.18.10"` | |
| gateway.image | string | `"ghcr.io/magda-io/openfaas/gateway:0.18.10"` | |
| gateway.logsProviderURL | string | `""` | |
| gateway.maxIdleConns | int | `1024` | |
| gateway.maxIdleConnsPerHost | int | `1024` | |
Expand All @@ -99,7 +99,7 @@ Kubernetes: `>= 1.17-0`
| ingress.hosts[0].servicePort | int | `8080` | |
| ingress.tls | string | `nil` | |
| ingressOperator.create | bool | `false` | |
| ingressOperator.image | string | `"quay.io/t1000/openfaas-ingress-operator:0.5.0"` | |
| ingressOperator.image | string | `"ghcr.io/magda-io/openfaas/ingress-operator:0.5.0"` | |
| ingressOperator.replicas | int | `1` | |
| ingressOperator.resources.requests.memory | string | `"25Mi"` | |
| istio.mtls | bool | `false` | |
Expand All @@ -110,7 +110,7 @@ Kubernetes: `>= 1.17-0`
| nats.external.enabled | bool | `false` | |
| nats.external.host | string | `""` | |
| nats.external.port | string | `""` | |
| nats.image | string | `"nats-streaming:0.17.0"` | |
| nats.image | string | `"ghcr.io/magda-io/nats-streaming:0.17.0"` | |
| nats.resources.requests.memory | string | `"120Mi"` | |
| oauth2Plugin.audience | string | `"https://example.eu.auth0.com/api/v2/"` | |
| oauth2Plugin.authorizeURL | string | `"https://example.eu.auth0.com/authorize"` | |
Expand All @@ -119,7 +119,7 @@ Kubernetes: `>= 1.17-0`
| oauth2Plugin.clientSecret | string | `"SECRET"` | |
| oauth2Plugin.cookieDomain | string | `".oauth.example.com"` | |
| oauth2Plugin.enabled | bool | `false` | |
| oauth2Plugin.image | string | `"quay.io/t1000/openfaas-oidc-plugin:0.2.5"` | |
| oauth2Plugin.image | string | `"ghcr.io/magda-io/openfaas/oidc-plugin:0.2.5"` | |
| oauth2Plugin.insecureTLS | bool | `false` | |
| oauth2Plugin.jwksURL | string | `"https://example.eu.auth0.com/.well-known/jwks.json"` | |
| oauth2Plugin.license | string | `"example"` | |
Expand All @@ -132,17 +132,17 @@ Kubernetes: `>= 1.17-0`
| oauth2Plugin.welcomePageURL | string | `"https://gw.oauth.example.com"` | |
| openfaasImagePullPolicy | string | `"Always"` | |
| operator.create | bool | `false` | |
| operator.image | string | `"quay.io/t1000/openfaas-operator:0.14.1"` | |
| operator.image | string | `"ghcr.io/magda-io/openfaas/operator:0.14.1"` | |
| operator.resources.requests.cpu | string | `"50m"` | |
| operator.resources.requests.memory | string | `"120Mi"` | |
| prometheus.create | bool | `true` | |
| prometheus.image | string | `"prom/prometheus:v2.11.0"` | |
| prometheus.image | string | `"ghcr.io/magda-io/prom/prometheus:v2.11.0"` | |
| prometheus.resources.requests.memory | string | `"512Mi"` | |
| psp | bool | `false` | |
| queueWorker.ackWait | string | `"60s"` | |
| queueWorker.durableQueueSubscription | bool | `false` | |
| queueWorker.gatewayInvoke | bool | `true` | |
| queueWorker.image | string | `"quay.io/t1000/openfaas-queue-worker:0.9.0"` | |
| queueWorker.image | string | `"ghcr.io/magda-io/openfaas/queue-worker:0.9.0"` | |
| queueWorker.queueGroup | string | `"faas"` | |
| queueWorker.replicas | int | `1` | |
| queueWorker.resources.requests.cpu | string | `"50m"` | |
Expand Down
2 changes: 1 addition & 1 deletion deploy/openfaas/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Enable Kubernetes as a backend for OpenFaaS (Functions as a Service)
name: openfaas
version: 5.5.5-magda.2
version: 5.5.5-magda.3
kubeVersion: ">= 1.17-0"
sources:
- https://github.com/openfaas/faas
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openfaas-helm-chart",
"version": "5.5.5-magda.2",
"version": "5.5.5-magda.3",
"description": "Forked version openfaas Helm Chart for Magda",
"main": "index.js",
"repository": "git@github.com:magda-io/openfaas-helm-chart.git",
Expand Down

0 comments on commit 4d6eb68

Please sign in to comment.