Skip to content
Snippets Groups Projects
Commit df125ad6 authored by Lorenz Boguhn's avatar Lorenz Boguhn
Browse files

Merge remote-tracking branch 'upstream/master' into feature/147-add-beam-implementations

parents f5a9367f ffa5c7ff
No related branches found
No related tags found
1 merge request!187Migrate Beam benchmark implementation
Pipeline #5731 passed
......@@ -301,7 +301,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.
Please register or to comment