使用 helm repo add istio添加了一个helm chart repo,如何查看istio的版本呢

1. 添加chart repo

helm repo add istio https://istio-release.storage.googleapis.com/charts
helm repo update

2. 查看版本

helm search repo istio

3. 查看版本详细信息

helm show chart istio/cni

4. 查看某个chart的历史版本

helm search repo <chart-name> --versions

5. 下载指定版本的chart包

相关推荐

  1. 【 C++ 】如何查看项目中使用c++版本

    2024-03-13 12:44:02       42 阅读
  2. 如何查看Linux发行版本

    2024-03-13 12:44:02       41 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-03-13 12:44:02       98 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-03-13 12:44:02       106 阅读
  3. 在Django里面运行非项目文件

    2024-03-13 12:44:02       87 阅读
  4. Python语言-面向对象

    2024-03-13 12:44:02       97 阅读

热门阅读

  1. TCP通信程序

    2024-03-13 12:44:02       50 阅读
  2. 分布式微服务 - 2.服务注册 - 5.Nacos

    2024-03-13 12:44:02       41 阅读
  3. 使用fegin遇到的俩个问题

    2024-03-13 12:44:02       37 阅读
  4. springboot集成Quartz定时任务组件

    2024-03-13 12:44:02       45 阅读
  5. vsto给excel赋值最快的方式是什么

    2024-03-13 12:44:02       42 阅读
  6. 什么是R语言?什么是R包?-R语言001

    2024-03-13 12:44:02       31 阅读
  7. 新概念英语第二册(81)

    2024-03-13 12:44:02       40 阅读
  8. 北京某中厂凉经

    2024-03-13 12:44:02       36 阅读
  9. yolov5训练数据,并运行在rv1126平台

    2024-03-13 12:44:02       40 阅读
  10. 工业制造企业能耗是怎么一回事

    2024-03-13 12:44:02       37 阅读
  11. 软件架构设计的核心步骤详解

    2024-03-13 12:44:02       41 阅读
  12. 为何读了这么多书,依然不知道怎么过好一生?

    2024-03-13 12:44:02       44 阅读
  13. 基础的正则表达式

    2024-03-13 12:44:02       42 阅读