diff --git a/VERSION.txt b/VERSION.txt index 6b60281..a86d3df 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -v0.17.0 +v0.18.0 diff --git a/docker/flowg.dockerfile b/docker/flowg.dockerfile index 65a9f0b..996facc 100644 --- a/docker/flowg.dockerfile +++ b/docker/flowg.dockerfile @@ -117,3 +117,4 @@ ENV FLOWG_CONFIG_DIR="/data/config" ENV FLOWG_LOG_DIR="/data/logs" ENTRYPOINT ["/docker-entrypoint.sh"] +CMD ["serve"] diff --git a/k8s/charts/flowg/Chart.yaml b/k8s/charts/flowg/Chart.yaml index 79c7a71..7751cf9 100644 --- a/k8s/charts/flowg/Chart.yaml +++ b/k8s/charts/flowg/Chart.yaml @@ -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