diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f9dd962..174ef6e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: 1.19 cache: true @@ -38,13 +38,13 @@ jobs: run: go test -v ./... - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 # Login against a Docker registry except on PR # https://github.com/docker/login-action - name: Log into registry ${{ env.REGISTRY }} if: github.event_name != 'pull_request' - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -52,7 +52,7 @@ jobs: - name: Extract Docker metadata id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | @@ -61,7 +61,7 @@ jobs: - name: Build Docker image id: build-and-push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 9ea4eea..2e3a78f 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -17,7 +17,7 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version: '1.19' - uses: actions/checkout@v4 @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version: '1.20' - name: test diff --git a/resources/loadtest/base/publisher.yaml b/resources/loadtest/base/publisher.yaml index 464fe60..a4ff4b2 100644 --- a/resources/loadtest/base/publisher.yaml +++ b/resources/loadtest/base/publisher.yaml @@ -19,7 +19,7 @@ spec: spec: serviceAccountName: loadtest-publisher containers: - - image: ghcr.io/kyma-project/eventing-tools:0.0.2 + - image: ghcr.io/kyma-project/eventing-tools:0.0.3 args: - publisher - --loadtest diff --git a/resources/loadtest/base/subscriber.yaml b/resources/loadtest/base/subscriber.yaml index 62902ae..1d1fa5f 100644 --- a/resources/loadtest/base/subscriber.yaml +++ b/resources/loadtest/base/subscriber.yaml @@ -28,7 +28,7 @@ spec: - kyma-system topologyKey: kubernetes.io/hostname containers: - - image: ghcr.io/kyma-project/eventing-tools:0.0.2 + - image: ghcr.io/kyma-project/eventing-tools:0.0.3 args: - subscriber - --loadtest @@ -87,7 +87,7 @@ spec: - kyma-system topologyKey: kubernetes.io/hostname containers: - - image: ghcr.io/kyma-project/eventing-tools:0.0.2 + - image: ghcr.io/kyma-project/eventing-tools:0.0.3 args: - subscriber - --loadtest diff --git a/resources/validationtest/base/deployment.yaml b/resources/validationtest/base/deployment.yaml index a5adf48..b028d35 100644 --- a/resources/validationtest/base/deployment.yaml +++ b/resources/validationtest/base/deployment.yaml @@ -18,7 +18,7 @@ spec: app: publisher spec: containers: - - image: ghcr.io/kyma-project/eventing-tools:0.0.2 + - image: ghcr.io/kyma-project/eventing-tools:0.0.3 args: - publisher imagePullPolicy: IfNotPresent @@ -85,7 +85,7 @@ spec: app: event-subscriber-0 spec: containers: - - image: ghcr.io/kyma-project/eventing-tools:0.0.2 + - image: ghcr.io/kyma-project/eventing-tools:0.0.3 args: - subscriber - --listen-port=8888 @@ -132,7 +132,7 @@ spec: app: event-subscriber-1 spec: containers: - - image: ghcr.io/kyma-project/eventing-tools:0.0.2 + - image: ghcr.io/kyma-project/eventing-tools:0.0.3 args: - subscriber - --listen-port=8888 @@ -179,7 +179,7 @@ spec: app: event-subscriber-2 spec: containers: - - image: ghcr.io/kyma-project/eventing-tools:0.0.2 + - image: ghcr.io/kyma-project/eventing-tools:0.0.3 args: - subscriber - --listen-port=8888