From 04ed52bc8d0190745782acd781672d097b65d45d Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 25 Feb 2026 17:50:19 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20default=20image=20tag=20to=20latest=20?= =?UTF-8?q?=E2=80=94=202.0.0-dev=20was=20stale?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 2.0.0-dev tag was only built from the now-merged feature/serverless-2.0.0 branch. Pushes to main only tagged latest, so the 2.0.0-dev image in the registry was frozen and missing all recent fixes. Default to latest and also tag main builds as 2.0.0-dev for backwards compatibility. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/build-and-push.yaml | 3 +-- chart/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index ff5143a..f0337ce 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -47,8 +47,7 @@ jobs: type=ref,event=pr type=sha,prefix=sha- type=raw,value=latest,enable={{is_default_branch}} - # Development tags for serverless features - type=raw,value=2.0.0-dev,enable=${{ github.ref == 'refs/heads/feature/serverless-2.0.0' }} + type=raw,value=2.0.0-dev,enable={{is_default_branch}} - name: Build and push Docker image uses: docker/build-push-action@v6 diff --git a/chart/values.yaml b/chart/values.yaml index 1117e7f..2231c15 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -13,7 +13,7 @@ deploymentMode: persistent # persistent | dynamic # Container image configuration image: repository: ghcr.io/cpfarhood/devcontainer - tag: 2.0.0-dev + tag: latest pullPolicy: Always # GitHub repository to clone into /workspace (ignored in dynamic mode - uses URL routing) @@ -217,7 +217,7 @@ dynamic: replicas: 2 # High availability image: repository: ghcr.io/cpfarhood/devcontainer-routing-proxy - tag: 2.0.0-dev + tag: latest pullPolicy: Always resources: