diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 3cf43c5..40f624f 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -7,10 +7,10 @@ on: schedule: - cron: "0 3 * * *" push: - branches: [ 'main', 'release/v**' ] + branches: ["main", "release/v**"] pull_request: - branches: [ 'main', 'release/v**' ] - types: [ opened, synchronize, reopened, labeled ] + branches: ["main", "release/v**"] + types: [opened, synchronize, reopened, labeled] concurrency: group: ${{ github.ref }}-${{ github.workflow }} diff --git a/.github/workflows/megalinter.yaml b/.github/workflows/megalinter.yaml index 00070a2..5b8c327 100644 --- a/.github/workflows/megalinter.yaml +++ b/.github/workflows/megalinter.yaml @@ -1,7 +1,7 @@ --- name: MegaLinter -"on": +on: workflow_dispatch: push: branches: @@ -22,7 +22,7 @@ permissions: env: # When active, APPLY_FIXES must also be defined as environment variable # (in github/workflows/mega-linter.yml or other CI tool) - APPLY_FIXES: all + APPLY_FIXES: none # Decide which event triggers application of fixes in a commit or a PR # (pull_request, push, all) diff --git a/.github/workflows/wait-for-all-checks.yml b/.github/workflows/wait-for-all-checks.yml index 70978c9..e01d2dd 100644 --- a/.github/workflows/wait-for-all-checks.yml +++ b/.github/workflows/wait-for-all-checks.yml @@ -1,3 +1,4 @@ +--- name: summary on: pull_request: diff --git a/docker-compose.yaml b/docker-compose.yaml index 614c724..00ece35 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,2 +1,3 @@ +--- # This file is needed for .env to work version: "3" diff --git a/docker-compose/kafka.yaml b/docker-compose/kafka.yaml index 61e5227..d0e9e85 100644 --- a/docker-compose/kafka.yaml +++ b/docker-compose/kafka.yaml @@ -3,7 +3,7 @@ version: "2.1" services: zookeeper: - image: quay.io/strimzi/kafka:0.33.2-kafka-3.2.3 + image: quay.io/strimzi/kafka:0.38.0-kafka-3.6.0 platform: linux/amd64 command: ["sh", "-c", "bin/zookeeper-server-start.sh config/zookeeper.properties"] @@ -20,7 +20,7 @@ services: - full kafka: - image: ${DOCKER_REGISTRY-}cheetah-infrastructure-utils-kafka:strimzi-0.33.0-kafka-3.3.2-trifork-1.4.0 + image: ${DOCKER_REGISTRY-}cheetah-infrastructure-utils-kafka:strimzi-0.38.0-kafka-3.6.0-trifork-1.5.0 platform: linux/amd64 hostname: kafka mem_limit: 1024m @@ -58,7 +58,7 @@ services: - full kafka-setup: - image: quay.io/strimzi/kafka:0.33.2-kafka-3.3.2 + image: quay.io/strimzi/kafka:0.38.0-kafka-3.6.0 platform: linux/amd64 container_name: kafka-setup volumes: