[クラウドネイティブ] AWS プラットフォーム EKS1.25 では、Helm は Nexus3.20.1 をインストールします

Helm メソッドを使用してインストールする

作品リスト:/opt/eks/yaml/nexus3

Helm チャートのソースを追加する

helm repo add azure http://mirror.azure.cn/kubernetes/charts/

クエリバージョン

チャートのバージョンとネクサスのバージョンにはいくつかの違いがあります。インストールされるバージョンは 3.20.1 で、対応するチャートのバージョンは 1.23.1、1.23.0、1.22.0、1.21.4 などです。最新のチャート バージョン 1.23.1 バージョンをインストールします

 helm search repo nexus --versions
#--------------------------------------------
NAME                    CHART VERSION   APP VERSION     DESCRIPTION   
azure/sonatype-nexus    1.23.1          3.20.1-01       DEPRECATED - Sonatype Nexus is an open source r...
azure/sonatype-nexus    1.23.0          3.20.1-01       Sonatype Nexus is an open source repository man...
azure/sonatype-nexus    1.22.0          3.20.1-01       Sonatype Nexus is an open source repository man...
azure/sonatype-nexus    1.21.4          3.20.1-01       Sonatype Nexus is an open source repository man...

プルチャートパッケージ

helm pull azure/sonatype-ne

おすすめ

転載: blog.csdn.net/zhanremo3062/article/details/131620623