Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐳 Set default CMD on Docker image #162

Merged
merged 2 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.17.0
v0.18.0
1 change: 1 addition & 0 deletions docker/flowg.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,4 @@ ENV FLOWG_CONFIG_DIR="/data/config"
ENV FLOWG_LOG_DIR="/data/logs"

ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["serve"]
4 changes: 2 additions & 2 deletions k8s/charts/flowg/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
apiVersion: v2
name: flowg
version: "v0.17.0"
version: "v0.18.0"
type: application
appVersion: "v0.17.0"
appVersion: "v0.18.0"
kubeVersion: ">=1.30.0-0"
description: Flowg is a low-code log processing platform.
home: https://github.com/link-society/flowg
Expand Down