Work in progress
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
helmfiles:
|
||||
- ../common/helmfile.yaml
|
||||
repositories:
|
||||
- name: zot
|
||||
url: registry.badhouseplants.net/helmule
|
||||
url: git.badhouseplants.net/softplayer/helm
|
||||
oci: true
|
||||
|
||||
releases:
|
||||
@ -10,74 +12,18 @@ releases:
|
||||
values:
|
||||
- ./values/namespaces.yaml
|
||||
|
||||
- name: coredns
|
||||
chart: zot/coredns
|
||||
version: 1.29.0
|
||||
namespace: kube-system
|
||||
values:
|
||||
- ./values/coredns.yaml
|
||||
|
||||
- name: cilium
|
||||
chart: zot/cilium
|
||||
installed: true
|
||||
version: 1.15.2
|
||||
namespace: kube-system
|
||||
needs:
|
||||
- kube-system/coredns
|
||||
- kube-system/namespaces
|
||||
values:
|
||||
- ./values/cilium.yaml
|
||||
|
||||
- name: metrics-server
|
||||
chart: zot/metrics-server
|
||||
version: 3.12.0
|
||||
namespace: kube-system
|
||||
needs:
|
||||
- kube-system/coredns
|
||||
- kube-system/cilium
|
||||
values:
|
||||
- ./values/metrics-server.yaml
|
||||
|
||||
- name: traefik
|
||||
chart: zot/traefik
|
||||
version: 26.1.0
|
||||
version: 27.0.2
|
||||
needs:
|
||||
- kube-system/namespaces
|
||||
- kube-system/coredns
|
||||
- kube-system/cilium
|
||||
namespace: traefik-system
|
||||
|
||||
- name: cert-manager
|
||||
chart: zot/cert-manager
|
||||
version: v1.14.4
|
||||
namespace: cert-manager
|
||||
needs:
|
||||
- kube-system/namespaces
|
||||
- kube-system/coredns
|
||||
values:
|
||||
- ./values/cert-mangager.yaml
|
||||
|
||||
- name: metallb
|
||||
chart: zot/metallb
|
||||
version: 0.14.3
|
||||
namespace: metallb-system
|
||||
needs:
|
||||
- kube-system/namespaces
|
||||
- kube-system/coredns
|
||||
- kube-system/cilium
|
||||
|
||||
- name: local-path-provisioner
|
||||
chart: zot/local-path-provisioner
|
||||
version: 0.0.25-dev
|
||||
|
||||
- name: longhorn
|
||||
chart: zot/longhorn
|
||||
namespace: longhorn-system
|
||||
installed: false
|
||||
version: 1.6.0
|
||||
values:
|
||||
- ./values/longhorn.yaml
|
||||
needs:
|
||||
- kube-system/namespaces
|
||||
- kube-system/coredns
|
||||
- kube-system/cilium
|
||||
|
@ -1,4 +1,10 @@
|
||||
repositories:
|
||||
- name: cdf
|
||||
helm:
|
||||
url: https://cdfoundation.github.io/tekton-helm-chart/
|
||||
- name: istio
|
||||
helm:
|
||||
url: https://istio-release.storage.googleapis.com/charts
|
||||
- name: metrics-server
|
||||
helm:
|
||||
url: https://kubernetes-sigs.github.io/metrics-server/
|
||||
@ -28,48 +34,78 @@ repositories:
|
||||
url: https://github.com/rancher/local-path-provisioner.git
|
||||
git_ref: main
|
||||
path: deploy/chart
|
||||
|
||||
mirrors:
|
||||
- name: custom-commands
|
||||
custom_command:
|
||||
package:
|
||||
- helm package -d package .
|
||||
upload:
|
||||
- helm push ./package/{{ name }}-{{ version }}.tgz oci://registry.badhouseplants.net/helmule
|
||||
- helm push ./package/{{ name }}-{{ version }}.tgz oci://git.badhouseplants.net/softplayer/helm
|
||||
- rm -rf ./package
|
||||
|
||||
charts:
|
||||
- name: coredns
|
||||
repository: coredns
|
||||
mirrors:
|
||||
- custom_command
|
||||
|
||||
- name: cilium
|
||||
repository: cilium
|
||||
mirrors:
|
||||
- custom_command
|
||||
|
||||
- name: metrics-server
|
||||
repository: metrics-server
|
||||
mirrors:
|
||||
- custom_command
|
||||
|
||||
- name: traefik
|
||||
repository: traefik
|
||||
mirrors:
|
||||
- custom_command
|
||||
|
||||
- name: cert-manager
|
||||
repository: jetstack
|
||||
mirrors:
|
||||
- custom_command
|
||||
|
||||
- name: metallb
|
||||
repository: metallb
|
||||
mirrors:
|
||||
- custom_command
|
||||
|
||||
- name: longhorn
|
||||
repository: longhorn
|
||||
mirrors:
|
||||
- custom_command
|
||||
|
||||
- name: flannel
|
||||
repository: flannel
|
||||
mirrors:
|
||||
- custom_command
|
||||
|
||||
- name: local-path-provisioner
|
||||
repository: rancher-local-path
|
||||
mirrors:
|
||||
- custom_command
|
||||
|
||||
- name: base
|
||||
repository: istio
|
||||
mirrors:
|
||||
- custom_command
|
||||
|
||||
- name: gateway
|
||||
repository: istio
|
||||
mirrors:
|
||||
- custom_command
|
||||
|
||||
- name: istiod
|
||||
repository: istio
|
||||
mirrors:
|
||||
- custom_command
|
||||
|
||||
- name: tekton-pipeline
|
||||
repository: cdf
|
||||
mirrors:
|
||||
- custom_command
|
||||
|
3
workload/values/local-path.yaml
Normal file
3
workload/values/local-path.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
storageClass:
|
||||
create: true
|
||||
defaultClass: true
|
Reference in New Issue
Block a user