diff options
author | Iurii Plugatariov <[email protected]> | 2024-06-28 17:57:16 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-28 17:57:16 +0200 |
commit | c6292662cd65ba74a15841c8e698e64bfbcc65cb (patch) | |
tree | 5ebb53f940860cd14ce5625c40b1d8db9ce9aa81 /tools/cert-manager/Chart.yaml | |
parent | 303262c75bd8d3ad2e166760f0518a0d8aa0591c (diff) | |
parent | 812cf4c17ef7570e52427e4a590b3a8c168c1621 (diff) | |
download | k3s-lab-c6292662cd65ba74a15841c8e698e64bfbcc65cb.tar.gz |
Merge pull request #1 from makefunstuff/argocd-and-stuff
argocd and stuff
Diffstat (limited to 'tools/cert-manager/Chart.yaml')
-rw-r--r-- | tools/cert-manager/Chart.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/cert-manager/Chart.yaml b/tools/cert-manager/Chart.yaml new file mode 100644 index 0000000..9dd7d68 --- /dev/null +++ b/tools/cert-manager/Chart.yaml @@ -0,0 +1,9 @@ +apiVersion: v2 +name: cert-manager +description: A Helm chart for Cert-Manager +version: 0.1.0 +appVersion: v1.8.0 +dependencies: + - name: cert-manager + version: v1.8.0 + repository: https://charts.jetstack.io |