From 8df4151b5b129bae2300b0df758c244d3ba58c58 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 11 Oct 2021 04:02:37 +0000 Subject: [PATCH] Regenerated reference docs --- charts/cass-operator/README.md | 2 +- charts/k8ssandra-operator/README.md | 3 ++- charts/k8ssandra/README.md | 6 ++---- .../en/reference/helm-charts/cass-operator/_generated.md | 4 ++-- .../reference/helm-charts/k8ssandra-operator/_generated.md | 3 ++- .../en/reference/helm-charts/k8ssandra/_generated.md | 6 ++---- 6 files changed, 11 insertions(+), 13 deletions(-) diff --git a/charts/cass-operator/README.md b/charts/cass-operator/README.md index 1035e3b62..bb254b42c 100644 --- a/charts/cass-operator/README.md +++ b/charts/cass-operator/README.md @@ -1,6 +1,6 @@ # cass-operator -![Version: 0.30.0](https://img.shields.io/badge/Version-0.30.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.0](https://img.shields.io/badge/AppVersion-1.8.0-informational?style=flat-square) +![Version: 0.31.1](https://img.shields.io/badge/Version-0.31.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.0](https://img.shields.io/badge/AppVersion-1.8.0-informational?style=flat-square) Kubernetes operator which handles the provisioning and management of Apache Cassandra clusters. diff --git a/charts/k8ssandra-operator/README.md b/charts/k8ssandra-operator/README.md index 0ae245e7d..37916e507 100644 --- a/charts/k8ssandra-operator/README.md +++ b/charts/k8ssandra-operator/README.md @@ -1,6 +1,6 @@ # k8ssandra-operator -![Version: 0.30.1](https://img.shields.io/badge/Version-0.30.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) +![Version: 0.31.1](https://img.shields.io/badge/Version-0.31.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) Kubernetes operator which handles the provisioning and management of K8ssandra clusters. @@ -21,6 +21,7 @@ Kubernetes operator which handles the provisioning and management of K8ssandra c | Repository | Name | Version | |------------|------|---------| +| file://../cass-operator | cass-operator | 0.31.1 | | file://../k8ssandra-common | k8ssandra-common | 0.28.4 | ## Values diff --git a/charts/k8ssandra/README.md b/charts/k8ssandra/README.md index 518b0801a..c1108f635 100644 --- a/charts/k8ssandra/README.md +++ b/charts/k8ssandra/README.md @@ -21,9 +21,8 @@ Provisions and configures an instance of the entire K8ssandra stack. This includ | Repository | Name | Version | |------------|------|---------| -| file://../cass-operator | cass-operator | 0.30.0 | +| file://../cass-operator | cass-operator | 0.31.1 | | file://../k8ssandra-common | k8ssandra-common | 0.28.4 | -| file://../k8ssandra-operator | k8ssandra-operator | 0.30.1 | | file://../medusa-operator | medusa-operator | 0.30.1 | | file://../reaper-operator | reaper-operator | 0.32.1 | | https://prometheus-community.github.io/helm-charts | kube-prometheus-stack | 12.11.3 | @@ -90,7 +89,7 @@ Provisions and configures an instance of the entire K8ssandra stack. This includ | cassandra.ingress.host | string | `nil` | Optional hostname used to match requests. Warning: many native Cassandra clients, notably including cqlsh, initialize their connection by querying for the cluster's contactPoints, and thereafter communicate to the cluster using those names/IPs rather than whatever host was specified to the client. In order for clients to work correctly through ingress with a host filter, this means that the host filter must match the hostnames specified in the contactPoints. This value must be a DNS-resolvable hostname and not an IP address. To avoid this issue, leave this setting blank. | | cassandra.ingress.traefik.entrypoint | string | `"cassandra"` | Traefik entrypoint where traffic is sourced. See https://doc.traefik.io/traefik/routing/entrypoints/ | | stargate.enabled | bool | `true` | Enable Stargate resources as part of this release | -| stargate.version | string | `"1.0.29"` | version of Stargate to deploy. This is used in conjunction with cassandra.version to select the Stargate container image. If stargate.image is set, this value has no effect. | +| stargate.version | string | `"1.0.35"` | version of Stargate to deploy. This is used in conjunction with cassandra.version to select the Stargate container image. If stargate.image is set, this value has no effect. | | stargate.image | object | `{}` | Sets the Stargate container image. This value must be compatible with the value provided for stargate.clusterVersion. If left blank (recommended), k8ssandra will derive an appropriate image based on cassandra.clusterVersion. | | stargate.replicas | int | `1` | Number of Stargate instances to deploy. This value may be scaled independently of Cassandra cluster nodes. Each instance handles API and coordination tasks for inbound queries. | | stargate.waitForCassandra | object | `{"image":{"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"alpine","tag":"3.12.2"}}` | The wait-for-cassandra init container in the Stargate Deployment | @@ -169,7 +168,6 @@ Provisions and configures an instance of the entire K8ssandra stack. This includ | client.image.repository | string | `"k8ssandra/k8ssandra-tools"` | Image repository for the client | | client.image.tag | string | `"latest"` | Tag of the client image to pull from | | client.image.pullPolicy | string | `"IfNotPresent"` | Pull policy for the client container | -| k8ssandra-operator.enabled | bool | `false` | Enables the k8ssandra-operator as part of this release. This is experimental deployment option, do not use in production. | | cass-operator.enabled | bool | `true` | Enables the cass-operator as part of this release. If this setting is disabled no Cassandra resources will be deployed. | | reaper-operator.enabled | bool | `true` | Enables the reaper-operator as part of this release. If this setting is disabled no repair resources will be deployed. | | kube-prometheus-stack.enabled | bool | `true` | Controls whether the kube-prometheus-stack chart is used at all. Disabling this parameter prevents all monitoring components from being installed. | diff --git a/docs/content/en/reference/helm-charts/cass-operator/_generated.md b/docs/content/en/reference/helm-charts/cass-operator/_generated.md index 0872d0f69..4e2dcf4af 100644 --- a/docs/content/en/reference/helm-charts/cass-operator/_generated.md +++ b/docs/content/en/reference/helm-charts/cass-operator/_generated.md @@ -1,6 +1,6 @@ -![Version: 0.30.0](https://img.shields.io/badge/Version-0.30.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.0](https://img.shields.io/badge/AppVersion-1.8.0-informational?style=flat-square) +![Version: 0.31.1](https://img.shields.io/badge/Version-0.31.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.0](https://img.shields.io/badge/AppVersion-1.8.0-informational?style=flat-square) ## Maintainers @@ -34,7 +34,7 @@ | image.registry | string | `"docker.io"` | Container registry containing the repository where the image resides | | image.repository | string | `"k8ssandra/cass-operator"` | Docker repository for cass-operator | | image.pullPolicy | string | `"IfNotPresent"` | Pull policy for the operator container | -| image.tag | string | `"v1.8.0-rc.1"` | Tag of the cass-operator image to pull from image.repository | +| image.tag | string | `"v1.8.0"` | Tag of the cass-operator image to pull from image.repository | | image.registryOverride | string | `nil` | Docker registry containing all cass-operator related images. Setting this allows for usage of an internal registry without specifying serverImage, configBuilderImage, and busyboxImage on all CassandraDatacenter objects. | | imagePullSecrets | list | `[]` | References to secrets to use when pulling images. See: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ | | serviceAccount.annotations | object | `{}` | Annotations to add to the service account. | diff --git a/docs/content/en/reference/helm-charts/k8ssandra-operator/_generated.md b/docs/content/en/reference/helm-charts/k8ssandra-operator/_generated.md index 9f3108710..0f47aaf54 100644 --- a/docs/content/en/reference/helm-charts/k8ssandra-operator/_generated.md +++ b/docs/content/en/reference/helm-charts/k8ssandra-operator/_generated.md @@ -1,6 +1,6 @@ -![Version: 0.30.1](https://img.shields.io/badge/Version-0.30.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) +![Version: 0.31.1](https://img.shields.io/badge/Version-0.31.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) ## Maintainers @@ -17,6 +17,7 @@ | Repository | Name | Version | |------------|------|---------| +| file://../cass-operator | cass-operator | 0.31.1 | | file://../k8ssandra-common | k8ssandra-common | 0.28.4 | ## Values diff --git a/docs/content/en/reference/helm-charts/k8ssandra/_generated.md b/docs/content/en/reference/helm-charts/k8ssandra/_generated.md index c7b8e4f77..36ecf7f16 100644 --- a/docs/content/en/reference/helm-charts/k8ssandra/_generated.md +++ b/docs/content/en/reference/helm-charts/k8ssandra/_generated.md @@ -17,9 +17,8 @@ | Repository | Name | Version | |------------|------|---------| -| file://../cass-operator | cass-operator | 0.30.0 | +| file://../cass-operator | cass-operator | 0.31.1 | | file://../k8ssandra-common | k8ssandra-common | 0.28.4 | -| file://../k8ssandra-operator | k8ssandra-operator | 0.30.1 | | file://../medusa-operator | medusa-operator | 0.30.1 | | file://../reaper-operator | reaper-operator | 0.32.1 | | https://prometheus-community.github.io/helm-charts | kube-prometheus-stack | 12.11.3 | @@ -86,7 +85,7 @@ | cassandra.ingress.host | string | `nil` | Optional hostname used to match requests. Warning: many native Cassandra clients, notably including cqlsh, initialize their connection by querying for the cluster's contactPoints, and thereafter communicate to the cluster using those names/IPs rather than whatever host was specified to the client. In order for clients to work correctly through ingress with a host filter, this means that the host filter must match the hostnames specified in the contactPoints. This value must be a DNS-resolvable hostname and not an IP address. To avoid this issue, leave this setting blank. | | cassandra.ingress.traefik.entrypoint | string | `"cassandra"` | Traefik entrypoint where traffic is sourced. See https://doc.traefik.io/traefik/routing/entrypoints/ | | stargate.enabled | bool | `true` | Enable Stargate resources as part of this release | -| stargate.version | string | `"1.0.29"` | version of Stargate to deploy. This is used in conjunction with cassandra.version to select the Stargate container image. If stargate.image is set, this value has no effect. | +| stargate.version | string | `"1.0.35"` | version of Stargate to deploy. This is used in conjunction with cassandra.version to select the Stargate container image. If stargate.image is set, this value has no effect. | | stargate.image | object | `{}` | Sets the Stargate container image. This value must be compatible with the value provided for stargate.clusterVersion. If left blank (recommended), k8ssandra will derive an appropriate image based on cassandra.clusterVersion. | | stargate.replicas | int | `1` | Number of Stargate instances to deploy. This value may be scaled independently of Cassandra cluster nodes. Each instance handles API and coordination tasks for inbound queries. | | stargate.waitForCassandra | object | `{"image":{"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"alpine","tag":"3.12.2"}}` | The wait-for-cassandra init container in the Stargate Deployment | @@ -165,7 +164,6 @@ | client.image.repository | string | `"k8ssandra/k8ssandra-tools"` | Image repository for the client | | client.image.tag | string | `"latest"` | Tag of the client image to pull from | | client.image.pullPolicy | string | `"IfNotPresent"` | Pull policy for the client container | -| k8ssandra-operator.enabled | bool | `false` | Enables the k8ssandra-operator as part of this release. This is experimental deployment option, do not use in production. | | cass-operator.enabled | bool | `true` | Enables the cass-operator as part of this release. If this setting is disabled no Cassandra resources will be deployed. | | reaper-operator.enabled | bool | `true` | Enables the reaper-operator as part of this release. If this setting is disabled no repair resources will be deployed. | | kube-prometheus-stack.enabled | bool | `true` | Controls whether the kube-prometheus-stack chart is used at all. Disabling this parameter prevents all monitoring components from being installed. |