Skip to content

Commit

Permalink
Regenerated reference docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 11, 2021
1 parent e99b599 commit 8df4151
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion charts/cass-operator/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
3 changes: 2 additions & 1 deletion charts/k8ssandra-operator/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
Expand Down
6 changes: 2 additions & 4 deletions charts/k8ssandra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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 |
Expand Down Expand Up @@ -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. |
Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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. |
Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -17,6 +17,7 @@

| Repository | Name | Version |
|------------|------|---------|
| file://../cass-operator | cass-operator | 0.31.1 |
| file://../k8ssandra-common | k8ssandra-common | 0.28.4 |

## Values
Expand Down
6 changes: 2 additions & 4 deletions docs/content/en/reference/helm-charts/k8ssandra/_generated.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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 |
Expand Down Expand Up @@ -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. |
Expand Down

0 comments on commit 8df4151

Please sign in to comment.