From f59c43a16d11c883a57124dcc8f6c5be8e8b0074 Mon Sep 17 00:00:00 2001 From: mathieu-benoit <11720844+mathieu-benoit@users.noreply.github.com> Date: Tue, 24 Mar 2026 10:16:43 +0000 Subject: [PATCH] chore: update generated content Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../patch-templates/.github/workflows/ci.yaml | 6 +++--- .../patch-templates/score-compose/microcks.tpl | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gen/external-content/patch-templates/.github/workflows/ci.yaml b/gen/external-content/patch-templates/.github/workflows/ci.yaml index a853ebe0..a0169157 100644 --- a/gen/external-content/patch-templates/.github/workflows/ci.yaml +++ b/gen/external-content/patch-templates/.github/workflows/ci.yaml @@ -11,13 +11,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 - - uses: score-spec/setup-score@v2 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: score-spec/setup-score@9ce358a6641972930fbf1c91d93185fec520f7e4 # v3.1.8 with: file: score-compose version: latest token: ${{ secrets.GITHUB_TOKEN }} - - uses: score-spec/setup-score@v2 + - uses: score-spec/setup-score@9ce358a6641972930fbf1c91d93185fec520f7e4 # v3.1.8 with: file: score-k8s version: latest diff --git a/gen/external-content/patch-templates/score-compose/microcks.tpl b/gen/external-content/patch-templates/score-compose/microcks.tpl index eca8d856..ed4f1dfe 100644 --- a/gen/external-content/patch-templates/score-compose/microcks.tpl +++ b/gen/external-content/patch-templates/score-compose/microcks.tpl @@ -1,7 +1,7 @@ - op: set path: services.microcks value: - image: quay.io/microcks/microcks-uber:latest-native + image: quay.io/microcks/microcks-uber:nightly-native read_only: true user: "65532" cap_drop: ["ALL"] @@ -12,4 +12,4 @@ - type: tmpfs target: /tmp tmpfs: - size: 32768 + size: 655360