diff --git a/charts/cv/Chart.yaml b/charts/cv/Chart.yaml index a136473..88c3401 100644 --- a/charts/cv/Chart.yaml +++ b/charts/cv/Chart.yaml @@ -9,7 +9,7 @@ appVersion: "latest" description: Helm chart for cv name: cv -version: 0.0.2 +version: 0.0.3 kubeVersion: ">=1.16.0-0" keywords: - cv @@ -26,8 +26,8 @@ maintainers: # TODO: email: todo@todo dependencies: -- name: helm-library-common +- name: common #TODO: pas de helm repository = pas de partage #repository: https://library-charts.k8s-at-home.com - repository: "file://charts/helm-library-common" - version: 4.2.0 + repository: "file://charts/common" + version: 4.2.1 diff --git a/charts/cv/charts/helm-library-common/.helmignore b/charts/cv/charts/common/.helmignore similarity index 100% rename from charts/cv/charts/helm-library-common/.helmignore rename to charts/cv/charts/common/.helmignore diff --git a/charts/cv/charts/helm-library-common/Chart.yaml b/charts/cv/charts/common/Chart.yaml similarity index 91% rename from charts/cv/charts/helm-library-common/Chart.yaml rename to charts/cv/charts/common/Chart.yaml index 5c797ab..0413ab7 100644 --- a/charts/cv/charts/helm-library-common/Chart.yaml +++ b/charts/cv/charts/common/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -name: helm-library-common +name: common description: Function library for k8s-at-home charts type: library -version: 4.2.0 +version: 4.2.1 kubeVersion: ">=1.16.0-0" keywords: - k8s-at-home diff --git a/charts/cv/charts/helm-library-common/README.md b/charts/cv/charts/common/README.md similarity index 100% rename from charts/cv/charts/helm-library-common/README.md rename to charts/cv/charts/common/README.md diff --git a/charts/cv/charts/helm-library-common/README.md.gotmpl b/charts/cv/charts/common/README.md.gotmpl similarity index 100% rename from charts/cv/charts/helm-library-common/README.md.gotmpl rename to charts/cv/charts/common/README.md.gotmpl diff --git a/charts/cv/charts/helm-library-common/README_CHANGELOG.md.gotmpl b/charts/cv/charts/common/README_CHANGELOG.md.gotmpl similarity index 100% rename from charts/cv/charts/helm-library-common/README_CHANGELOG.md.gotmpl rename to charts/cv/charts/common/README_CHANGELOG.md.gotmpl diff --git a/charts/cv/charts/helm-library-common/README_CONFIG.md.gotmpl b/charts/cv/charts/common/README_CONFIG.md.gotmpl similarity index 100% rename from charts/cv/charts/helm-library-common/README_CONFIG.md.gotmpl rename to charts/cv/charts/common/README_CONFIG.md.gotmpl diff --git a/charts/cv/charts/helm-library-common/templates/_all.tpl b/charts/cv/charts/common/templates/_all.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/_all.tpl rename to charts/cv/charts/common/templates/_all.tpl diff --git a/charts/cv/charts/helm-library-common/templates/_configmap.tpl b/charts/cv/charts/common/templates/_configmap.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/_configmap.tpl rename to charts/cv/charts/common/templates/_configmap.tpl diff --git a/charts/cv/charts/helm-library-common/templates/_daemonset.tpl b/charts/cv/charts/common/templates/_daemonset.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/_daemonset.tpl rename to charts/cv/charts/common/templates/_daemonset.tpl diff --git a/charts/cv/charts/helm-library-common/templates/_deployment.tpl b/charts/cv/charts/common/templates/_deployment.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/_deployment.tpl rename to charts/cv/charts/common/templates/_deployment.tpl diff --git a/charts/cv/charts/helm-library-common/templates/_ingress.tpl b/charts/cv/charts/common/templates/_ingress.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/_ingress.tpl rename to charts/cv/charts/common/templates/_ingress.tpl diff --git a/charts/cv/charts/helm-library-common/templates/_notes.tpl b/charts/cv/charts/common/templates/_notes.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/_notes.tpl rename to charts/cv/charts/common/templates/_notes.tpl diff --git a/charts/cv/charts/helm-library-common/templates/_pvc.tpl b/charts/cv/charts/common/templates/_pvc.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/_pvc.tpl rename to charts/cv/charts/common/templates/_pvc.tpl diff --git a/charts/cv/charts/helm-library-common/templates/_secret.tpl b/charts/cv/charts/common/templates/_secret.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/_secret.tpl rename to charts/cv/charts/common/templates/_secret.tpl diff --git a/charts/cv/charts/helm-library-common/templates/_service.tpl b/charts/cv/charts/common/templates/_service.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/_service.tpl rename to charts/cv/charts/common/templates/_service.tpl diff --git a/charts/cv/charts/helm-library-common/templates/_serviceaccount.tpl b/charts/cv/charts/common/templates/_serviceaccount.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/_serviceaccount.tpl rename to charts/cv/charts/common/templates/_serviceaccount.tpl diff --git a/charts/cv/charts/helm-library-common/templates/_statefulset.tpl b/charts/cv/charts/common/templates/_statefulset.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/_statefulset.tpl rename to charts/cv/charts/common/templates/_statefulset.tpl diff --git a/charts/cv/charts/helm-library-common/templates/addons/code-server/_codeserver.tpl b/charts/cv/charts/common/templates/addons/code-server/_codeserver.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/addons/code-server/_codeserver.tpl rename to charts/cv/charts/common/templates/addons/code-server/_codeserver.tpl diff --git a/charts/cv/charts/helm-library-common/templates/addons/code-server/_container.tpl b/charts/cv/charts/common/templates/addons/code-server/_container.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/addons/code-server/_container.tpl rename to charts/cv/charts/common/templates/addons/code-server/_container.tpl diff --git a/charts/cv/charts/helm-library-common/templates/addons/code-server/_secret.tpl b/charts/cv/charts/common/templates/addons/code-server/_secret.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/addons/code-server/_secret.tpl rename to charts/cv/charts/common/templates/addons/code-server/_secret.tpl diff --git a/charts/cv/charts/helm-library-common/templates/addons/code-server/_volume.tpl b/charts/cv/charts/common/templates/addons/code-server/_volume.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/addons/code-server/_volume.tpl rename to charts/cv/charts/common/templates/addons/code-server/_volume.tpl diff --git a/charts/cv/charts/helm-library-common/templates/addons/netshoot/_container.tpl b/charts/cv/charts/common/templates/addons/netshoot/_container.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/addons/netshoot/_container.tpl rename to charts/cv/charts/common/templates/addons/netshoot/_container.tpl diff --git a/charts/cv/charts/helm-library-common/templates/addons/netshoot/_netshoot.tpl b/charts/cv/charts/common/templates/addons/netshoot/_netshoot.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/addons/netshoot/_netshoot.tpl rename to charts/cv/charts/common/templates/addons/netshoot/_netshoot.tpl diff --git a/charts/cv/charts/helm-library-common/templates/addons/promtail/_configmap.tpl b/charts/cv/charts/common/templates/addons/promtail/_configmap.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/addons/promtail/_configmap.tpl rename to charts/cv/charts/common/templates/addons/promtail/_configmap.tpl diff --git a/charts/cv/charts/helm-library-common/templates/addons/promtail/_container.tpl b/charts/cv/charts/common/templates/addons/promtail/_container.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/addons/promtail/_container.tpl rename to charts/cv/charts/common/templates/addons/promtail/_container.tpl diff --git a/charts/cv/charts/helm-library-common/templates/addons/promtail/_promtail.tpl b/charts/cv/charts/common/templates/addons/promtail/_promtail.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/addons/promtail/_promtail.tpl rename to charts/cv/charts/common/templates/addons/promtail/_promtail.tpl diff --git a/charts/cv/charts/helm-library-common/templates/addons/promtail/_volume.tpl b/charts/cv/charts/common/templates/addons/promtail/_volume.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/addons/promtail/_volume.tpl rename to charts/cv/charts/common/templates/addons/promtail/_volume.tpl diff --git a/charts/cv/charts/helm-library-common/templates/addons/vpn/_configmap.tpl b/charts/cv/charts/common/templates/addons/vpn/_configmap.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/addons/vpn/_configmap.tpl rename to charts/cv/charts/common/templates/addons/vpn/_configmap.tpl diff --git a/charts/cv/charts/helm-library-common/templates/addons/vpn/_networkpolicy.tpl b/charts/cv/charts/common/templates/addons/vpn/_networkpolicy.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/addons/vpn/_networkpolicy.tpl rename to charts/cv/charts/common/templates/addons/vpn/_networkpolicy.tpl diff --git a/charts/cv/charts/helm-library-common/templates/addons/vpn/_secret.tpl b/charts/cv/charts/common/templates/addons/vpn/_secret.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/addons/vpn/_secret.tpl rename to charts/cv/charts/common/templates/addons/vpn/_secret.tpl diff --git a/charts/cv/charts/helm-library-common/templates/addons/vpn/_volume.tpl b/charts/cv/charts/common/templates/addons/vpn/_volume.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/addons/vpn/_volume.tpl rename to charts/cv/charts/common/templates/addons/vpn/_volume.tpl diff --git a/charts/cv/charts/helm-library-common/templates/addons/vpn/_vpn.tpl b/charts/cv/charts/common/templates/addons/vpn/_vpn.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/addons/vpn/_vpn.tpl rename to charts/cv/charts/common/templates/addons/vpn/_vpn.tpl diff --git a/charts/cv/charts/helm-library-common/templates/addons/vpn/openvpn/_addon.tpl b/charts/cv/charts/common/templates/addons/vpn/openvpn/_addon.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/addons/vpn/openvpn/_addon.tpl rename to charts/cv/charts/common/templates/addons/vpn/openvpn/_addon.tpl diff --git a/charts/cv/charts/helm-library-common/templates/addons/vpn/openvpn/_container.tpl b/charts/cv/charts/common/templates/addons/vpn/openvpn/_container.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/addons/vpn/openvpn/_container.tpl rename to charts/cv/charts/common/templates/addons/vpn/openvpn/_container.tpl diff --git a/charts/cv/charts/helm-library-common/templates/addons/vpn/openvpn/_secret.tpl b/charts/cv/charts/common/templates/addons/vpn/openvpn/_secret.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/addons/vpn/openvpn/_secret.tpl rename to charts/cv/charts/common/templates/addons/vpn/openvpn/_secret.tpl diff --git a/charts/cv/charts/helm-library-common/templates/addons/vpn/wireguard/_addon.tpl b/charts/cv/charts/common/templates/addons/vpn/wireguard/_addon.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/addons/vpn/wireguard/_addon.tpl rename to charts/cv/charts/common/templates/addons/vpn/wireguard/_addon.tpl diff --git a/charts/cv/charts/helm-library-common/templates/addons/vpn/wireguard/_container.tpl b/charts/cv/charts/common/templates/addons/vpn/wireguard/_container.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/addons/vpn/wireguard/_container.tpl rename to charts/cv/charts/common/templates/addons/vpn/wireguard/_container.tpl diff --git a/charts/cv/charts/helm-library-common/templates/classes/_HorizontalPodAutoscaler.tpl b/charts/cv/charts/common/templates/classes/_HorizontalPodAutoscaler.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/classes/_HorizontalPodAutoscaler.tpl rename to charts/cv/charts/common/templates/classes/_HorizontalPodAutoscaler.tpl diff --git a/charts/cv/charts/helm-library-common/templates/classes/_configmap.tpl b/charts/cv/charts/common/templates/classes/_configmap.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/classes/_configmap.tpl rename to charts/cv/charts/common/templates/classes/_configmap.tpl diff --git a/charts/cv/charts/helm-library-common/templates/classes/_ingress.tpl b/charts/cv/charts/common/templates/classes/_ingress.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/classes/_ingress.tpl rename to charts/cv/charts/common/templates/classes/_ingress.tpl diff --git a/charts/cv/charts/helm-library-common/templates/classes/_pvc.tpl b/charts/cv/charts/common/templates/classes/_pvc.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/classes/_pvc.tpl rename to charts/cv/charts/common/templates/classes/_pvc.tpl diff --git a/charts/cv/charts/helm-library-common/templates/classes/_service.tpl b/charts/cv/charts/common/templates/classes/_service.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/classes/_service.tpl rename to charts/cv/charts/common/templates/classes/_service.tpl diff --git a/charts/cv/charts/helm-library-common/templates/classes/_service_ports.tpl b/charts/cv/charts/common/templates/classes/_service_ports.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/classes/_service_ports.tpl rename to charts/cv/charts/common/templates/classes/_service_ports.tpl diff --git a/charts/cv/charts/helm-library-common/templates/lib/chart/_capabilities.tpl b/charts/cv/charts/common/templates/lib/chart/_capabilities.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/lib/chart/_capabilities.tpl rename to charts/cv/charts/common/templates/lib/chart/_capabilities.tpl diff --git a/charts/cv/charts/helm-library-common/templates/lib/chart/_labels.tpl b/charts/cv/charts/common/templates/lib/chart/_labels.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/lib/chart/_labels.tpl rename to charts/cv/charts/common/templates/lib/chart/_labels.tpl diff --git a/charts/cv/charts/helm-library-common/templates/lib/chart/_names.tpl b/charts/cv/charts/common/templates/lib/chart/_names.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/lib/chart/_names.tpl rename to charts/cv/charts/common/templates/lib/chart/_names.tpl diff --git a/charts/cv/charts/helm-library-common/templates/lib/chart/_values.tpl b/charts/cv/charts/common/templates/lib/chart/_values.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/lib/chart/_values.tpl rename to charts/cv/charts/common/templates/lib/chart/_values.tpl diff --git a/charts/cv/charts/helm-library-common/templates/lib/controller/_container.tpl b/charts/cv/charts/common/templates/lib/controller/_container.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/lib/controller/_container.tpl rename to charts/cv/charts/common/templates/lib/controller/_container.tpl diff --git a/charts/cv/charts/helm-library-common/templates/lib/controller/_pod.tpl b/charts/cv/charts/common/templates/lib/controller/_pod.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/lib/controller/_pod.tpl rename to charts/cv/charts/common/templates/lib/controller/_pod.tpl diff --git a/charts/cv/charts/helm-library-common/templates/lib/controller/_ports.tpl b/charts/cv/charts/common/templates/lib/controller/_ports.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/lib/controller/_ports.tpl rename to charts/cv/charts/common/templates/lib/controller/_ports.tpl diff --git a/charts/cv/charts/helm-library-common/templates/lib/controller/_probes.tpl b/charts/cv/charts/common/templates/lib/controller/_probes.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/lib/controller/_probes.tpl rename to charts/cv/charts/common/templates/lib/controller/_probes.tpl diff --git a/charts/cv/charts/helm-library-common/templates/lib/controller/_volumemounts.tpl b/charts/cv/charts/common/templates/lib/controller/_volumemounts.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/lib/controller/_volumemounts.tpl rename to charts/cv/charts/common/templates/lib/controller/_volumemounts.tpl diff --git a/charts/cv/charts/helm-library-common/templates/lib/controller/_volumes.tpl b/charts/cv/charts/common/templates/lib/controller/_volumes.tpl similarity index 100% rename from charts/cv/charts/helm-library-common/templates/lib/controller/_volumes.tpl rename to charts/cv/charts/common/templates/lib/controller/_volumes.tpl diff --git a/charts/cv/charts/helm-library-common/values.yaml b/charts/cv/charts/common/values.yaml similarity index 100% rename from charts/cv/charts/helm-library-common/values.yaml rename to charts/cv/charts/common/values.yaml