Argocd多版本Helm Chart 🚀 目标:实现多个应用引用同一Helm Chart的不同版本,并允许自定义覆盖values。🌐 环境:Argocd 2.12+、Helm、Nexus3、GitLab 14、K3s 1.28。📦 步骤: 在Nexus中创建Helm私库。 在GitLab中创建多个repo来管理values.yaml文件。 使用Argocd的高版本功能,允许每个应用引用多个Helm源,并引用...
global:postgresql:auth:username:"<username>"database:"argo_postgres"existingSecret:"argo-workflows-postgresql"secretKeys:adminPasswordKey:"postgres-password"userPasswordKey:"password"primary:persistence:size:10GireadReplicas:persistence:size:10Gi Helm helm repo add bitnami https://charts.bitnami.com/bitnam...
EOFhelm upgrade--installargocd argo/argo-cd-nargocd-fvalues.yaml 步骤二:使用 Argo CD 部署 Helm Charts 部署Helm 仓库中 Charts 要使用 Argo CD 部署 Helm Charts,可以创建一个 Application 资源,并指定 Helm Chart 的路径、存储库 URL 和目标修订版本。例如,要部署一个名为 nginx 的 Helm Chart,可以创...
首先,简单使用 helm 部署一个 AIO 的Postgres REGISTRY_NAME=registry-1.docker.io REPOSITORY_NAME=bitnamicharts storageClass="local-path" # postgres 账号的密码 adminPassword="postgresadmin" helm install pg-aio oci://$REGISTRY_NAME/$REPOSITORY_NAME/postgresql \ --set global.storageClass=$storageClass \...
helm install argocd argo/argo-cd --set-string configs.params."server\.disable\.auth"=true --version 5.12.0 --create-namespace -n argocd 验证ArgoCD pod 正在运行并处于 READY 状态。 代码语言:txt 复制 kubectl get pod -n argocd NAME READY STATUS RESTARTS AGE ...
Argo Helm Charts Argo Helm is a collection of community maintained charts for https://argoproj.github.io projects. The charts can be added using following command: helm repo add argo https://argoproj.github.io/argo-helm Contributing We'd love to have you contribute! Please refer to our ...
创建Helm 模板 在192.168.0.217 上操作 创建Helm 模板的作用主要用于制定一些通用配置,例如:CPU,内存的限制,暴露的端口,滚动更新策略等,方便我们的程序复用该模板配置。 mkdir/data/charts/-p&&cd/data/charts/helmcreateyp-flaskcdyp-flask# 删除 charts 文件夹rm-rfcharts# 删除 templates 文件夹下的某些配置cdte...
Argo Helm Charts Argo Helm is a collection of community maintained charts for https://argoproj.github.io projects. The charts can be added using following command: helm repo add argo https://argoproj.github.io/argo-helm Contributing We'd love to have you contribute! Please refer to our con...
Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} argoproj / argo-helm Public Notifications You must be signed in to change notification settings Fork 1.9k Star 1.9k ...
helm repo add argo https://argoproj.github.io/argo-helm helm install my-argo-cd argo/argo-cd --version 5.46.4 待全部的pod处于running状态(如下图所示),即可正常使用 三,系统准备 3.1,进入ui页面 想办法暴露argocd-server的对外访问能力,例如:NodePort、Loadbalance、Ingress等(此处略过) ...