We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6bca2 commit 806fec2Copy full SHA for 806fec2
.github/workflows/update-helm-on-release.yml
@@ -32,6 +32,8 @@ jobs:
32
SERVICE="backend-ee"
33
VERSION="${TAG_NAME##backend-ee/}"
34
YAML_PATH=".taco-orchestrator.digger.image.tag"
35
+ echo "Backend EE detected - skipping helm update (disabled for manual control)"
36
+ exit 0
37
elif [[ $TAG_NAME == drift/v* ]]; then
38
SERVICE="drift"
39
VERSION="${TAG_NAME##drift/}"
0 commit comments