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

Started extending Parameters with additional attributes and types #162

Merged
merged 18 commits into from
Oct 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,10 @@ with `tools/compile_templates.sh`.

### Running tests

```bash
./tests/run.sh <suitename>
```

### Style guide

#### Opening pull requests
Expand Down
678 changes: 427 additions & 251 deletions docs/parameters.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion metadata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export VENDOR_DIRECTORY="${_project_directory}/shared/vendor"
export CASSANDRA_VERSION="3.11.7"

# https://github.com/kudobuilder/kudo/releases/tag/vx.y.z
export KUDO_VERSION="0.16.0"
export KUDO_VERSION="0.17.0"

export KUBERNETES_VERSION="1.16.0"

Expand Down
2 changes: 1 addition & 1 deletion operator/operator.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: kudo.dev/v1beta1
name: "cassandra"
operatorVersion: "1.0.2"
kudoVersion: "0.16.0"
kudoVersion: "0.17.0"
kubernetesVersion: "1.16.0"
appVersion: "3.11.7"
maintainers:
Expand Down
Loading