Skip to content

Commit

Permalink
Document additional caBundleSecretName secret
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 Jan 25, 2024
1 parent 75bf989 commit b874080
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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.11
version: 14.2.12
sources:
- https://github.com/openfaas/faas
- https://github.com/openfaas/faas-netes
Expand Down
1 change: 1 addition & 0 deletions chart/openfaas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ yaml) |
| `basicAuthPlugin.image` | Container image used for basic-auth-plugin | See [values.yaml](./values.yaml) |
| `basicAuthPlugin.replicas` | Replicas of the basic-auth-plugin | `1` |
| `basicAuthPlugin.resources` | Resource limits and requests for basic-auth-plugin containers | See [values.yaml](./values.yaml) |
| `caBundleSecretName` | Name of the Kubernetes secret that contains the CA bundle for making HTTP requests for IAM (optional) | `""` |
| `clusterRole` | Use a `ClusterRole` for the Operator or faas-netes. Set to `true` for multiple namespace, pro scaler and CPU/RAM metrics in OpenFaaS REST API | `false` |
| `createCRDs` | Create the CRDs for OpenFaaS Functions and Profiles | `true` |
| `exposeServices` | Expose `NodePorts/LoadBalancer` | `true` |
Expand Down
8 changes: 4 additions & 4 deletions chart/openfaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ eventWorker:

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

faasnetesPro:
image: ghcr.io/openfaasltd/faas-netes:0.5.12
image: ghcr.io/openfaasltd/faas-netes:0.5.13

# For the Community Edition
faasnetes:
Expand Down Expand Up @@ -260,7 +260,7 @@ autoscaler:
## To use with port-forwarding, set publicURL to
## http://127.0.0.1
dashboard:
image: ghcr.io/openfaasltd/openfaas-dashboard:0.5.1
image: ghcr.io/openfaasltd/openfaas-dashboard:0.5.2
publicURL: https://dashboard.example.com
# Name of signing key secret for sessions.
# Leave blank for development, see https://docs.openfaas.com/openfaas-pro/dashboard/ for production and staging.
Expand All @@ -280,7 +280,7 @@ dashboard:
# OpenFaaS Enterprise (OpenFaaS IAM)
# OIDC plugin for authentication on the OpenFaaS REST API
oidcAuthPlugin:
image: ghcr.io/openfaasltd/openfaas-oidc-plugin:0.6.6
image: ghcr.io/openfaasltd/openfaas-oidc-plugin:0.6.7
insecureTLS: false
verbose: true # debug setting
replicas: 1
Expand Down

0 comments on commit b874080

Please sign in to comment.