This repository has been archived on 2024-09-11. You can view files and clone it, but cannot push or open issues or pull requests.
k8s-cluster-config/helmfile.yaml

41 lines
732 B
YAML
Raw Permalink Normal View History

---
{{ readFile "releases.yaml" }}
bases:
- environments.yaml
- repositories.yaml
releases:
- <<: *metrics-server
installed: true
namespace: kube-system
createNamespace: false
- <<: *cert-manager
installed: true
2024-06-15 10:20:06 +00:00
namespace: kube-system
createNamespace: false
- <<: *minio
installed: true
namespace: minio-service
createNamespace: false
2023-03-07 17:03:39 +00:00
2023-04-28 15:39:56 +00:00
- <<: *metallb
installed: true
2024-06-15 10:20:06 +00:00
namespace: kube-system
createNamespace: false
2023-12-24 13:48:53 +00:00
- <<: *reflector
installed: true
2024-06-15 10:20:06 +00:00
namespace: kube-system
createNamespace: false
2023-12-24 13:48:53 +00:00
2024-02-08 18:58:31 +00:00
- <<: *metallb-resources
installed: true
2024-06-15 10:20:06 +00:00
namespace: kube-system
2024-02-08 18:58:31 +00:00
createNamespace: false
2024-02-04 08:31:09 +00:00
helmfiles:
- path: {{.Environment.Name }}/helmfile.yaml