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

Commit

Permalink
Started extending Parameters with additional attributes and types (#162)
Browse files Browse the repository at this point in the history
* Extended Parameters with additional attributes and types

Signed-off-by: Andreas Neumann <[email protected]>
  • Loading branch information
ANeumann82 authored Oct 28, 2020
1 parent a407ff0 commit 2b810ca
Show file tree
Hide file tree
Showing 12 changed files with 3,858 additions and 1,067 deletions.
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

0 comments on commit 2b810ca

Please sign in to comment.