From 0a4b2ef336f932e58185e77218ccc60607359609 Mon Sep 17 00:00:00 2001 From: Zoheb Shaikh <26975142+ZohebShaikh@users.noreply.github.com> Date: Wed, 4 Mar 2026 10:58:16 +0000 Subject: [PATCH 1/2] Change from stateful set to deployment --- helm/numtracker/templates/{statefulset.yaml => deployment.yaml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename helm/numtracker/templates/{statefulset.yaml => deployment.yaml} (99%) diff --git a/helm/numtracker/templates/statefulset.yaml b/helm/numtracker/templates/deployment.yaml similarity index 99% rename from helm/numtracker/templates/statefulset.yaml rename to helm/numtracker/templates/deployment.yaml index 97a5b5c0..fcdd0da9 100644 --- a/helm/numtracker/templates/statefulset.yaml +++ b/helm/numtracker/templates/deployment.yaml @@ -1,5 +1,5 @@ apiVersion: apps/v1 -kind: StatefulSet +kind: Deployment metadata: name: {{ include "numtracker.fullname" . }} labels: From ef49e9db13d83c0ad0212ab7e210cb6f90d9f249 Mon Sep 17 00:00:00 2001 From: Zoheb Shaikh <26975142+ZohebShaikh@users.noreply.github.com> Date: Tue, 10 Mar 2026 13:00:32 +0000 Subject: [PATCH 2/2] Push to the fork repos registery --- .github/workflows/publish.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 8624cff2..e1f6ab87 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -40,7 +40,7 @@ jobs: - name: Login to GHCR uses: docker/login-action@v3 with: - registry: ghcr.io/diamondlightsource + registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} @@ -50,8 +50,8 @@ jobs: DOCKER_BUILD_RECORD_UPLOAD: false with: context: . - cache-from: type=registry,ref=ghcr.io/diamondlightsource/numtracker:buildcache - cache-to: type=registry,ref=ghcr.io/diamondlightsource/numtracker:buildcache,mode=max + # cache-from: type=registry,ref=ghcr.io/diamondlightsource/numtracker:buildcache + # cache-to: type=registry,ref=ghcr.io/diamondlightsource/numtracker:buildcache,mode=max tags: numtracker-build-cache load: true