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 151bbc5 commit 6401910Copy full SHA for 6401910
.github/workflows/release.yaml
@@ -181,7 +181,7 @@ jobs:
181
yq -i '.global.images.operator.tag = "${{ github.sha }}"' k8s/charts/operator/values.yaml
182
183
# Commit and push changes
184
- git add k8s/charts/orc/values.yaml
+ git add k8s/charts/operator/values.yaml
185
git commit -m "chore: update operator image tag to ${{ github.sha }}"
186
git push
187
apps/operator/Dockerfile
@@ -19,5 +19,4 @@ COPY --from=builder /app/node_modules ./node_modules
19
20
EXPOSE 5000
21
22
-# Run the operator
23
CMD sh -c "node operator/main.js"
0 commit comments