From 7f0cfdca2b56c0982eb8fe2c4e5b46b7bd276636 Mon Sep 17 00:00:00 2001 From: Rasmus K Madsen Date: Wed, 10 Jan 2024 12:49:29 +0100 Subject: [PATCH] move files to work with github action --- .github/workflows/cd.yaml | 4 +--- Chart.lock => charts/aoi-helm/Chart.lock | 0 Chart.yaml => charts/aoi-helm/Chart.yaml | 0 README.md => charts/aoi-helm/README.md | 0 charts/{ => aoi-helm/charts}/grafana-7.0.9.tgz | Bin .../charts}/victoria-metrics-single-0.9.12.tgz | Bin .../aoi-helm/templates}/_helpers.tpl | 0 .../bootstrapconfig.yaml | 0 .../projectbootstrap.yaml | 0 .../templates}/auth-proxy/_helpers-authProxy.tpl | 0 .../auth-proxy/deployment-auth-proxy.yaml | 0 .../templates}/auth-proxy/service-auth-proxy.yaml | 0 .../aoi-helm/templates}/externalsecrets.yaml | 0 .../aoi-helm/templates}/grafana-datasource.yaml | 0 .../aoi-helm/templates}/ingress.yaml | 0 .../templates}/prometheus/_helpers-prometheus.tpl | 0 .../aoi-helm/templates}/prometheus/clusterrole.yaml | 0 .../templates}/prometheus/clusterrolebinding.yaml | 0 .../templates}/prometheus/prometheus-relabel.yaml | 0 .../aoi-helm/templates}/prometheus/prometheus.yaml | 0 .../aoi-helm/templates}/prometheus/sa.yaml | 0 .../aoi-helm/templates}/promxy/_helpers-promxy.tpl | 0 .../templates}/promxy/configmap-promxy.yaml | 0 .../templates}/promxy/deployment-promxy.yaml | 0 .../templates}/promxy/service-auth-promxy.yaml | 0 values.yaml => charts/aoi-helm/values.yaml | 0 26 files changed, 1 insertion(+), 3 deletions(-) rename Chart.lock => charts/aoi-helm/Chart.lock (100%) rename Chart.yaml => charts/aoi-helm/Chart.yaml (100%) rename README.md => charts/aoi-helm/README.md (100%) rename charts/{ => aoi-helm/charts}/grafana-7.0.9.tgz (100%) rename charts/{ => aoi-helm/charts}/victoria-metrics-single-0.9.12.tgz (100%) rename {templates => charts/aoi-helm/templates}/_helpers.tpl (100%) rename {templates => charts/aoi-helm/templates}/application-operations-dashboards/bootstrapconfig.yaml (100%) rename {templates => charts/aoi-helm/templates}/application-operations-dashboards/projectbootstrap.yaml (100%) rename {templates => charts/aoi-helm/templates}/auth-proxy/_helpers-authProxy.tpl (100%) rename {templates => charts/aoi-helm/templates}/auth-proxy/deployment-auth-proxy.yaml (100%) rename {templates => charts/aoi-helm/templates}/auth-proxy/service-auth-proxy.yaml (100%) rename {templates => charts/aoi-helm/templates}/externalsecrets.yaml (100%) rename {templates => charts/aoi-helm/templates}/grafana-datasource.yaml (100%) rename {templates => charts/aoi-helm/templates}/ingress.yaml (100%) rename {templates => charts/aoi-helm/templates}/prometheus/_helpers-prometheus.tpl (100%) rename {templates => charts/aoi-helm/templates}/prometheus/clusterrole.yaml (100%) rename {templates => charts/aoi-helm/templates}/prometheus/clusterrolebinding.yaml (100%) rename {templates => charts/aoi-helm/templates}/prometheus/prometheus-relabel.yaml (100%) rename {templates => charts/aoi-helm/templates}/prometheus/prometheus.yaml (100%) rename {templates => charts/aoi-helm/templates}/prometheus/sa.yaml (100%) rename {templates => charts/aoi-helm/templates}/promxy/_helpers-promxy.tpl (100%) rename {templates => charts/aoi-helm/templates}/promxy/configmap-promxy.yaml (100%) rename {templates => charts/aoi-helm/templates}/promxy/deployment-promxy.yaml (100%) rename {templates => charts/aoi-helm/templates}/promxy/service-auth-promxy.yaml (100%) rename values.yaml => charts/aoi-helm/values.yaml (100%) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 6beda93..2c9c775 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -3,7 +3,7 @@ name: cd on: push: branches: - - main + - debug-actions jobs: publish_helm_chart: @@ -57,7 +57,5 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0 - with: - charts_dir: ../ env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/Chart.lock b/charts/aoi-helm/Chart.lock similarity index 100% rename from Chart.lock rename to charts/aoi-helm/Chart.lock diff --git a/Chart.yaml b/charts/aoi-helm/Chart.yaml similarity index 100% rename from Chart.yaml rename to charts/aoi-helm/Chart.yaml diff --git a/README.md b/charts/aoi-helm/README.md similarity index 100% rename from README.md rename to charts/aoi-helm/README.md diff --git a/charts/grafana-7.0.9.tgz b/charts/aoi-helm/charts/grafana-7.0.9.tgz similarity index 100% rename from charts/grafana-7.0.9.tgz rename to charts/aoi-helm/charts/grafana-7.0.9.tgz diff --git a/charts/victoria-metrics-single-0.9.12.tgz b/charts/aoi-helm/charts/victoria-metrics-single-0.9.12.tgz similarity index 100% rename from charts/victoria-metrics-single-0.9.12.tgz rename to charts/aoi-helm/charts/victoria-metrics-single-0.9.12.tgz diff --git a/templates/_helpers.tpl b/charts/aoi-helm/templates/_helpers.tpl similarity index 100% rename from templates/_helpers.tpl rename to charts/aoi-helm/templates/_helpers.tpl diff --git a/templates/application-operations-dashboards/bootstrapconfig.yaml b/charts/aoi-helm/templates/application-operations-dashboards/bootstrapconfig.yaml similarity index 100% rename from templates/application-operations-dashboards/bootstrapconfig.yaml rename to charts/aoi-helm/templates/application-operations-dashboards/bootstrapconfig.yaml diff --git a/templates/application-operations-dashboards/projectbootstrap.yaml b/charts/aoi-helm/templates/application-operations-dashboards/projectbootstrap.yaml similarity index 100% rename from templates/application-operations-dashboards/projectbootstrap.yaml rename to charts/aoi-helm/templates/application-operations-dashboards/projectbootstrap.yaml diff --git a/templates/auth-proxy/_helpers-authProxy.tpl b/charts/aoi-helm/templates/auth-proxy/_helpers-authProxy.tpl similarity index 100% rename from templates/auth-proxy/_helpers-authProxy.tpl rename to charts/aoi-helm/templates/auth-proxy/_helpers-authProxy.tpl diff --git a/templates/auth-proxy/deployment-auth-proxy.yaml b/charts/aoi-helm/templates/auth-proxy/deployment-auth-proxy.yaml similarity index 100% rename from templates/auth-proxy/deployment-auth-proxy.yaml rename to charts/aoi-helm/templates/auth-proxy/deployment-auth-proxy.yaml diff --git a/templates/auth-proxy/service-auth-proxy.yaml b/charts/aoi-helm/templates/auth-proxy/service-auth-proxy.yaml similarity index 100% rename from templates/auth-proxy/service-auth-proxy.yaml rename to charts/aoi-helm/templates/auth-proxy/service-auth-proxy.yaml diff --git a/templates/externalsecrets.yaml b/charts/aoi-helm/templates/externalsecrets.yaml similarity index 100% rename from templates/externalsecrets.yaml rename to charts/aoi-helm/templates/externalsecrets.yaml diff --git a/templates/grafana-datasource.yaml b/charts/aoi-helm/templates/grafana-datasource.yaml similarity index 100% rename from templates/grafana-datasource.yaml rename to charts/aoi-helm/templates/grafana-datasource.yaml diff --git a/templates/ingress.yaml b/charts/aoi-helm/templates/ingress.yaml similarity index 100% rename from templates/ingress.yaml rename to charts/aoi-helm/templates/ingress.yaml diff --git a/templates/prometheus/_helpers-prometheus.tpl b/charts/aoi-helm/templates/prometheus/_helpers-prometheus.tpl similarity index 100% rename from templates/prometheus/_helpers-prometheus.tpl rename to charts/aoi-helm/templates/prometheus/_helpers-prometheus.tpl diff --git a/templates/prometheus/clusterrole.yaml b/charts/aoi-helm/templates/prometheus/clusterrole.yaml similarity index 100% rename from templates/prometheus/clusterrole.yaml rename to charts/aoi-helm/templates/prometheus/clusterrole.yaml diff --git a/templates/prometheus/clusterrolebinding.yaml b/charts/aoi-helm/templates/prometheus/clusterrolebinding.yaml similarity index 100% rename from templates/prometheus/clusterrolebinding.yaml rename to charts/aoi-helm/templates/prometheus/clusterrolebinding.yaml diff --git a/templates/prometheus/prometheus-relabel.yaml b/charts/aoi-helm/templates/prometheus/prometheus-relabel.yaml similarity index 100% rename from templates/prometheus/prometheus-relabel.yaml rename to charts/aoi-helm/templates/prometheus/prometheus-relabel.yaml diff --git a/templates/prometheus/prometheus.yaml b/charts/aoi-helm/templates/prometheus/prometheus.yaml similarity index 100% rename from templates/prometheus/prometheus.yaml rename to charts/aoi-helm/templates/prometheus/prometheus.yaml diff --git a/templates/prometheus/sa.yaml b/charts/aoi-helm/templates/prometheus/sa.yaml similarity index 100% rename from templates/prometheus/sa.yaml rename to charts/aoi-helm/templates/prometheus/sa.yaml diff --git a/templates/promxy/_helpers-promxy.tpl b/charts/aoi-helm/templates/promxy/_helpers-promxy.tpl similarity index 100% rename from templates/promxy/_helpers-promxy.tpl rename to charts/aoi-helm/templates/promxy/_helpers-promxy.tpl diff --git a/templates/promxy/configmap-promxy.yaml b/charts/aoi-helm/templates/promxy/configmap-promxy.yaml similarity index 100% rename from templates/promxy/configmap-promxy.yaml rename to charts/aoi-helm/templates/promxy/configmap-promxy.yaml diff --git a/templates/promxy/deployment-promxy.yaml b/charts/aoi-helm/templates/promxy/deployment-promxy.yaml similarity index 100% rename from templates/promxy/deployment-promxy.yaml rename to charts/aoi-helm/templates/promxy/deployment-promxy.yaml diff --git a/templates/promxy/service-auth-promxy.yaml b/charts/aoi-helm/templates/promxy/service-auth-promxy.yaml similarity index 100% rename from templates/promxy/service-auth-promxy.yaml rename to charts/aoi-helm/templates/promxy/service-auth-promxy.yaml diff --git a/values.yaml b/charts/aoi-helm/values.yaml similarity index 100% rename from values.yaml rename to charts/aoi-helm/values.yaml