diff --git a/charts/baserow/README.md b/charts/baserow/README.md index dd53b3e7..f5853f12 100644 --- a/charts/baserow/README.md +++ b/charts/baserow/README.md @@ -57,7 +57,7 @@ The command removes all the Kubernetes components associated with the chart and | backend.asgi.extraEnv | list | `[]` | additional environment variables to be added to the pods | | backend.asgi.image.pullPolicy | string | `"Always"` | image pull policy | | backend.asgi.image.repository | string | `"baserow/backend"` | image repository | -| backend.asgi.image.tag | string | `"1.19.1"` | Overrides the image tag | +| backend.asgi.image.tag | string | `"1.20.2"` | Overrides the image tag | | backend.asgi.imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. | | backend.asgi.nodeSelector | object | `{}` | Node labels for pod assignment | | backend.asgi.podAnnotations | object | `{}` | Annotations to be added to the frontend pods | @@ -81,7 +81,7 @@ The command removes all the Kubernetes components associated with the chart and | backend.celery.extraEnv | list | `[]` | additional environment variables to be added to the pods | | backend.celery.image.pullPolicy | string | `"Always"` | image pull policy | | backend.celery.image.repository | string | `"baserow/backend"` | image repository | -| backend.celery.image.tag | string | `"1.19.1"` | Overrides the image tag | +| backend.celery.image.tag | string | `"1.20.2"` | Overrides the image tag | | backend.celery.imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. | | backend.celery.nodeSelector | object | `{}` | Node labels for pod assignment | | backend.celery.podAnnotations | object | `{}` | Annotations to be added to the frontend pods | @@ -180,7 +180,7 @@ The command removes all the Kubernetes components associated with the chart and | backend.wsgi.extraEnv | list | `[]` | additional environment variables to be added to the pods | | backend.wsgi.image.pullPolicy | string | `"Always"` | image pull policy | | backend.wsgi.image.repository | string | `"baserow/backend"` | image repository | -| backend.wsgi.image.tag | string | `"1.19.1"` | Overrides the image tag | +| backend.wsgi.image.tag | string | `"1.20.2"` | Overrides the image tag | | backend.wsgi.imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. | | backend.wsgi.nodeSelector | object | `{}` | Node labels for pod assignment | | backend.wsgi.podAnnotations | object | `{}` | Annotations to be added to the frontend pods | @@ -206,11 +206,11 @@ The command removes all the Kubernetes components associated with the chart and | externalPostgresql.auth.username | string | `"baserow"` | Name of the user to use | | externalPostgresql.hostname | string | `""` | Hostname of the PostgreSQL database | | externalPostgresql.port | int | `5432` | Port used to connect to PostgreSQL database | -| externalRedis.auth.enabled | bool | `true` | if authentication should be used with external Redis™ | -| externalRedis.auth.existingSecret | string | `""` | Name of existing secret to use for Redis™ credentials | +| externalRedis.auth.enabled | bool | `true` | if authentication should be used with external Redis™ | +| externalRedis.auth.existingSecret | string | `""` | Name of existing secret to use for Redis™ credentials | | externalRedis.auth.password | string | `""` | Password to use | | externalRedis.auth.userPasswordKey | string | `""` | Key in the secret containing the password | -| externalRedis.hostname | string | `""` | Hostname of Redis™ | +| externalRedis.hostname | string | `""` | Hostname of Redis™ | | externalRedis.port | int | `6379` | Port used to connect to Redis | | frontend.affinity | object | `{}` | Affinity settings for pod assignment | | frontend.autoscaling.enabled | bool | `false` | Enable Horizontal POD autoscaling | @@ -225,7 +225,7 @@ The command removes all the Kubernetes components associated with the chart and | frontend.extraEnv | list | `[]` | additional environment variables to be added to the pods | | frontend.image.pullPolicy | string | `"Always"` | image pull policy | | frontend.image.repository | string | `"baserow/web-frontend"` | image repository | -| frontend.image.tag | string | `"1.19.1"` | Overrides the image tag | +| frontend.image.tag | string | `"1.20.2"` | Overrides the image tag | | frontend.imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. | | frontend.ingress.annotations | object | `{}` | Additional annotations for the Ingress resource | | frontend.ingress.className | string | `""` | IngressClass that will be be used to implement the Ingress | @@ -253,11 +253,11 @@ The command removes all the Kubernetes components associated with the chart and | postgresql.auth.existingSecret | string | `""` | Name of existing secret to use for PostgreSQL credentials | | postgresql.auth.password | string | `"baserow"` | Password for the custom user to create. Ignored if postgresql.auth.existingSecret is provided | | postgresql.auth.username | string | `"baserow"` | Name for a custom user to create | -| postgresql.enabled | bool | `true` | enable PostgreSQL™ subchart from Bitnami | -| redis.architecture | string | `"standalone"` | Redis® architecture. Allowed values: standalone or replication | +| postgresql.enabled | bool | `true` | enable PostgreSQL™ subchart from Bitnami | +| redis.architecture | string | `"standalone"` | Redis® architecture. Allowed values: standalone or replication | | redis.auth.enabled | bool | `true` | Enable password authentication | -| redis.auth.password | string | `"baserow"` | Redis™ password | -| redis.enabled | bool | `true` | enable Redis™ subchart from Bitnami | +| redis.auth.password | string | `"baserow"` | Redis™ password | +| redis.enabled | bool | `true` | enable Redis™ subchart from Bitnami | Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -269,4 +269,4 @@ helm install my-release -f values.yaml christianknell/baserow --- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) +Autogenerated from chart metadata using [helm-docs v1.11.2](https://github.com/norwoodj/helm-docs/releases/v1.11.2) diff --git a/charts/etcd-defrag/README.md b/charts/etcd-defrag/README.md index 67b199f7..eb4dc157 100644 --- a/charts/etcd-defrag/README.md +++ b/charts/etcd-defrag/README.md @@ -92,7 +92,7 @@ The command removes all the Kubernetes components associated with the chart and | hostNetwork | bool | `false` | specify if the CronJob should run on the hostNetwork | | image.pullPolicy | string | `"Always"` | image pull policy | | image.repository | string | `"bitnami/etcd"` | image repository | -| image.tag | string | `"3.5.10"` | Overrides the image tag | +| image.tag | string | `"3.5.12"` | Overrides the image tag | | imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. | | nameOverride | string | `""` | Provide a name in place of `etcd-defrag` | | nodeSelector | object | `{"node-role.kubernetes.io/control-plane":""}` | Node labels for pod assignment | @@ -111,7 +111,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/etcd-defrag ``` - ---- - -Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3) diff --git a/charts/etcd-defrag/README.md.gotmpl b/charts/etcd-defrag/README.md.gotmpl index 69689947..6ff05cc8 100644 --- a/charts/etcd-defrag/README.md.gotmpl +++ b/charts/etcd-defrag/README.md.gotmpl @@ -54,5 +54,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/etcd-defrag ``` - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/headwind-mdm/README.md b/charts/headwind-mdm/README.md index 54d6d076..24a045b9 100644 --- a/charts/headwind-mdm/README.md +++ b/charts/headwind-mdm/README.md @@ -90,7 +90,7 @@ The command removes all the Kubernetes components associated with the chart and | postgresql.auth.existingSecret | string | `""` | Name of existing secret to use for PostgreSQL credentials | | postgresql.auth.password | string | `"mychart"` | Password for the custom user to create. Ignored if postgresql.auth.existingSecret is provided | | postgresql.auth.username | string | `"mychart"` | Name for a custom user to create | -| postgresql.enabled | bool | `true` | enable PostgreSQL™ subchart from Bitnami | +| postgresql.enabled | bool | `true` | enable PostgreSQL™ subchart from Bitnami | | replicaCount | int | `1` | Number of replicas | | resources | object | `{}` | Resource limits and requests for the headwind pods. | | revisionHistoryLimit | int | `10` | The number of old ReplicaSets to retain | @@ -109,7 +109,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/headwind-mdm ``` - ---- - -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/headwind-mdm/README.md.gotmpl b/charts/headwind-mdm/README.md.gotmpl index c55230bf..14d8e123 100644 --- a/charts/headwind-mdm/README.md.gotmpl +++ b/charts/headwind-mdm/README.md.gotmpl @@ -52,5 +52,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/headwind-mdm ``` - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/kube-ops-view/README.md b/charts/kube-ops-view/README.md index 8787d173..140ad38b 100644 --- a/charts/kube-ops-view/README.md +++ b/charts/kube-ops-view/README.md @@ -92,7 +92,3 @@ helm install my-release -f values.yaml christianknell/kube-ops-view ### 3.0.0 This major updates the redis subchart to its newest major, 18.0.4. [Here](https://github.com/bitnami/charts/tree/main/bitnami/redis#to-1800) you can find more information about the changes introduced in that version. - ---- - -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/kube-ops-view/README.md.gotmpl b/charts/kube-ops-view/README.md.gotmpl index 511bde5a..d188cbdd 100644 --- a/charts/kube-ops-view/README.md.gotmpl +++ b/charts/kube-ops-view/README.md.gotmpl @@ -58,5 +58,3 @@ helm install my-release -f values.yaml christianknell/kube-ops-view ### 3.0.0 This major updates the redis subchart to its newest major, 18.0.4. [Here](https://github.com/bitnami/charts/tree/main/bitnami/redis#to-1800) you can find more information about the changes introduced in that version. - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/kubedoom/README.md b/charts/kubedoom/README.md index 21c285eb..9c3b7a1e 100644 --- a/charts/kubedoom/README.md +++ b/charts/kubedoom/README.md @@ -105,7 +105,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/kubedoom ``` - ---- - -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/kubedoom/README.md.gotmpl b/charts/kubedoom/README.md.gotmpl index 92cc7959..5d7046eb 100644 --- a/charts/kubedoom/README.md.gotmpl +++ b/charts/kubedoom/README.md.gotmpl @@ -72,5 +72,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/kubedoom ``` - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/kubenav/README.md b/charts/kubenav/README.md index 49f54ba2..a6f35e32 100644 --- a/charts/kubenav/README.md +++ b/charts/kubenav/README.md @@ -62,7 +62,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/kubenav ``` - ---- - -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/kubenav/README.md.gotmpl b/charts/kubenav/README.md.gotmpl index a56f6a7d..ad2c6603 100644 --- a/charts/kubenav/README.md.gotmpl +++ b/charts/kubenav/README.md.gotmpl @@ -50,5 +50,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/kubenav ``` - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/kutt/README.md b/charts/kutt/README.md index 2a180a08..524ea1ac 100644 --- a/charts/kutt/README.md +++ b/charts/kutt/README.md @@ -166,7 +166,3 @@ This major updates the way you define environment variables. ### 1.0.0 This major updates the PostgreSQL subchart to its newest major, 12.0.0. [Here](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#to-1200) you can find more information about the changes introduced in that version. - ---- - -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/kutt/README.md.gotmpl b/charts/kutt/README.md.gotmpl index 54f20461..6a87e824 100644 --- a/charts/kutt/README.md.gotmpl +++ b/charts/kutt/README.md.gotmpl @@ -82,5 +82,3 @@ This major updates the way you define environment variables. ### 1.0.0 This major updates the PostgreSQL subchart to its newest major, 12.0.0. [Here](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#to-1200) you can find more information about the changes introduced in that version. - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/maildev/README.md b/charts/maildev/README.md index 89d6545f..2325c368 100644 --- a/charts/maildev/README.md +++ b/charts/maildev/README.md @@ -167,11 +167,11 @@ The command removes all the Kubernetes components associated with the chart and | 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 | | services.smtp.nodePort | string | `nil` | You can set the node port for the external SMTP server that should be used or leave it blank to get a random node port. Only active if `services.smtp.type == NodePort` | -| services.smtp.port | int | `1025` | Kubernetes port to use for the internal SMTP server | | services.smtp.podPort | int | `1025` | Pod port to use for the internal SMTP server | +| services.smtp.port | int | `1025` | Kubernetes service port to use for the internal SMTP server | | services.smtp.type | string | `"ClusterIP"` | Kubernetes service type for the SMTP server | -| services.web.port | int | `1080` | Kubernetes port to use for the web GUI | | services.web.podPort | int | `1080` | Pod port to use for the web GUI | +| services.web.port | int | `1080` | Kubernetes service port to use for the web GUI | | services.web.type | string | `"ClusterIP"` | Kubernetes service type for the web GUI | | tolerations | list | `[]` | Toleration labels for pod assignment | @@ -182,7 +182,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/maildev ``` - ---- - -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/maildev/README.md.gotmpl b/charts/maildev/README.md.gotmpl index 2304602c..88a7cc25 100644 --- a/charts/maildev/README.md.gotmpl +++ b/charts/maildev/README.md.gotmpl @@ -104,5 +104,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/maildev ``` - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/netcupscp-exporter/README.md b/charts/netcupscp-exporter/README.md index 5649f20d..50b4af12 100644 --- a/charts/netcupscp-exporter/README.md +++ b/charts/netcupscp-exporter/README.md @@ -58,7 +58,7 @@ The command removes all the Kubernetes components associated with the chart and | image.pullPolicy | string | `"Always"` | image pull policy | | image.registry | string | `"ghcr.io"` | image registry | | image.repository | string | `"mrueg/netcupscp-exporter"` | image repository | -| image.tag | string | `"v0.3.2"` | Overrides the image tag | +| image.tag | string | `"v0.3.3"` | Overrides the image tag | | imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. | | ingress.annotations | object | `{}` | | | ingress.className | string | `""` | | @@ -96,7 +96,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/netcupscp-exporter ``` - ---- - -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/netcupscp-exporter/README.md.gotmpl b/charts/netcupscp-exporter/README.md.gotmpl index 19e1604e..1b841ab3 100644 --- a/charts/netcupscp-exporter/README.md.gotmpl +++ b/charts/netcupscp-exporter/README.md.gotmpl @@ -50,5 +50,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/netcupscp-exporter ``` - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/node-access/README.md b/charts/node-access/README.md index 497fda87..32566058 100644 --- a/charts/node-access/README.md +++ b/charts/node-access/README.md @@ -108,7 +108,3 @@ nodeAccess: nodeSelector: key: value ``` - ---- - -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/node-access/README.md.gotmpl b/charts/node-access/README.md.gotmpl index 506ae13f..d4adbc56 100644 --- a/charts/node-access/README.md.gotmpl +++ b/charts/node-access/README.md.gotmpl @@ -82,5 +82,3 @@ nodeAccess: nodeSelector: key: value ``` - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/passbolt-ha/README.md b/charts/passbolt-ha/README.md index 04e09014..2b3c3b83 100644 --- a/charts/passbolt-ha/README.md +++ b/charts/passbolt-ha/README.md @@ -155,7 +155,3 @@ proxysql: - username: passbolt password: $NEW_PASSWORD ``` - ---- - -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/passbolt-ha/README.md.gotmpl b/charts/passbolt-ha/README.md.gotmpl index 1880848b..18b11bf4 100644 --- a/charts/passbolt-ha/README.md.gotmpl +++ b/charts/passbolt-ha/README.md.gotmpl @@ -83,5 +83,3 @@ proxysql: - username: passbolt password: $NEW_PASSWORD ``` - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/polr/README.md b/charts/polr/README.md index 57d10826..2d8f7ad3 100644 --- a/charts/polr/README.md +++ b/charts/polr/README.md @@ -112,7 +112,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/polr ``` - ---- - -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/polr/README.md.gotmpl b/charts/polr/README.md.gotmpl index 798a761b..f6cdba40 100644 --- a/charts/polr/README.md.gotmpl +++ b/charts/polr/README.md.gotmpl @@ -50,5 +50,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/polr ``` - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/popeye/README.md b/charts/popeye/README.md index 12f909d6..7a56602b 100644 --- a/charts/popeye/README.md +++ b/charts/popeye/README.md @@ -64,7 +64,7 @@ The command removes all the Kubernetes components associated with the chart and | fullnameOverride | string | `""` | String to fully override `"popeye.fullname"` | | image.pullPolicy | string | `"Always"` | image pull policy | | image.repository | string | `"derailed/popeye"` | image repository | -| image.tag | string | `"v0.11.1"` | Overrides the image tag | +| image.tag | string | `"v0.11.3"` | Overrides the image tag | | imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. | | nameOverride | string | `""` | Provide a name in place of `popeye` | | nodeSelector | object | `{}` | Node labels for pod assignment | @@ -84,7 +84,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/popeye ``` - ---- - -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/popeye/README.md.gotmpl b/charts/popeye/README.md.gotmpl index 16b9909e..d35fa3ea 100644 --- a/charts/popeye/README.md.gotmpl +++ b/charts/popeye/README.md.gotmpl @@ -50,5 +50,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/popeye ``` - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/priority-classes/README.md b/charts/priority-classes/README.md index ff8231d4..cdda74fc 100644 --- a/charts/priority-classes/README.md +++ b/charts/priority-classes/README.md @@ -57,7 +57,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/priority-classes ``` - ---- - -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/priority-classes/README.md.gotmpl b/charts/priority-classes/README.md.gotmpl index 9d11d8e6..c52bf632 100644 --- a/charts/priority-classes/README.md.gotmpl +++ b/charts/priority-classes/README.md.gotmpl @@ -50,5 +50,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/priority-classes ``` - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/prometheus-pve-exporter/README.md b/charts/prometheus-pve-exporter/README.md index 79aafeae..c0438976 100644 --- a/charts/prometheus-pve-exporter/README.md +++ b/charts/prometheus-pve-exporter/README.md @@ -96,7 +96,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/prometheus-pve-exporter ``` - ---- - -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/prometheus-pve-exporter/README.md.gotmpl b/charts/prometheus-pve-exporter/README.md.gotmpl index 1888c7db..a30b552d 100644 --- a/charts/prometheus-pve-exporter/README.md.gotmpl +++ b/charts/prometheus-pve-exporter/README.md.gotmpl @@ -52,5 +52,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/prometheus-pve-exporter ``` - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/promlens/README.md b/charts/promlens/README.md index 17bb4603..81598946 100644 --- a/charts/promlens/README.md +++ b/charts/promlens/README.md @@ -105,7 +105,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/promlens ``` - ---- - -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/promlens/README.md.gotmpl b/charts/promlens/README.md.gotmpl index def5e075..98577e15 100644 --- a/charts/promlens/README.md.gotmpl +++ b/charts/promlens/README.md.gotmpl @@ -50,5 +50,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/promlens ``` - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/proxysql/README.md b/charts/proxysql/README.md index 9d7b7a63..d675b5f1 100644 --- a/charts/proxysql/README.md +++ b/charts/proxysql/README.md @@ -121,7 +121,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/proxysql ``` - ---- - -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/proxysql/README.md.gotmpl b/charts/proxysql/README.md.gotmpl index 366f72b2..22a0d2f1 100644 --- a/charts/proxysql/README.md.gotmpl +++ b/charts/proxysql/README.md.gotmpl @@ -50,5 +50,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/proxysql ``` - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/proxyweb/README.md b/charts/proxyweb/README.md index 5feab954..d647f995 100644 --- a/charts/proxyweb/README.md +++ b/charts/proxyweb/README.md @@ -44,73 +44,73 @@ The command removes all the Kubernetes components associated with the chart and ## Values -| Key | Type | Default | Description | -| ---------------------------------------------------- | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ----------- | --- | ------- | --- | ------------- | --- | -------------- | --- | --------- | --- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- | -| affinity | object | `{}` | Affinity settings for pod assignment | -| autoscaling.enabled | bool | `false` | | -| autoscaling.maxReplicas | int | `100` | | -| autoscaling.minReplicas | int | `1` | | -| autoscaling.targetCPUUtilizationPercentage | int | `80` | | -| configuration.config.flask.SECRET_KEY | string | `"kaNGSGSLrEzaplUL"` | | -| configuration.config.flask.SEND_FILE_MAX_AGE_DEFAULT | int | `0` | | -| configuration.config.flask.TEMPLATES_AUTO_RELOAD | string | `"True"` | | -| configuration.config.global.default_server | string | `"proxysql"` | | -| configuration.config.global.hide_tables[0] | string | `""` | | -| configuration.config.global.read_only | bool | `false` | | -| configuration.config.misc.adhoc_report[0].info | string | `"Examining queries with big sum_time(number of execution * time to run) is a good place to start when optimizing queries."` | | -| configuration.config.misc.adhoc_report[0].sql | string | `"SELECT digest,username,schemaname, SUBSTR(digest_text,0,80),count_star,sum_time/1000/1000 as sum_time_sec FROM stats_mysql_query_digest WHERE digest_text LIKE 'SELECT%' ORDER BY sum_time DESC LIMIT 10;"` | | -| configuration.config.misc.adhoc_report[0].title | string | `"Top 10 SELECTs by sum_time"` | | -| configuration.config.misc.adhoc_report[1].info | string | `"Caching/rewriting/even removing frequently running queries can improve the overall performance significantly. ProxySQL support all the mentioned methods. Example: it's a good idea to cache queries often issued by connectors like `^SELECT @@max_allowed_packet`"` | | -| configuration.config.misc.adhoc_report[1].sql | string | `"SELECT digest,username,schemaname, SUBSTR(digest_text,0,80),count_star,sum_time FROM stats_mysql_query_digest WHERE digest_text LIKE 'SELECT%' ORDER BY count_star DESC LIMIT 10;"` | | -| configuration.config.misc.adhoc_report[1].title | string | `"Top 10 SELECTs by count_star"` | | -| configuration.config.misc.adhoc_report[2].info | string | `"Caching/rewriting/even removing frequently running queries can improve the overall performance significantly. ProxySQL support all the mentioned methods. Example: it's a good idea to cache queries often issued by connectors like `^SELECT @@max_allowed_packet`"` | | -| configuration.config.misc.adhoc_report[2].sql | string | `"SELECT digest,username,schemaname, SUBSTR(digest_text,0,80),count_star,sum_time, (sum_time/count_star)/1000 as avg_time_ms FROM stats_mysql_query_digest WHERE digest_text LIKE 'SELECT%' ORDER BY avg_time_ms DESC LIMIT 10;"` | | -| configuration.config.misc.adhoc_report[2].title | string | `"Top 10 SELECTs by avg_time"` | | -| configuration.config.misc.adhoc_report[3].info | string | `"This helps identify the most frequently running writes"` | | -| configuration.config.misc.adhoc_report[3].sql | string | `"SELECT digest,username,schemaname, SUBSTR(digest_text,0,80),count_star,sum_time FROM stats_mysql_query_digest where digest_text LIKE 'INSERT%' or digest_text like 'DELETE%' or digest_text like 'UPDATE%' order by count_star DESC LIMIT 10;"` | | -| configuration.config.misc.adhoc_report[3].title | string | `"Top 10 writes"` | | -| configuration.config.misc.adhoc_report[4].info | string | `"This helps identify the schemas getting the most writes"` | | -| configuration.config.misc.adhoc_report[4].sql | string | `"SELECT schemaname, sum(sum_time) as time_spent, sum(count_star) as sum_count_star FROM stats_mysql_query_digest where digest_text LIKE 'INSERT%' or digest_text like 'DELETE%' or digest_text like 'UPDATE%' group by schemaname order by time_spent desc;"` | | -| configuration.config.misc.adhoc_report[4].title | string | `"Schemas with the most DMLs"` | | -| configuration.config.misc.adhoc_report[5].info | string | `"List of the schemas with the highest overall sum_time"` | | -| configuration.config.misc.adhoc_report[5].sql | string | `"SELECT schemaname, sum(sum_time) as time_spent FROM stats_mysql_query_digest group by schemaname order by time_spent desc limit 5;"` | | -| configuration.config.misc.adhoc_report[5].title | string | `"Top 5 schemas by sum_time"` | | -| configuration.config.misc.adhoc_report[6].info | string | `"Don't send selects to the readers without checking the impact first as the app might read back the data immediately after writing it."` | | -| configuration.config.misc.adhoc_report[6].sql | string | `"select \"replace into mysql_query_rules (username,schemaname,destination_hostgroup,active,apply,digest) values('\" | | st.username | | \"','\" | | st.schemaname | | \"',12,1,1,'\" | | st.digest | | \"');\" from stats_mysql_query_digest st left join runtime_mysql_query_rules qr on st.digest = qr.digest where qr.rule_id is null and digest_text LIKE 'SELECT%' ORDER BY count_star desc limit 5;"` | | -| configuration.config.misc.adhoc_report[6].title | string | `"Send the top 5 SELECTS to the readers"` | | -| configuration.config.servers.proxysql.dsn[0].db | string | `"main"` | | -| configuration.config.servers.proxysql.dsn[0].host | string | `"127.0.0.1"` | | -| configuration.config.servers.proxysql.dsn[0].passwd | string | `"sadmin"` | | -| configuration.config.servers.proxysql.dsn[0].port | string | `"6032"` | | -| configuration.config.servers.proxysql.dsn[0].user | string | `"sadmin"` | | -| configuration.existingSecret | string | `""` | | -| fullnameOverride | string | `""` | String to fully override `"proxyweb.fullname"` | -| image.pullPolicy | string | `"Always"` | image pull policy | -| image.repository | string | `"proxyweb/proxyweb"` | image repository | -| image.tag | string | `"latest"` | Overrides the image tag | -| imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. | -| ingress.annotations | object | `{}` | | -| ingress.className | string | `""` | | -| ingress.enabled | bool | `false` | | -| ingress.hosts[0].host | string | `"chart-example.local"` | | -| ingress.hosts[0].paths[0].path | string | `"/"` | | -| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | -| ingress.tls | list | `[]` | | -| nameOverride | string | `""` | Provide a name in place of `proxyweb` | -| nodeSelector | object | `{}` | Node labels for pod assignment | -| podAnnotations | object | `{}` | Annotations to be added to pods | -| podSecurityContext | object | `{}` | pod-level security context | -| psp.enabled | bool | `false` | | -| replicaCount | int | `1` | Number of replicas | -| resources | object | `{}` | Resource limits and requests for the headwind pods. | -| revisionHistoryLimit | int | `10` | The number of old ReplicaSets to retain | -| securityContext | object | `{}` | container-level security context | -| service.port | int | `80` | Kubernetes port where service is exposed | -| service.type | string | `"ClusterIP"` | Kubernetes service type | -| 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 | `[]` | Toleration labels for pod assignment | +| Key | Type | Default | Description | +| ---------------------------------------------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------- | ----------- | --- | ------- | --- | ------------- | --- | -------------- | --- | --------- | --- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- | +| affinity | object | `{}` | Affinity settings for pod assignment | +| autoscaling.enabled | bool | `false` | | +| autoscaling.maxReplicas | int | `100` | | +| autoscaling.minReplicas | int | `1` | | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | +| configuration.config.flask.SECRET_KEY | string | `"kaNGSGSLrEzaplUL"` | | +| configuration.config.flask.SEND_FILE_MAX_AGE_DEFAULT | int | `0` | | +| configuration.config.flask.TEMPLATES_AUTO_RELOAD | string | `"True"` | | +| configuration.config.global.default_server | string | `"proxysql"` | | +| configuration.config.global.hide_tables[0] | string | `""` | | +| configuration.config.global.read_only | bool | `false` | | +| configuration.config.misc.adhoc_report[0].info | string | `"Examining queries with big sum_time(number of execution * time to run) is a good place to start when optimizing queries."` | | +| configuration.config.misc.adhoc_report[0].sql | string | `"SELECT digest,username,schemaname, SUBSTR(digest_text,0,80),count_star,sum_time/1000/1000 as sum_time_sec FROM stats_mysql_query_digest WHERE digest_text LIKE 'SELECT%' ORDER BY sum_time DESC LIMIT 10;"` | | +| configuration.config.misc.adhoc_report[0].title | string | `"Top 10 SELECTs by sum_time"` | | +| configuration.config.misc.adhoc_report[1].info | string | `"Caching/rewriting/even removing frequently running queries can improve the overall performance significantly. ProxySQL support all the mentioned methods. Example: it's a good idea to cache queries often issued by connectors like `^SELECT @@max_allowed_packet`"` | | +| configuration.config.misc.adhoc_report[1].sql | string | `"SELECT digest,username,schemaname, SUBSTR(digest_text,0,80),count_star,sum_time FROM stats_mysql_query_digest WHERE digest_text LIKE 'SELECT%' ORDER BY count_star DESC LIMIT 10;"` | | +| configuration.config.misc.adhoc_report[1].title | string | `"Top 10 SELECTs by count_star"` | | +| configuration.config.misc.adhoc_report[2].info | string | `"Caching/rewriting/even removing frequently running queries can improve the overall performance significantly. ProxySQL support all the mentioned methods. Example: it's a good idea to cache queries often issued by connectors like `^SELECT @@max_allowed_packet`"` | | +| configuration.config.misc.adhoc_report[2].sql | string | `"SELECT digest,username,schemaname, SUBSTR(digest_text,0,80),count_star,sum_time, (sum_time/count_star)/1000 as avg_time_ms FROM stats_mysql_query_digest WHERE digest_text LIKE 'SELECT%' ORDER BY avg_time_ms DESC LIMIT 10;"` | | +| configuration.config.misc.adhoc_report[2].title | string | `"Top 10 SELECTs by avg_time"` | | +| configuration.config.misc.adhoc_report[3].info | string | `"This helps identify the most frequently running writes"` | | +| configuration.config.misc.adhoc_report[3].sql | string | `"SELECT digest,username,schemaname, SUBSTR(digest_text,0,80),count_star,sum_time FROM stats_mysql_query_digest where digest_text LIKE 'INSERT%' or digest_text like 'DELETE%' or digest_text like 'UPDATE%' order by count_star DESC LIMIT 10;"` | | +| configuration.config.misc.adhoc_report[3].title | string | `"Top 10 writes"` | | +| configuration.config.misc.adhoc_report[4].info | string | `"This helps identify the schemas getting the most writes"` | | +| configuration.config.misc.adhoc_report[4].sql | string | `"SELECT schemaname, sum(sum_time) as time_spent, sum(count_star) as sum_count_star FROM stats_mysql_query_digest where digest_text LIKE 'INSERT%' or digest_text like 'DELETE%' or digest_text like 'UPDATE%' group by schemaname order by time_spent desc;"` | | +| configuration.config.misc.adhoc_report[4].title | string | `"Schemas with the most DMLs"` | | +| configuration.config.misc.adhoc_report[5].info | string | `"List of the schemas with the highest overall sum_time"` | | +| configuration.config.misc.adhoc_report[5].sql | string | `"SELECT schemaname, sum(sum_time) as time_spent FROM stats_mysql_query_digest group by schemaname order by time_spent desc limit 5;"` | | +| configuration.config.misc.adhoc_report[5].title | string | `"Top 5 schemas by sum_time"` | | +| configuration.config.misc.adhoc_report[6].info | string | `"Don't send selects to the readers without checking the impact first as the app might read back the data immediately after writing it."` | | +| configuration.config.misc.adhoc_report[6].sql | string | `"select \"replace into mysql_query_rules (username,schemaname,destination_hostgroup,active,apply,digest) values('\" | | st.username | | \"','\" | | st.schemaname | | \"',12,1,1,'\" | | st.digest | | \"');\" from stats_mysql_query_digest st left join runtime_mysql_query_rules qr on st.digest = qr.digest where qr.rule_id is null and digest_text LIKE 'SELECT%' ORDER BY count_star desc limit 5;"` | | +| configuration.config.misc.adhoc_report[6].title | string | `"Send the top 5 SELECTS to the readers"` | | +| configuration.config.servers.proxysql.dsn[0].db | string | `"main"` | | +| configuration.config.servers.proxysql.dsn[0].host | string | `"127.0.0.1"` | | +| configuration.config.servers.proxysql.dsn[0].passwd | string | `"sadmin"` | | +| configuration.config.servers.proxysql.dsn[0].port | string | `"6032"` | | +| configuration.config.servers.proxysql.dsn[0].user | string | `"sadmin"` | | +| configuration.existingSecret | string | `""` | | +| fullnameOverride | string | `""` | String to fully override `"proxyweb.fullname"` | +| image.pullPolicy | string | `"Always"` | image pull policy | +| image.repository | string | `"proxyweb/proxyweb"` | image repository | +| image.tag | string | `"latest"` | Overrides the image tag | +| imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. | +| ingress.annotations | object | `{}` | | +| ingress.className | string | `""` | | +| ingress.enabled | bool | `false` | | +| ingress.hosts[0].host | string | `"chart-example.local"` | | +| ingress.hosts[0].paths[0].path | string | `"/"` | | +| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | +| ingress.tls | list | `[]` | | +| nameOverride | string | `""` | Provide a name in place of `proxyweb` | +| nodeSelector | object | `{}` | Node labels for pod assignment | +| podAnnotations | object | `{}` | Annotations to be added to pods | +| podSecurityContext | object | `{}` | pod-level security context | +| psp.enabled | bool | `false` | | +| replicaCount | int | `1` | Number of replicas | +| resources | object | `{}` | Resource limits and requests for the headwind pods. | +| revisionHistoryLimit | int | `10` | The number of old ReplicaSets to retain | +| securityContext | object | `{}` | container-level security context | +| service.port | int | `80` | Kubernetes port where service is exposed | +| service.type | string | `"ClusterIP"` | Kubernetes service type | +| 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 | `[]` | Toleration labels for pod assignment | Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -119,7 +119,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/proxyweb ``` - ---- - -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/proxyweb/README.md.gotmpl b/charts/proxyweb/README.md.gotmpl index 2b0875e9..3c504de2 100644 --- a/charts/proxyweb/README.md.gotmpl +++ b/charts/proxyweb/README.md.gotmpl @@ -50,5 +50,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/proxyweb ``` - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/shlink-backend/README.md b/charts/shlink-backend/README.md index 67ff9b06..c6213d81 100644 --- a/charts/shlink-backend/README.md +++ b/charts/shlink-backend/README.md @@ -77,7 +77,8 @@ The command removes all the Kubernetes components associated with the chart and | mysql.enabled | bool | `false` | | | nameOverride | string | `""` | Provide a name in place of `shlink-backend` | | nodeSelector | object | `{}` | Node labels for pod assignment | -| podAnnotations | object | `{}` | Annotations to be added to exporter pods | +| podAnnotations | object | `{}` | Annotations to be added to pods | +| podLabels | object | `{}` | Labels to be added to pods | | podSecurityContext | object | `{}` | pod-level security context | | postgresql.auth.database | string | `"shlink"` | | | postgresql.auth.password | string | `"shlink"` | | @@ -116,7 +117,3 @@ This major updates the RabbitMQ subchart to its newest major, 12.0.0. [Here](htt This major updates the PostgreSQL subchart to its newest major, 12.0.0. [Here](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#to-1200) you can find more information about the changes introduced in that version. Additionally it updates the RabbitMQ subchart to its newest major, 11.0.0. [Here](https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq#to-1100) you can find more information about the changes introduced in that version. - ---- - -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/shlink-backend/README.md.gotmpl b/charts/shlink-backend/README.md.gotmpl index 7077dc6e..ac19e503 100644 --- a/charts/shlink-backend/README.md.gotmpl +++ b/charts/shlink-backend/README.md.gotmpl @@ -62,5 +62,3 @@ This major updates the RabbitMQ subchart to its newest major, 12.0.0. [Here](htt This major updates the PostgreSQL subchart to its newest major, 12.0.0. [Here](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#to-1200) you can find more information about the changes introduced in that version. Additionally it updates the RabbitMQ subchart to its newest major, 11.0.0. [Here](https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq#to-1100) you can find more information about the changes introduced in that version. - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/shlink-web/README.md b/charts/shlink-web/README.md index 5998ef68..98ba7718 100644 --- a/charts/shlink-web/README.md +++ b/charts/shlink-web/README.md @@ -67,6 +67,7 @@ The command removes all the Kubernetes components associated with the chart and | nameOverride | string | `""` | Provide a name in place of `shlink-web` | | nodeSelector | object | `{}` | Node labels for pod assignment | | podAnnotations | object | `{}` | Annotations to be added to pods | +| podLabels | object | `{}` | Labels to be added to pods | | podSecurityContext | object | `{}` | pod-level security context | | replicaCount | int | `1` | Number of replicas | | resources | object | `{}` | Resource limits and requests for the headwind pods. | @@ -86,7 +87,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/shlink-web ``` - ---- - -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/shlink-web/README.md.gotmpl b/charts/shlink-web/README.md.gotmpl index 5951464f..ddc0d1b6 100644 --- a/charts/shlink-web/README.md.gotmpl +++ b/charts/shlink-web/README.md.gotmpl @@ -50,5 +50,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/shlink-web ``` - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/skooner/README.md b/charts/skooner/README.md index 467e9a64..0787bb80 100644 --- a/charts/skooner/README.md +++ b/charts/skooner/README.md @@ -94,7 +94,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/skooner ``` - ---- - -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/skooner/README.md.gotmpl b/charts/skooner/README.md.gotmpl index d78e2452..1fd9e76c 100644 --- a/charts/skooner/README.md.gotmpl +++ b/charts/skooner/README.md.gotmpl @@ -50,5 +50,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/skooner ``` - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/sloop/README.md b/charts/sloop/README.md index 4d4b81ff..849a5ece 100644 --- a/charts/sloop/README.md +++ b/charts/sloop/README.md @@ -44,48 +44,48 @@ The command removes all the Kubernetes components associated with the chart and ## Values -| Key | Type | Default | Description | -| ------------------------------------------ | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | -| affinity | object | `{}` | Affinity settings for pod assignment | -| autoscaling.enabled | bool | `false` | | -| autoscaling.maxReplicas | int | `100` | | -| autoscaling.minReplicas | int | `1` | | -| autoscaling.targetCPUUtilizationPercentage | int | `80` | | -| clusterRole.additionalApiGroups | list | `[]` | | -| clusterRole.additionalPermissions | list | `[]` | | -| fullnameOverride | string | `""` | String to fully override `"sloop.fullname"` | -| image.pullPolicy | string | `"Always"` | image pull policy | -| image.repository | string | `"ghcr.io/salesforce/sloop"` | image repository | -| image.tag | string | `"sha-2ce8bbe"` | Overrides the image tag | -| imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. | -| ingress.annotations | object | `{}` | | -| ingress.className | string | `""` | | -| ingress.enabled | bool | `false` | | -| ingress.hosts[0].host | string | `"chart-example.local"` | | -| ingress.hosts[0].paths[0].path | string | `"/"` | | -| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | -| ingress.tls | list | `[]` | | -| nameOverride | string | `""` | Provide a name in place of `sloop` | -| nodeSelector | object | `{}` | Node labels for pod assignment | -| persistence.accessModes[0] | string | `"ReadWriteOnce"` | | -| persistence.annotations | object | `{}` | | -| persistence.enabled | bool | `false` | | -| persistence.existingClaim | string | `""` | | -| persistence.size | string | `"10Gi"` | | -| persistence.storageClass | string | `""` | | -| podAnnotations | object | `{}` | Annotations to be added to exporter pods | -| podSecurityContext | object | `{}` | pod-level security context | -| replicaCount | int | `1` | Number of replicas | -| resources | object | `{}` | Resource limits and requests for the pods. | -| revisionHistoryLimit | int | `10` | The number of old ReplicaSets to retain | -| securityContext | object | `{}` | container-level security context | -| service.port | int | `80` | Kubernetes port where service is exposed | -| service.type | string | `"ClusterIP"` | Kubernetes service type | -| 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 | -| sloop.config | string | `"{\n \"displayContext\": \"cluster\",\n \"defaultNamespace\": \"default\",\n \"defaultKind\": \"Pod\",\n \"defaultLookback\": \"1h\",\n \"leftBarLinks\": [\n ],\n \"resourceLinks\": [\n ]\n}\n"` | | -| tolerations | list | `[]` | Toleration labels for pod assignment | +| Key | Type | Default | Description | +| ------------------------------------------ | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | +| affinity | object | `{}` | Affinity settings for pod assignment | +| autoscaling.enabled | bool | `false` | | +| autoscaling.maxReplicas | int | `100` | | +| autoscaling.minReplicas | int | `1` | | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | +| clusterRole.additionalApiGroups | list | `[]` | | +| clusterRole.additionalPermissions | list | `[]` | | +| fullnameOverride | string | `""` | String to fully override `"sloop.fullname"` | +| image.pullPolicy | string | `"Always"` | image pull policy | +| image.repository | string | `"ghcr.io/salesforce/sloop"` | image repository | +| image.tag | string | `"sha-2ce8bbe"` | Overrides the image tag | +| imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. | +| ingress.annotations | object | `{}` | | +| ingress.className | string | `""` | | +| ingress.enabled | bool | `false` | | +| ingress.hosts[0].host | string | `"chart-example.local"` | | +| ingress.hosts[0].paths[0].path | string | `"/"` | | +| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | +| ingress.tls | list | `[]` | | +| nameOverride | string | `""` | Provide a name in place of `sloop` | +| nodeSelector | object | `{}` | Node labels for pod assignment | +| persistence.accessModes[0] | string | `"ReadWriteOnce"` | | +| persistence.annotations | object | `{}` | | +| persistence.enabled | bool | `false` | | +| persistence.existingClaim | string | `""` | | +| persistence.size | string | `"10Gi"` | | +| persistence.storageClass | string | `""` | | +| podAnnotations | object | `{}` | Annotations to be added to exporter pods | +| podSecurityContext | object | `{}` | pod-level security context | +| replicaCount | int | `1` | Number of replicas | +| resources | object | `{}` | Resource limits and requests for the pods. | +| revisionHistoryLimit | int | `10` | The number of old ReplicaSets to retain | +| securityContext | object | `{}` | container-level security context | +| service.port | int | `80` | Kubernetes port where service is exposed | +| service.type | string | `"ClusterIP"` | Kubernetes service type | +| 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 | +| sloop.config | string | `"{\n \"displayContext\": \"cluster\",\n \"defaultNamespace\": \"default\",\n \"defaultKind\": \"Pod\",\n \"defaultLookback\": \"1h\",\n \"leftBarLinks\": [\n ],\n \"resourceLinks\": [\n ]\n}\n"` | | +| tolerations | list | `[]` | Toleration labels for pod assignment | Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -94,7 +94,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/sloop ``` - ---- - -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/sloop/README.md.gotmpl b/charts/sloop/README.md.gotmpl index e84b9f8f..dfd0643b 100644 --- a/charts/sloop/README.md.gotmpl +++ b/charts/sloop/README.md.gotmpl @@ -50,5 +50,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/sloop ``` - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/syncserver/README.md b/charts/syncserver/README.md index c02934bb..2e5bbd5d 100644 --- a/charts/syncserver/README.md +++ b/charts/syncserver/README.md @@ -105,7 +105,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/syncserver ``` - ---- - -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/syncserver/README.md.gotmpl b/charts/syncserver/README.md.gotmpl index 59b2b833..f7aa8ab3 100644 --- a/charts/syncserver/README.md.gotmpl +++ b/charts/syncserver/README.md.gotmpl @@ -55,5 +55,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/syncserver ``` - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/tenant-namespace/README.md b/charts/tenant-namespace/README.md index a800229f..f4c8adc6 100644 --- a/charts/tenant-namespace/README.md +++ b/charts/tenant-namespace/README.md @@ -95,7 +95,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/tenant-namespace ``` - ---- - -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/tenant-namespace/README.md.gotmpl b/charts/tenant-namespace/README.md.gotmpl index 55152465..21f2643a 100644 --- a/charts/tenant-namespace/README.md.gotmpl +++ b/charts/tenant-namespace/README.md.gotmpl @@ -50,5 +50,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/tenant-namespace ``` - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/typo3/README.md b/charts/typo3/README.md index c0fb65eb..b52a3034 100644 --- a/charts/typo3/README.md +++ b/charts/typo3/README.md @@ -75,12 +75,12 @@ The command removes all the Kubernetes components associated with the chart and | mariadb.auth.existingSecret | string | `""` | Name of existing secret to use for MariaDB credentials | | mariadb.auth.password | string | `"typo3"` | Password for the custom user to create. Ignored if mariadb.auth.existingSecret is provided | | mariadb.auth.username | string | `"typo3"` | Name for a custom user to create | -| mariadb.enabled | bool | `false` | enable MariaDB™ subchart from Bitnami | +| mariadb.enabled | bool | `false` | enable MariaDB™ subchart from Bitnami | | mysql.auth.database | string | `"typo3"` | Name for a custom database to create | | mysql.auth.existingSecret | string | `""` | Name of existing secret to use for MySQL credentials | | mysql.auth.password | string | `"typo3"` | Password for the custom user to create. Ignored if mysql.auth.existingSecret is provided | | mysql.auth.username | string | `"typo3"` | Name for a custom user to create | -| mysql.enabled | bool | `true` | enable MySQL™ subchart from Bitnami | +| mysql.enabled | bool | `true` | enable MySQL™ subchart from Bitnami | | mysql.primary.configuration | string | `"[mysqld]\ndefault_authentication_plugin=mysql_native_password\nskip-name-resolve\nexplicit_defaults_for_timestamp\nbasedir=/opt/bitnami/mysql\nplugin_dir=/opt/bitnami/mysql/lib/plugin\nport=3306\nsocket=/opt/bitnami/mysql/tmp/mysql.sock\ndatadir=/bitnami/mysql/data\ntmpdir=/opt/bitnami/mysql/tmp\nmax_allowed_packet=16M\nbind-address=0.0.0.0\npid-file=/opt/bitnami/mysql/tmp/mysqld.pid\nlog-error=/opt/bitnami/mysql/logs/mysqld.log\ncharacter-set-server=utf8mb4\ncollation-server=utf8mb4_unicode_ci\nslow_query_log=0\nslow_query_log_file=/opt/bitnami/mysql/logs/mysqld.log\nlong_query_time=10.0\n\n[client]\nport=3306\nsocket=/opt/bitnami/mysql/tmp/mysql.sock\ndefault-character-set=utf8mb4\nplugin_dir=/opt/bitnami/mysql/lib/plugin\n\n[manager]\nport=3306\nsocket=/opt/bitnami/mysql/tmp/mysql.sock\npid-file=/opt/bitnami/mysql/tmp/mysqld.pid"` | | | mysql.primary.extraEnvVars[0].name | string | `"TZ"` | | | mysql.primary.extraEnvVars[0].value | string | `"Europe/Berlin"` | | @@ -104,7 +104,7 @@ The command removes all the Kubernetes components associated with the chart and | postgresql.auth.existingSecret | string | `""` | Name of existing secret to use for PostgreSQL credentials | | postgresql.auth.password | string | `"typo3"` | Password for the custom user to create. Ignored if postgresql.auth.existingSecret is provided | | postgresql.auth.username | string | `"typo3"` | Name for a custom user to create | -| postgresql.enabled | bool | `false` | enable PostgreSQL™ subchart from Bitnami | +| postgresql.enabled | bool | `false` | enable PostgreSQL™ subchart from Bitnami | | replicaCount | int | `1` | Number of replicas | | resources | object | `{}` | Resource limits and requests for the headwind pods. | | revisionHistoryLimit | int | `10` | The number of old ReplicaSets to retain | @@ -129,7 +129,3 @@ helm install my-release -f values.yaml christianknell/typo3 ### 1.0.0 This major updates the PostgreSQL subchart to its newest major, 12.0.0. [Here](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#to-1200) you can find more information about the changes introduced in that version. - ---- - -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/typo3/README.md.gotmpl b/charts/typo3/README.md.gotmpl index 411ea497..65e4b019 100644 --- a/charts/typo3/README.md.gotmpl +++ b/charts/typo3/README.md.gotmpl @@ -56,5 +56,3 @@ helm install my-release -f values.yaml christianknell/typo3 ### 1.0.0 This major updates the PostgreSQL subchart to its newest major, 12.0.0. [Here](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#to-1200) you can find more information about the changes introduced in that version. - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/umami/README.md b/charts/umami/README.md index 91731bd0..d4c55d09 100644 --- a/charts/umami/README.md +++ b/charts/umami/README.md @@ -77,7 +77,7 @@ The command removes all the Kubernetes components associated with the chart and | mysql.auth.database | string | `"mychart"` | Name for a custom database to create | | mysql.auth.password | string | `"mychart"` | Password for the custom user to create | | mysql.auth.username | string | `"mychart"` | Name for a custom user to create | -| mysql.enabled | bool | `false` | enable MySQL™ subchart from Bitnami | +| mysql.enabled | bool | `false` | enable MySQL™ subchart from Bitnami | | nameOverride | string | `""` | Provide a name in place of `umami` | | nodeSelector | object | `{}` | Node labels for pod assignment | | podAnnotations | object | `{}` | Annotations to be added to pods | @@ -85,7 +85,7 @@ The command removes all the Kubernetes components associated with the chart and | postgresql.auth.database | string | `"mychart"` | Name for a custom database to create | | postgresql.auth.password | string | `"mychart"` | Password for the custom user to create | | postgresql.auth.username | string | `"mychart"` | Name for a custom user to create | -| postgresql.enabled | bool | `true` | enable PostgreSQL™ subchart from Bitnami | +| postgresql.enabled | bool | `true` | enable PostgreSQL™ subchart from Bitnami | | replicaCount | int | `1` | Number of replicas | | resources | object | `{}` | Resource limits and requests for the controller pods. | | revisionHistoryLimit | int | `10` | The number of old ReplicaSets to retain | @@ -117,7 +117,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/umami ``` - ---- - -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/umami/README.md.gotmpl b/charts/umami/README.md.gotmpl index 66644a66..c91f35d2 100644 --- a/charts/umami/README.md.gotmpl +++ b/charts/umami/README.md.gotmpl @@ -52,5 +52,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/umami ``` - -{{ template "helm-docs.versionFooter" . }}