Skip to content

Commit 6401910

Browse files
authored
feat: first release (#49)
* fix: use PAT token * fix: orc chart * fix * fix: release * fix: trigger * trigger * fix: typo * fix: trigger
1 parent 151bbc5 commit 6401910

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
yq -i '.global.images.operator.tag = "${{ github.sha }}"' k8s/charts/operator/values.yaml
182182
183183
# Commit and push changes
184-
git add k8s/charts/orc/values.yaml
184+
git add k8s/charts/operator/values.yaml
185185
git commit -m "chore: update operator image tag to ${{ github.sha }}"
186186
git push
187187

apps/operator/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ COPY --from=builder /app/node_modules ./node_modules
1919

2020
EXPOSE 5000
2121

22-
# Run the operator
2322
CMD sh -c "node operator/main.js"

0 commit comments

Comments
 (0)