Skip to content

Commit

Permalink
bump Shifu to v0.30.0 (Edgenesis#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomqin93 authored Oct 31, 2023
1 parent 6323095 commit 2df19f2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/guides/install/install-shifu-prod.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To deploy ***Shifu*** in production environment, you need to [Install Kubernetes
***Shifu*** provides a one-click installation where you can use the following command to install ***Shifu*** into your cluster.

```bash
kubectl apply -f https://raw.githubusercontent.com/Edgenesis/shifu/v0.29.0/pkg/k8s/crd/install/shifu_install.yml
kubectl apply -f https://raw.githubusercontent.com/Edgenesis/shifu/v0.30.0/pkg/k8s/crd/install/shifu_install.yml
```

:::tip About User Metrics in Shifu
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/telemetryservice/installtelemetryservice.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Make sure you have ***Shifu*** installed first. If you have not installed ***Shi
***Shifu*** provides a one-click installation where you can use the following command to install ***telemetryService*** into your cluster.

```bash
kubectl apply -f https://raw.githubusercontent.com/Edgenesis/shifu/v0.29.0/pkg/telemetryservice/install/telemetryservice_install.yaml
kubectl apply -f https://raw.githubusercontent.com/Edgenesis/shifu/v0.30.0/pkg/telemetryservice/install/telemetryservice_install.yaml
```
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sidebar_position: 2
***Shifu*** 提供了一键安装的方式,您可以使用如下命令将 ***Shifu*** 安装到您的集群中:

```bash
kubectl apply -f https://gitee.com/edgenesis/shifu/raw/v0.29.0/pkg/k8s/crd/install/shifu_install.yml
kubectl apply -f https://gitee.com/edgenesis/shifu/raw/v0.30.0/pkg/k8s/crd/install/shifu_install.yml
```

:::tip 关于用户指标
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
***Shifu***提供了一个一键式安装,你可以使用以下命令将 ***telemetryService*** 安装到你的集群。

```bash
kubectl apply -f https://gitee.com/edgenesis/shifu/raw/v0.29.0/pkg/telemetryservice/install/telemetryservice_install.yaml
kubectl apply -f https://gitee.com/edgenesis/shifu/raw/v0.30.0/pkg/telemetryservice/install/telemetryservice_install.yaml
```
4 changes: 2 additions & 2 deletions src/components/home/News/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ let Lists = [
img: 'releases.svg',
// img: require('@site/static/img/home/releases.png').default,
title: translate({ message: 'Releases' }),
message: translate({ message: 'v0.29.0' }),
messageLink: 'https://github.com/Edgenesis/shifu/releases/tag/v0.29.0',
message: translate({ message: 'v0.30.0' }),
messageLink: 'https://github.com/Edgenesis/shifu/releases/tag/v0.30.0',
link: 'https://github.com/Edgenesis/shifu/releases'
}
]
Expand Down

0 comments on commit 2df19f2

Please sign in to comment.