Skip to content
Snippets Groups Projects
Commit fe956f73 authored by Sören Henning's avatar Sören Henning
Browse files

Merge branch 'master' into 0.5-docs

parents ff11149a ffa5c7ff
No related branches found
No related tags found
1 merge request!164Add Theodolite docs
Pipeline #5674 passed
......@@ -289,7 +289,7 @@ deploy-uc4-load-generator:
.theodolite:
image:
name: ghcr.io/graalvm/native-image:java11-21.1.0
name: ghcr.io/graalvm/native-image:java11-21.3.0
entrypoint: [""]
variables:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
......
......@@ -66,7 +66,7 @@ cp-helm-charts:
cp-zookeeper:
enabled: true
nodeSelector: {}
servers: 3 # default: 3
servers: 3
image: confluentinc/cp-zookeeper
imageTag: 5.4.0
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
......@@ -83,7 +83,7 @@ cp-helm-charts:
cp-kafka:
enabled: true
nodeSelector: {}
brokers: 10 # default: 10
brokers: 3
image: confluentinc/cp-enterprise-kafka
imageTag: 5.4.0
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
......
......@@ -36,7 +36,7 @@ dependencies {
}
group 'theodolite'
version '0.5.0-SNAPSHOT'
version '0.6.0-SNAPSHOT'
java {
sourceCompatibility = JavaVersion.VERSION_11
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment