diff --git a/artifactory/index.yaml b/artifactory/index.yaml new file mode 100644 index 0000000..76f7902 --- /dev/null +++ b/artifactory/index.yaml @@ -0,0 +1,14 @@ +apiVersion: v1 +entries: + qryn-helm: + - apiVersion: v2 + appVersion: 3.0.20 + created: "2024-01-19T13:58:29.590936467+02:00" + description: A Helm chart for Kubernetes + digest: 976656c64571841f6ea2903f17d11bfc1b8a290dcae1e5875405ed97a21aeab9 + name: qryn-helm + type: application + urls: + - qryn-helm-0.1.0.tgz + version: 0.1.0 +generated: "2024-01-19T13:58:29.590208069+02:00" diff --git a/artifactory/qryn-helm-0.1.0.tgz b/artifactory/qryn-helm-0.1.0.tgz new file mode 100644 index 0000000..b6cddc1 Binary files /dev/null and b/artifactory/qryn-helm-0.1.0.tgz differ diff --git a/.helmignore b/qryn-helm/.helmignore similarity index 100% rename from .helmignore rename to qryn-helm/.helmignore diff --git a/Chart.yaml b/qryn-helm/Chart.yaml similarity index 100% rename from Chart.yaml rename to qryn-helm/Chart.yaml diff --git a/README.md b/qryn-helm/README.md similarity index 100% rename from README.md rename to qryn-helm/README.md diff --git a/templates/_helpers.tpl b/qryn-helm/templates/_helpers.tpl similarity index 100% rename from templates/_helpers.tpl rename to qryn-helm/templates/_helpers.tpl diff --git a/templates/qryn-deployment.yaml b/qryn-helm/templates/qryn-deployment.yaml similarity index 100% rename from templates/qryn-deployment.yaml rename to qryn-helm/templates/qryn-deployment.yaml diff --git a/templates/qryn-hpa.yaml b/qryn-helm/templates/qryn-hpa.yaml similarity index 100% rename from templates/qryn-hpa.yaml rename to qryn-helm/templates/qryn-hpa.yaml diff --git a/templates/qryn-ingress.yaml b/qryn-helm/templates/qryn-ingress.yaml similarity index 100% rename from templates/qryn-ingress.yaml rename to qryn-helm/templates/qryn-ingress.yaml diff --git a/templates/qryn-service.yaml b/qryn-helm/templates/qryn-service.yaml similarity index 100% rename from templates/qryn-service.yaml rename to qryn-helm/templates/qryn-service.yaml diff --git a/values.yaml b/qryn-helm/values.yaml similarity index 100% rename from values.yaml rename to qryn-helm/values.yaml