You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[System Tests] removed the kroxylicious operand dependency for system tests (kroxylicious#2204)
* removed the kroxylicious operand dependency for system tests
Signed-off-by: Francisco Vila <fvila@redhat.com>
* add renovate for curl
Signed-off-by: Francisco Vila <fvila@redhat.com>
---------
Signed-off-by: Francisco Vila <fvila@redhat.com>
Copy file name to clipboardExpand all lines: DEV_GUIDE.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -333,13 +333,9 @@ has been applied ineffectively.
333
333
* [OPTIONAL] aws cli ([install guide](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)): in case an AWS Cloud account is used for KMS.
334
334
335
335
### Environment variables
336
-
* `KROXYLICIOUS_REGISTRY`: url to the registry where the image of kroxylicious is located. Default value: `quay.io`
337
-
* `KROXYLICIOUS_ORG`: name of the organisation in the registry where kroxylicious is located. Default value: `kroxylicious`
338
-
* `KROXYLICIOUS_IMAGE_NAME`: name of the image of kroxylicious to be used. Default value: `kroxylicious`
339
336
* `KROXYLICIOUS_OPERATOR_REGISTRY`: url to the registry where the image of kroxylicious operator is located. Default value: `quay.io`
340
337
* `KROXYLICIOUS_OPERATOR_ORG`: name of the organisation in the registry where kroxylicious operator is located. Default value: `kroxylicious`
341
338
* `KROXYLICIOUS_OPERATOR_IMAGE_NAME`: name of the image of kroxylicious operator to be used. Default value: `operator`
342
-
* `KROXYLICIOUS_VERSION`: version of kroxylicious to be used. Default value: `${project.version}` in pom file
343
339
* `KROXYLICIOUS_OPERATOR_VERSION`: version of kroxylicious operator to be used. Default value: `${project.version}` in pom file
344
340
* `KAFKA_VERSION`: kafka version to be used. Default value: `${kafka.version}` in pom file
345
341
* `STRIMZI_VERSION`: strimzi version to be used. Default value: `${strimzi.version}` in pom file
Copy file name to clipboardExpand all lines: kroxylicious-systemtests/src/main/java/io/kroxylicious/systemtests/templates/metrics/ScraperTemplates.java
0 commit comments