feat: kubezero-argo initial commit
This commit is contained in:
parent
49e17c008f
commit
6dc910fabd
23
charts/kubezero-argo/Chart.yaml
Normal file
23
charts/kubezero-argo/Chart.yaml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
apiVersion: v2
|
||||||
|
description: KubeZero Argo - Events, Workflow, CD
|
||||||
|
name: kubezero-argo
|
||||||
|
version: 0.1.0
|
||||||
|
home: https://kubezero.com
|
||||||
|
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||||
|
keywords:
|
||||||
|
- kubezero
|
||||||
|
- argo-events
|
||||||
|
- argo-workflow
|
||||||
|
maintainers:
|
||||||
|
- name: Stefan Reimer
|
||||||
|
email: stefan@zero-downtime.net
|
||||||
|
# Url: https://github.com/argoproj/argo-helm/tree/main/charts
|
||||||
|
dependencies:
|
||||||
|
- name: kubezero-lib
|
||||||
|
version: ">= 0.1.6"
|
||||||
|
repository: https://cdn.zero-downtime.net/charts/
|
||||||
|
- name: argo-events
|
||||||
|
version: 2.4.3
|
||||||
|
repository: https://argoproj.github.io/argo-helm
|
||||||
|
condition: argo-events.enabled
|
||||||
|
kubeVersion: ">= 1.26.0"
|
31
charts/kubezero-argo/README.md
Normal file
31
charts/kubezero-argo/README.md
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# kubezero-argo
|
||||||
|
|
||||||
|
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square)
|
||||||
|
|
||||||
|
KubeZero Argo - Events, Workflow, CD
|
||||||
|
|
||||||
|
**Homepage:** <https://kubezero.com>
|
||||||
|
|
||||||
|
## Maintainers
|
||||||
|
|
||||||
|
| Name | Email | Url |
|
||||||
|
| ---- | ------ | --- |
|
||||||
|
| Stefan Reimer | <stefan@zero-downtime.net> | |
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
Kubernetes: `>= 1.26.0`
|
||||||
|
|
||||||
|
| Repository | Name | Version |
|
||||||
|
|------------|------|---------|
|
||||||
|
| https://argoproj.github.io/argo-helm | argo-events | 2.4.3 |
|
||||||
|
| https://cdn.zero-downtime.net/charts/ | kubezero-lib | >= 0.1.6 |
|
||||||
|
|
||||||
|
## Values
|
||||||
|
|
||||||
|
| Key | Type | Default | Description |
|
||||||
|
|-----|------|---------|-------------|
|
||||||
|
| argo-events.enabled | bool | `false` | |
|
||||||
|
|
||||||
|
## Resources
|
||||||
|
|
19
charts/kubezero-argo/README.md.gotmpl
Normal file
19
charts/kubezero-argo/README.md.gotmpl
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{{ template "chart.header" . }}
|
||||||
|
{{ template "chart.deprecationWarning" . }}
|
||||||
|
|
||||||
|
{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }}
|
||||||
|
|
||||||
|
{{ template "chart.description" . }}
|
||||||
|
|
||||||
|
{{ template "chart.homepageLine" . }}
|
||||||
|
|
||||||
|
{{ template "chart.maintainersSection" . }}
|
||||||
|
|
||||||
|
{{ template "chart.sourcesSection" . }}
|
||||||
|
|
||||||
|
{{ template "chart.requirementsSection" . }}
|
||||||
|
|
||||||
|
{{ template "chart.valuesSection" . }}
|
||||||
|
|
||||||
|
## Resources
|
||||||
|
|
10
charts/kubezero-argo/update.sh
Executable file
10
charts/kubezero-argo/update.sh
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
. ../../scripts/lib-update.sh
|
||||||
|
|
||||||
|
update_helm
|
||||||
|
|
||||||
|
# Create ZDT dashboard configmap
|
||||||
|
#../kubezero-metrics/sync_grafana_dashboards.py dashboards.yaml templates/grafana-dashboards.yaml
|
||||||
|
|
||||||
|
update_docs
|
2
charts/kubezero-argo/values.yaml
Normal file
2
charts/kubezero-argo/values.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
argo-events:
|
||||||
|
enabled: false
|
Loading…
Reference in New Issue
Block a user