Super Anything Helm Charts

Private Helm Charts Repository for super-anything organization

View the Project on GitHub super-anything/helm-charts-repo

Private Helm Charts Repository

私有 Helm Charts 仓库 - super-anything 组织

可用 Charts

Chart 版本 描述
powerjob 0.1.0 PowerJob 分布式任务调度平台
axon-server 0.1.0 Axon Server 事件存储和消息路由平台

使用方法

1. 添加 Helm 仓库

# 添加仓库
helm repo add super-anything https://helm.sup-any.org/

# 更新仓库索引  
helm repo update

2. 搜索可用 Charts

helm search repo super-anything/

3. 安装 Charts

# 安装 PowerJob
helm install powerjob super-anything/powerjob --version 0.1.0

# 安装 Axon Server (Standalone)
helm install axon-standalone super-anything/axon-server --version 0.1.0

# 安装 Axon Server (Cluster)
helm install axon-cluster super-anything/axon-server --version 0.1.0 \
  --set mode=cluster \
  --set clusterNodes=3

在 Devtron 中使用

  1. 进入 Global Configurations → Chart Repositories
  2. 点击 Add Repository
  3. 填写配置:
    • Name: super-anything-charts
    • URL: https://helm.sup-any.org/
    • Auth Type: Anonymous (公开仓库)

自动生成于 $(date)