Skip to content

update-env-var-syntax#989

Merged
aprilrieger merged 3 commits intomainfrom
update-env-var-syntax
Sep 4, 2025
Merged

update-env-var-syntax#989
aprilrieger merged 3 commits intomainfrom
update-env-var-syntax

Conversation

@aprilrieger
Copy link
Copy Markdown
Member

@aprilrieger aprilrieger commented Sep 4, 2025

Story

This PR makes three key updates:

  1. Fix Go template evaluation error

    • Deployment was failing because the env var SERVERLESS_TEMPLATE was being evaluated as a Go template.
    • The value was:
      "{{dir_parts[-1..-1]}}/{{ basename }}{{ extension }}"
    • To prevent Go from interpreting it, the value is now wrapped in {{ }} to escape templating.
  2. Update Redis Bitnami image

    • Switches to the latest available Bitnami Legacy Redis image:
      7.0.2-debian-11-r9
      
  3. Align aux worker deploy with chart version 3.7.1

    • Updates the startup script used by aux worker.
    • db-wait.sh is replaced with service-wait.sh to match changes introduced in chart 3.7.1.

✅ Fixes deployment errors
✅ Keeps Redis on a supported image version
✅ Ensures consistency with the updated Helm chart

@aprilrieger aprilrieger merged commit 7b67e9a into main Sep 4, 2025
7 checks passed
@aprilrieger aprilrieger deleted the update-env-var-syntax branch September 4, 2025 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants