From 089db72aad28c5787c78210314782d9bcaf20735 Mon Sep 17 00:00:00 2001 From: Marek Kolodziejczak Date: Wed, 25 Sep 2024 16:16:02 +0200 Subject: [PATCH] Test workflow --- .github/actions/integration-test/action.yaml | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/integration-test/action.yaml b/.github/actions/integration-test/action.yaml index 64a888075..9adc09887 100644 --- a/.github/actions/integration-test/action.yaml +++ b/.github/actions/integration-test/action.yaml @@ -27,7 +27,7 @@ runs: args: >- --agents ${{ inputs.agents }} --image docker.io/rancher/k3s:v1.28.2-k3s1 - --servers-memory ${{ inputs.servers-memory }} + --servers-memory ${{ inputs.servers-memory }}g --port 80:80@loadbalancer --port 443:443@loadbalancer --k3s-arg "--disable=traefik@server:0" diff --git a/VERSION b/VERSION index fe4e75fb7..3b1246497 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.3 \ No newline at end of file +TEST \ No newline at end of file