Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #76 from koor-tech/renovate/cert-manager-1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
galexrt authored Jun 13, 2023
2 parents df64626 + 666fcab commit b9d8eff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/koor-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.4
version: 0.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -31,7 +31,7 @@ kubeVersion: ">=1.19.0"
dependencies:
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.11.1
version: v1.12.1
condition: certmanager.enabled
alias: certmanager

Expand Down
8 changes: 4 additions & 4 deletions charts/koor-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ The Ceph Operator helm chart will install the basic components necessary to crea
The `helm install` command deploys the Koor Operator on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. It is recommended that the Koor Operator be installed into the `koor-operator` namespace (you will install your clusters into separate namespaces).

```console
helm repo add koor-release https://charts.koor.tech/release
helm install --create-namespace --namespace koor-operator koor-operator koor-release/koor-operator -f values.yaml
helm repo add koor-operator https://koor-tech.github.io/koor-operator
helm install --create-namespace --namespace koor-operator koor-operator koor-operator/koor-operator -f values.yaml
```

For example settings, see the next section or [values.yaml](/charts/koor-operator/values.yaml).
Expand All @@ -55,9 +55,9 @@ The following table lists the configurable parameters of the rook-operator chart
| `controllerManager.manager.image.tag` | Operator image tag | `"v0.1.0"` |
| `controllerManager.manager.resources` | Operator container resources | `{"limits":{"cpu":"500m","memory":"512Mi"},"requests":{"cpu":"10m","memory":"128Mi"}}` |
| `controllerManager.replicas` | | `1` |
| `koorCluster` | Koor Cluster specification | `{"spec":{"dashboardEnabled":true,"monitoringEnabled":false,"toolboxEnabled":true,"useAllDevices":true}}` |
| `koorCluster` | Koor Cluster specification | `{"spec":{"dashboardEnabled":true,"monitoringEnabled":true,"toolboxEnabled":true,"useAllDevices":true}}` |
| `koorCluster.spec.dashboardEnabled` | Enable the Ceph MGR dashboard. | `true` |
| `koorCluster.spec.monitoringEnabled` | If monitoring should be enabled, requires the prometheus-operator to be pre-installed. | `false` |
| `koorCluster.spec.monitoringEnabled` | If monitoring should be enabled, requires the prometheus-operator to be pre-installed. | `true` |
| `koorCluster.spec.toolboxEnabled` | If the Ceph toolbox, should be deployed as well. | `true` |
| `koorCluster.spec.useAllDevices` | If all empty + unused devices of the cluster should be used. | `true` |
| `kubernetesClusterDomain` | | `"cluster.local"` |
Expand Down

0 comments on commit b9d8eff

Please sign in to comment.