diff --git a/README.md b/README.md index d8db0a52..ab350c54 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,6 @@ Eclipse Jifa is an open-source project that makes troubleshooting easy. -Latest Version: 0.2.0-SNAPSHOT - Please refer to [GitHub Pages](https://eclipse.github.io/jifa) for more information. ## Quick Start diff --git a/README_zh.md b/README_zh.md index dc007c7a..3b3d890c 100644 --- a/README_zh.md +++ b/README_zh.md @@ -21,8 +21,6 @@ Eclipse Jifa 是一个致力于提高问题排查效率的开源项目。 -最新版本:0.2.0-SNAPSHOT - 关于项目的更多信息请访问 [GitHub Pages](https://eclipse.github.io/jifa/zh/)。 ## 快速上手 diff --git a/cluster.yml b/cluster.yml index f5131c69..344d0f0b 100644 --- a/cluster.yml +++ b/cluster.yml @@ -159,7 +159,7 @@ spec: serviceAccountName: jifa-service-account containers: - name: main-container - image: eclipsejifa/jifa:0.2.0-SNAPSHOT + image: eclipsejifa/jifa:latest imagePullPolicy: Always volumeMounts: - name: jifa-pv @@ -179,7 +179,7 @@ spec: - --jifa.storage-pvc-name=jifa-pvc - --jifa.storage-path=/jifa-storage - --jifa.service-account-name=jifa-service-account - - --jifa.elastic-worker-image=eclipsejifa/jifa:0.2.0-SNAPSHOT + - --jifa.elastic-worker-image=eclipsejifa/jifa:latest ports: - name: jifa-port containerPort: 8102 diff --git a/jifa.sh b/jifa.sh index fc1e9e99..e549e9fd 100644 --- a/jifa.sh +++ b/jifa.sh @@ -12,8 +12,7 @@ set -eu -#TAG="latest" -TAG=0.2.0-SNAPSHOT +TAG="latest" PORT="8102" MOUNTS="" INPUT_FILES="" diff --git a/site/docs/.vitepress/config.mts b/site/docs/.vitepress/config.mts index 83320a6f..6b64864d 100644 --- a/site/docs/.vitepress/config.mts +++ b/site/docs/.vitepress/config.mts @@ -34,7 +34,7 @@ export default defineConfig({ {text: 'Home', link: '/'}, {text: 'Guide', link: '/guide/what-is-eclipse-jifa'}, { - text: '0.2.0-SNAPSHOT', + text: '0.2.0', items: [ { text: 'Changelog', @@ -107,7 +107,7 @@ export default defineConfig({ {text: '主页', link: '/zh/'}, {text: '指南', link: '/zh/guide/what-is-eclipse-jifa'}, { - text: '0.2.0-SNAPSHOT', + text: '0.2.0', items: [ { text: '更新日志', diff --git a/version b/version index 9b17816c..341cf11f 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.2.0-SNAPSHOT \ No newline at end of file +0.2.0 \ No newline at end of file