From 55458afc7f236dbd7ab924b08051e82af6048688 Mon Sep 17 00:00:00 2001 From: Marius Ensrud Date: Fri, 10 Feb 2023 18:30:48 +0100 Subject: [PATCH] mail-relay --- charts/mail-relay/{ => 0.1.0}/Chart.yaml | 0 charts/mail-relay/{ => 0.1.0}/templates/NOTES.txt | 0 charts/mail-relay/{ => 0.1.0}/templates/_helpers.tpl | 0 charts/mail-relay/{ => 0.1.0}/templates/deployment.yaml | 0 charts/mail-relay/{ => 0.1.0}/templates/hpa.yaml | 0 charts/mail-relay/{ => 0.1.0}/templates/ingress.yaml | 0 charts/mail-relay/{ => 0.1.0}/templates/networkpolicy.yaml | 0 charts/mail-relay/{ => 0.1.0}/templates/service.yaml | 0 charts/mail-relay/{ => 0.1.0}/templates/serviceaccount.yaml | 0 .../mail-relay/{ => 0.1.0}/templates/tests/test-connection.yaml | 0 charts/mail-relay/{ => 0.1.0}/values.yaml | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename charts/mail-relay/{ => 0.1.0}/Chart.yaml (100%) rename charts/mail-relay/{ => 0.1.0}/templates/NOTES.txt (100%) rename charts/mail-relay/{ => 0.1.0}/templates/_helpers.tpl (100%) rename charts/mail-relay/{ => 0.1.0}/templates/deployment.yaml (100%) rename charts/mail-relay/{ => 0.1.0}/templates/hpa.yaml (100%) rename charts/mail-relay/{ => 0.1.0}/templates/ingress.yaml (100%) rename charts/mail-relay/{ => 0.1.0}/templates/networkpolicy.yaml (100%) rename charts/mail-relay/{ => 0.1.0}/templates/service.yaml (100%) rename charts/mail-relay/{ => 0.1.0}/templates/serviceaccount.yaml (100%) rename charts/mail-relay/{ => 0.1.0}/templates/tests/test-connection.yaml (100%) rename charts/mail-relay/{ => 0.1.0}/values.yaml (100%) diff --git a/charts/mail-relay/Chart.yaml b/charts/mail-relay/0.1.0/Chart.yaml similarity index 100% rename from charts/mail-relay/Chart.yaml rename to charts/mail-relay/0.1.0/Chart.yaml diff --git a/charts/mail-relay/templates/NOTES.txt b/charts/mail-relay/0.1.0/templates/NOTES.txt similarity index 100% rename from charts/mail-relay/templates/NOTES.txt rename to charts/mail-relay/0.1.0/templates/NOTES.txt diff --git a/charts/mail-relay/templates/_helpers.tpl b/charts/mail-relay/0.1.0/templates/_helpers.tpl similarity index 100% rename from charts/mail-relay/templates/_helpers.tpl rename to charts/mail-relay/0.1.0/templates/_helpers.tpl diff --git a/charts/mail-relay/templates/deployment.yaml b/charts/mail-relay/0.1.0/templates/deployment.yaml similarity index 100% rename from charts/mail-relay/templates/deployment.yaml rename to charts/mail-relay/0.1.0/templates/deployment.yaml diff --git a/charts/mail-relay/templates/hpa.yaml b/charts/mail-relay/0.1.0/templates/hpa.yaml similarity index 100% rename from charts/mail-relay/templates/hpa.yaml rename to charts/mail-relay/0.1.0/templates/hpa.yaml diff --git a/charts/mail-relay/templates/ingress.yaml b/charts/mail-relay/0.1.0/templates/ingress.yaml similarity index 100% rename from charts/mail-relay/templates/ingress.yaml rename to charts/mail-relay/0.1.0/templates/ingress.yaml diff --git a/charts/mail-relay/templates/networkpolicy.yaml b/charts/mail-relay/0.1.0/templates/networkpolicy.yaml similarity index 100% rename from charts/mail-relay/templates/networkpolicy.yaml rename to charts/mail-relay/0.1.0/templates/networkpolicy.yaml diff --git a/charts/mail-relay/templates/service.yaml b/charts/mail-relay/0.1.0/templates/service.yaml similarity index 100% rename from charts/mail-relay/templates/service.yaml rename to charts/mail-relay/0.1.0/templates/service.yaml diff --git a/charts/mail-relay/templates/serviceaccount.yaml b/charts/mail-relay/0.1.0/templates/serviceaccount.yaml similarity index 100% rename from charts/mail-relay/templates/serviceaccount.yaml rename to charts/mail-relay/0.1.0/templates/serviceaccount.yaml diff --git a/charts/mail-relay/templates/tests/test-connection.yaml b/charts/mail-relay/0.1.0/templates/tests/test-connection.yaml similarity index 100% rename from charts/mail-relay/templates/tests/test-connection.yaml rename to charts/mail-relay/0.1.0/templates/tests/test-connection.yaml diff --git a/charts/mail-relay/values.yaml b/charts/mail-relay/0.1.0/values.yaml similarity index 100% rename from charts/mail-relay/values.yaml rename to charts/mail-relay/0.1.0/values.yaml