From f7df56ac2a862ff60f717670a7e3756a4689ee74 Mon Sep 17 00:00:00 2001 From: Jake Heath <76011913+jakeyheath@users.noreply.github.com> Date: Fri, 17 Jan 2025 11:24:39 -0800 Subject: [PATCH 1/2] chore: remove deprecated tags https://czi.atlassian.net/browse/CCIE-3911 --- .github/workflows/release-please.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 5ecaa5a98..4f485cdb2 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -8,7 +8,7 @@ concurrency: name: release-please jobs: release-please: - runs-on: [ARM64, self-hosted, Linux] + runs-on: [ARM64] steps: # See https://docs.github.com/en/actions/security-guides/automatic-token-authentication#using-the-github_token-in-a-workflow # For why we need to generate a token and not use the default From 0e648158cf8a21f62f6fec6c96bb9882f415e7fb Mon Sep 17 00:00:00 2001 From: jakeyheath Date: Fri, 17 Jan 2025 19:29:50 +0000 Subject: [PATCH 2/2] chore: Updated [rdev] values.yaml image tags to sha-f7df56ac --- .infra/rdev/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.infra/rdev/values.yaml b/.infra/rdev/values.yaml index 9026dd625..88ba717f1 100644 --- a/.infra/rdev/values.yaml +++ b/.infra/rdev/values.yaml @@ -2,7 +2,7 @@ stack: services: explorer: image: - tag: sha-242b03f2 + tag: sha-f7df56ac replicaCount: 1 env: # env vars common to all deployment stages