From 90216c702cb267c0bff47458d6af3bcf823bd632 Mon Sep 17 00:00:00 2001 From: aeneasr Date: Tue, 8 Mar 2022 00:10:14 +0000 Subject: [PATCH] Regenerate helm docs Tue Mar 8 00:10:14 UTC 2022 --- helm/charts/example-idp/README.md | 2 +- helm/charts/hydra-maester/README.md | 2 +- helm/charts/hydra/README.md | 7 ++--- helm/charts/keto/README.md | 27 ++++++++----------- .../kratos-selfservice-ui-node/README.md | 2 +- helm/charts/kratos/README.md | 3 ++- helm/charts/oathkeeper-maester/README.md | 2 +- helm/charts/oathkeeper/README.md | 4 +-- 8 files changed, 23 insertions(+), 26 deletions(-) diff --git a/helm/charts/example-idp/README.md b/helm/charts/example-idp/README.md index b1c220060f..e8fbfd1ea9 100644 --- a/helm/charts/example-idp/README.md +++ b/helm/charts/example-idp/README.md @@ -1,6 +1,6 @@ # example-idp -![Version: 0.21.8](https://img.shields.io/badge/Version-0.21.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.6](https://img.shields.io/badge/AppVersion-1.4.6-informational?style=flat-square) +![Version: 0.22.0](https://img.shields.io/badge/Version-0.22.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.6](https://img.shields.io/badge/AppVersion-1.4.6-informational?style=flat-square) A Helm chart for deploying the reference implementation for the User Login and Consent Flow in Kubernetes diff --git a/helm/charts/hydra-maester/README.md b/helm/charts/hydra-maester/README.md index 4083388c92..011cd3f3d2 100644 --- a/helm/charts/hydra-maester/README.md +++ b/helm/charts/hydra-maester/README.md @@ -1,6 +1,6 @@ # hydra-maester -![Version: 0.21.8](https://img.shields.io/badge/Version-0.21.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.23](https://img.shields.io/badge/AppVersion-v0.0.23-informational?style=flat-square) +![Version: 0.22.0](https://img.shields.io/badge/Version-0.22.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.23](https://img.shields.io/badge/AppVersion-v0.0.23-informational?style=flat-square) A Helm chart for Kubernetes diff --git a/helm/charts/hydra/README.md b/helm/charts/hydra/README.md index 26759313ae..3e1d2a652c 100644 --- a/helm/charts/hydra/README.md +++ b/helm/charts/hydra/README.md @@ -1,6 +1,6 @@ # hydra -![Version: 0.21.8](https://img.shields.io/badge/Version-0.21.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.10.5](https://img.shields.io/badge/AppVersion-v1.10.5-informational?style=flat-square) +![Version: 0.22.0](https://img.shields.io/badge/Version-0.22.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.10.5](https://img.shields.io/badge/AppVersion-v1.10.5-informational?style=flat-square) A Helm chart for deploying ORY Hydra in Kubernetes @@ -21,7 +21,7 @@ A Helm chart for deploying ORY Hydra in Kubernetes | Repository | Name | Version | |------------|------|---------| -| file://../hydra-maester | hydra-maester(hydra-maester) | 0.21.8 | +| file://../hydra-maester | hydra-maester(hydra-maester) | 0.22.0 | ## Values @@ -73,10 +73,11 @@ A Helm chart for deploying ORY Hydra in Kubernetes | ingress.admin.enabled | bool | `false` | En-/Disable the api ingress. | | ingress.public | object | `{"annotations":{},"className":"","enabled":false,"hosts":[{"host":"public.hydra.localhost","paths":[{"path":"/","pathType":"ImplementationSpecific"}]}]}` | Configure ingress for the proxy port. | | ingress.public.enabled | bool | `false` | En-/Disable the proxy ingress. | -| job | object | `{"annotations":{},"automountServiceAccountToken":true,"extraContainers":{},"lifecycle":{},"serviceAccount":{"annotations":{"helm.sh/hook":"pre-install, pre-upgrade","helm.sh/hook-delete-policy":"before-hook-creation","helm.sh/hook-weight":"0"},"create":true,"name":""},"shareProcessNamespace":false,"spec":{"backoffLimit":10}}` | Values for initialization job | +| job | object | `{"annotations":{},"automountServiceAccountToken":true,"extraContainers":{},"extraInitContainers":{},"lifecycle":{},"serviceAccount":{"annotations":{"helm.sh/hook":"pre-install, pre-upgrade","helm.sh/hook-delete-policy":"before-hook-creation","helm.sh/hook-weight":"0"},"create":true,"name":""},"shareProcessNamespace":false,"spec":{"backoffLimit":10}}` | Values for initialization job | | job.annotations | object | `{}` | If you do want to specify annotations, uncomment the following lines, adjust them as necessary, and remove the curly braces after 'annotations:'. | | job.automountServiceAccountToken | bool | `true` | Set automounting of the SA token | | job.extraContainers | object | `{}` | If you want to add extra sidecar containers. | +| job.extraInitContainers | object | `{}` | If you want to add extra init containers. extraInitContainers: | - name: ... image: ... | | job.lifecycle | object | `{}` | If you want to add lifecycle hooks. | | job.serviceAccount | object | `{"annotations":{"helm.sh/hook":"pre-install, pre-upgrade","helm.sh/hook-delete-policy":"before-hook-creation","helm.sh/hook-weight":"0"},"create":true,"name":""}` | Specify the serviceAccountName value. In some situations it is needed to provides specific permissions to Hydra deployments Like for example installing Hydra on a cluster with a PosSecurityPolicy and Istio. Uncoment if it is needed to provide a ServiceAccount for the Hydra deployment. | | job.serviceAccount.annotations | object | `{"helm.sh/hook":"pre-install, pre-upgrade","helm.sh/hook-delete-policy":"before-hook-creation","helm.sh/hook-weight":"0"}` | Annotations to add to the service account | diff --git a/helm/charts/keto/README.md b/helm/charts/keto/README.md index 151745d4db..3b221ef7b7 100644 --- a/helm/charts/keto/README.md +++ b/helm/charts/keto/README.md @@ -1,6 +1,6 @@ # keto -![Version: 0.21.8](https://img.shields.io/badge/Version-0.21.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.8.0](https://img.shields.io/badge/AppVersion-v0.8.0-informational?style=flat-square) +![Version: 0.22.0](https://img.shields.io/badge/Version-0.22.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.8.0](https://img.shields.io/badge/AppVersion-v0.8.0-informational?style=flat-square) Access Control Policies as a Server @@ -21,16 +21,17 @@ Access Control Policies as a Server | Key | Type | Default | Description | |-----|------|---------|-------------| -| affinity | object | `{}` | | -| automountServiceAccountToken | bool | `true` | | -| autoscaling | object | `{"enabled":false,"maxReplicas":100,"minReplicas":1,"targetCPUUtilizationPercentage":80}` | Autoscaling for keto deployment | -| deployment | object | `{"annotations":{},"livenessProbe":{"failureThreshold":5,"initialDelaySeconds":30,"periodSeconds":10},"readinessProbe":{"failureThreshold":5,"initialDelaySeconds":30,"periodSeconds":10}}` | Configure the probes for when the deployment is considered ready and ongoing health check | +| deployment | object | `{"affinity":{},"annotations":{},"automountServiceAccountToken":true,"autoscaling":{"enabled":false,"maxReplicas":100,"minReplicas":1,"targetCPUUtilizationPercentage":80},"extraContainers":{},"extraEnv":[],"extraLabels":{},"extraVolumeMounts":[],"extraVolumes":[],"livenessProbe":{"failureThreshold":5,"initialDelaySeconds":30,"periodSeconds":10},"nodeSelector":{},"podAnnotations":{},"podSecurityContext":{},"readinessProbe":{"failureThreshold":5,"initialDelaySeconds":30,"periodSeconds":10},"resources":{},"tolerations":[],"tracing":{"datadog":{"enabled":false}}}` | Configure the probes for when the deployment is considered ready and ongoing health check | | deployment.annotations | object | `{}` | Add custom annotations to the deployment | -| extraContainers | object | `{}` | If you want to add extra sidecar containers. | -| extraEnv | list | `[]` | Array of extra Envs to be added to the deployment. K8s format expected - name: FOO value: BAR | -| extraLabels | object | `{}` | Extra labels to be added to the deployment, and pods. K8s object format expected foo: bar my.special.label/type: value | -| extraVolumeMounts | list | `[]` | Array of extra VolumeMounts to be added to the deployment. K8s format expected - name: my-volume mountPath: /etc/secrets/my-secret readOnly: true | -| extraVolumes | list | `[]` | Array of extra Volumes to be added to the deployment. K8s format expected - name: my-volume secret: secretName: my-secret | +| deployment.autoscaling | object | `{"enabled":false,"maxReplicas":100,"minReplicas":1,"targetCPUUtilizationPercentage":80}` | Autoscaling for keto deployment | +| deployment.extraContainers | object | `{}` | If you want to add extra sidecar containers. | +| deployment.extraEnv | list | `[]` | Array of extra Envs to be added to the deployment. K8s format expected - name: FOO value: BAR | +| deployment.extraLabels | object | `{}` | Extra labels to be added to the deployment, and pods. K8s object format expected foo: bar my.special.label/type: value | +| deployment.extraVolumeMounts | list | `[]` | Array of extra VolumeMounts to be added to the deployment. K8s format expected - name: my-volume mountPath: /etc/secrets/my-secret readOnly: true | +| deployment.extraVolumes | list | `[]` | Array of extra Volumes to be added to the deployment. K8s format expected - name: my-volume secret: secretName: my-secret | +| deployment.podAnnotations | object | `{}` | Set custom pod annotations | +| deployment.podSecurityContext | object | `{}` | Set custom security context for pods | +| deployment.tracing | object | `{"datadog":{"enabled":false}}` | Configuration for tracing providers. Only datadog is currently supported through this block. If you need to use a different tracing provider, please manually set the configuration values via "keto.config" or via "extraEnv". | | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | Default image pull policy | | image.repository | string | `"oryd/keto"` | Ory KETO image | @@ -50,12 +51,8 @@ Access Control Policies as a Server | job.spec.backoffLimit | int | `10` | Set job back off limit | | keto | object | `{"autoMigrate":false,"config":{"dsn":"memory","namespaces":[{"id":0,"name":"sample"}],"serve":{"metrics":{"port":4468},"read":{"port":4466},"write":{"port":4467}}}}` | Main keto config. Full documentation can be found in https://www.ory.sh/keto/docs/reference/configuration | | nameOverride | string | `""` | | -| nodeSelector | object | `{}` | | | pdb | object | `{"enabled":false,"spec":{"minAvailable":1}}` | PodDistributionBudget configuration | -| podAnnotations | object | `{}` | | -| podSecurityContext | object | `{}` | | | replicaCount | int | `1` | | -| resources | object | `{}` | | | secret | object | `{"enabled":true,"nameOverride":"","secretAnnotations":{"helm.sh/hook":"pre-install, pre-upgrade","helm.sh/hook-delete-policy":"before-hook-creation","helm.sh/hook-weight":"0","helm.sh/resource-policy":"keep"}}` | Secret management | | secret.enabled | bool | `true` | Switch to false to prevent creating the secret | | secret.nameOverride | string | `""` | Provide custom name of existing secret, or custom name of secret to be created | @@ -67,8 +64,6 @@ Access Control Policies as a Server | serviceAccount.annotations | object | `{}` | Annotations to add to the service account | | serviceAccount.create | bool | `true` | Specifies whether a service account should be created | | serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template | -| tolerations | list | `[]` | | -| tracing | object | `{"datadog":{"enabled":false}}` | Configuration for tracing providers. Only datadog is currently supported through this block. If you need to use a different tracing provider, please manually set the configuration values via "keto.config" or via "extraEnv". | | watcher | object | `{"enabled":false,"image":"oryd/k8s-toolbox:0.0.2","mountFile":""}` | Watcher sidecar configuration | ---------------------------------------------- diff --git a/helm/charts/kratos-selfservice-ui-node/README.md b/helm/charts/kratos-selfservice-ui-node/README.md index 5c7d74f2a9..e812691942 100644 --- a/helm/charts/kratos-selfservice-ui-node/README.md +++ b/helm/charts/kratos-selfservice-ui-node/README.md @@ -1,6 +1,6 @@ # kratos-selfservice-ui-node -![Version: 0.21.8](https://img.shields.io/badge/Version-0.21.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.8.0-alpha.3](https://img.shields.io/badge/AppVersion-v0.8.0--alpha.3-informational?style=flat-square) +![Version: 0.22.0](https://img.shields.io/badge/Version-0.22.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.8.0-alpha.3](https://img.shields.io/badge/AppVersion-v0.8.0--alpha.3-informational?style=flat-square) A Helm chart for ORY Kratos's example ui for Kubernetes diff --git a/helm/charts/kratos/README.md b/helm/charts/kratos/README.md index 7740154ab0..bbeb9b4ea3 100644 --- a/helm/charts/kratos/README.md +++ b/helm/charts/kratos/README.md @@ -1,6 +1,6 @@ # kratos -![Version: 0.21.8](https://img.shields.io/badge/Version-0.21.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.8.0-alpha.3](https://img.shields.io/badge/AppVersion-v0.8.0--alpha.3-informational?style=flat-square) +![Version: 0.22.0](https://img.shields.io/badge/Version-0.22.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.8.0-alpha.3](https://img.shields.io/badge/AppVersion-v0.8.0--alpha.3-informational?style=flat-square) A ORY Kratos Helm chart for Kubernetes @@ -95,6 +95,7 @@ A ORY Kratos Helm chart for Kubernetes | service.public.name | string | `"http"` | The service port name. Useful to set a custom service port name if it must follow a scheme (e.g. Istio) | | service.public.port | int | `80` | | | service.public.type | string | `"ClusterIP"` | | +| statefulSet.resources | object | `{}` | | | statefulset.log.format | string | `"json"` | | | statefulset.log.level | string | `"trace"` | | | strategy | object | `{"rollingUpdate":{"maxSurge":"30%","maxUnavailable":0},"type":"RollingUpdate"}` | Deployment update strategy | diff --git a/helm/charts/oathkeeper-maester/README.md b/helm/charts/oathkeeper-maester/README.md index 51d0ea4717..1e64cef221 100644 --- a/helm/charts/oathkeeper-maester/README.md +++ b/helm/charts/oathkeeper-maester/README.md @@ -1,6 +1,6 @@ # oathkeeper-maester -![Version: 0.21.8](https://img.shields.io/badge/Version-0.21.8-informational?style=flat-square) ![AppVersion: v0.1.4](https://img.shields.io/badge/AppVersion-v0.1.4-informational?style=flat-square) +![Version: 0.22.0](https://img.shields.io/badge/Version-0.22.0-informational?style=flat-square) ![AppVersion: v0.1.4](https://img.shields.io/badge/AppVersion-v0.1.4-informational?style=flat-square) A Helm chart for deploying ORY Oathkeeper Rule Controller in Kubernetes diff --git a/helm/charts/oathkeeper/README.md b/helm/charts/oathkeeper/README.md index b2ce91d792..8f10927f64 100644 --- a/helm/charts/oathkeeper/README.md +++ b/helm/charts/oathkeeper/README.md @@ -1,6 +1,6 @@ # oathkeeper -![Version: 0.21.8](https://img.shields.io/badge/Version-0.21.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.38.19-beta.1](https://img.shields.io/badge/AppVersion-v0.38.19--beta.1-informational?style=flat-square) +![Version: 0.22.0](https://img.shields.io/badge/Version-0.22.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.38.19-beta.1](https://img.shields.io/badge/AppVersion-v0.38.19--beta.1-informational?style=flat-square) A Helm chart for deploying ORY Oathkeeper in Kubernetes @@ -21,7 +21,7 @@ A Helm chart for deploying ORY Oathkeeper in Kubernetes | Repository | Name | Version | |------------|------|---------| -| file://../oathkeeper-maester | oathkeeper-maester(oathkeeper-maester) | 0.21.8 | +| file://../oathkeeper-maester | oathkeeper-maester(oathkeeper-maester) | 0.22.0 | ## Values