diff --git a/charts/network-tools/Chart.lock b/charts/network-tools/Chart.lock new file mode 100644 index 0000000..4fe867c --- /dev/null +++ b/charts/network-tools/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: oci://tccr.io/truecharts + version: 20.2.0 +digest: sha256:359af2c9a305ffcffcac7ec54df12c2a7f6c1ac66c3c0daec7940e695ea132e8 +generated: "2024-03-16T14:53:50.625589324+01:00" diff --git a/charts/network-tools/Makefile b/charts/network-tools/Makefile new file mode 100644 index 0000000..088f804 --- /dev/null +++ b/charts/network-tools/Makefile @@ -0,0 +1,2 @@ +update: + helm dependency update diff --git a/charts/network-tools/charts/common-20.2.0.tgz b/charts/network-tools/charts/common-20.2.0.tgz new file mode 100644 index 0000000..8bc207a Binary files /dev/null and b/charts/network-tools/charts/common-20.2.0.tgz differ diff --git a/charts/network-tools/templates/NOTES.txt b/charts/network-tools/templates/NOTES.txt new file mode 100644 index 0000000..efcb74c --- /dev/null +++ b/charts/network-tools/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/charts/network-tools/templates/common.yaml b/charts/network-tools/templates/common.yaml new file mode 100644 index 0000000..b51394e --- /dev/null +++ b/charts/network-tools/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }}