From 406645ae824d9909966c743196d5bd5d79e5d597 Mon Sep 17 00:00:00 2001 From: drornir-velocity Date: Sun, 21 Jul 2024 10:13:26 +0000 Subject: [PATCH] Release operator 0.1.0-rc1 Workflow Link: https://github.com/techvelocity/starlink/actions/runs/10027509347 --- charts/operator/{operator => }/.helmignore | 0 charts/operator/{operator => }/Chart.lock | 0 charts/operator/{operator => }/Chart.yaml | 4 ++-- charts/operator/{operator => }/README.md | 0 charts/operator/{operator => }/templates/NOTES.txt | 0 charts/operator/{operator => }/templates/_certificate.tpl | 0 charts/operator/{operator => }/templates/_helpers.tpl | 0 .../operator/{operator => }/templates/admissionwebhook.yaml | 0 .../operator/{operator => }/templates/clusterrolebinding.yaml | 0 charts/operator/{operator => }/templates/deployment.yaml | 0 charts/operator/{operator => }/templates/extra-list.yaml | 0 .../{operator => }/templates/leader_election_role.yaml | 0 charts/operator/{operator => }/templates/role.yaml | 0 charts/operator/{operator => }/templates/service-account.yaml | 0 charts/operator/{operator => }/templates/service.yaml | 0 charts/operator/{operator => }/templates/servicemonitor.yaml | 0 charts/operator/{operator => }/templates/webhook-cert.yaml | 0 charts/operator/{operator => }/values.yaml | 0 18 files changed, 2 insertions(+), 2 deletions(-) rename charts/operator/{operator => }/.helmignore (100%) rename charts/operator/{operator => }/Chart.lock (100%) rename charts/operator/{operator => }/Chart.yaml (93%) rename charts/operator/{operator => }/README.md (100%) rename charts/operator/{operator => }/templates/NOTES.txt (100%) rename charts/operator/{operator => }/templates/_certificate.tpl (100%) rename charts/operator/{operator => }/templates/_helpers.tpl (100%) rename charts/operator/{operator => }/templates/admissionwebhook.yaml (100%) rename charts/operator/{operator => }/templates/clusterrolebinding.yaml (100%) rename charts/operator/{operator => }/templates/deployment.yaml (100%) rename charts/operator/{operator => }/templates/extra-list.yaml (100%) rename charts/operator/{operator => }/templates/leader_election_role.yaml (100%) rename charts/operator/{operator => }/templates/role.yaml (100%) rename charts/operator/{operator => }/templates/service-account.yaml (100%) rename charts/operator/{operator => }/templates/service.yaml (100%) rename charts/operator/{operator => }/templates/servicemonitor.yaml (100%) rename charts/operator/{operator => }/templates/webhook-cert.yaml (100%) rename charts/operator/{operator => }/values.yaml (100%) diff --git a/charts/operator/operator/.helmignore b/charts/operator/.helmignore similarity index 100% rename from charts/operator/operator/.helmignore rename to charts/operator/.helmignore diff --git a/charts/operator/operator/Chart.lock b/charts/operator/Chart.lock similarity index 100% rename from charts/operator/operator/Chart.lock rename to charts/operator/Chart.lock diff --git a/charts/operator/operator/Chart.yaml b/charts/operator/Chart.yaml similarity index 93% rename from charts/operator/operator/Chart.yaml rename to charts/operator/Chart.yaml index 169ff2a..f768afd 100644 --- a/charts/operator/operator/Chart.yaml +++ b/charts/operator/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 type: application -version: 0.1.0-dev +version: 0.1.0-rc1 # used as the default value for .Values.operator.image.tag -appVersion: 0.1.0-dev +appVersion: 0.1.0-rc1 name: operator description: | TODO description diff --git a/charts/operator/operator/README.md b/charts/operator/README.md similarity index 100% rename from charts/operator/operator/README.md rename to charts/operator/README.md diff --git a/charts/operator/operator/templates/NOTES.txt b/charts/operator/templates/NOTES.txt similarity index 100% rename from charts/operator/operator/templates/NOTES.txt rename to charts/operator/templates/NOTES.txt diff --git a/charts/operator/operator/templates/_certificate.tpl b/charts/operator/templates/_certificate.tpl similarity index 100% rename from charts/operator/operator/templates/_certificate.tpl rename to charts/operator/templates/_certificate.tpl diff --git a/charts/operator/operator/templates/_helpers.tpl b/charts/operator/templates/_helpers.tpl similarity index 100% rename from charts/operator/operator/templates/_helpers.tpl rename to charts/operator/templates/_helpers.tpl diff --git a/charts/operator/operator/templates/admissionwebhook.yaml b/charts/operator/templates/admissionwebhook.yaml similarity index 100% rename from charts/operator/operator/templates/admissionwebhook.yaml rename to charts/operator/templates/admissionwebhook.yaml diff --git a/charts/operator/operator/templates/clusterrolebinding.yaml b/charts/operator/templates/clusterrolebinding.yaml similarity index 100% rename from charts/operator/operator/templates/clusterrolebinding.yaml rename to charts/operator/templates/clusterrolebinding.yaml diff --git a/charts/operator/operator/templates/deployment.yaml b/charts/operator/templates/deployment.yaml similarity index 100% rename from charts/operator/operator/templates/deployment.yaml rename to charts/operator/templates/deployment.yaml diff --git a/charts/operator/operator/templates/extra-list.yaml b/charts/operator/templates/extra-list.yaml similarity index 100% rename from charts/operator/operator/templates/extra-list.yaml rename to charts/operator/templates/extra-list.yaml diff --git a/charts/operator/operator/templates/leader_election_role.yaml b/charts/operator/templates/leader_election_role.yaml similarity index 100% rename from charts/operator/operator/templates/leader_election_role.yaml rename to charts/operator/templates/leader_election_role.yaml diff --git a/charts/operator/operator/templates/role.yaml b/charts/operator/templates/role.yaml similarity index 100% rename from charts/operator/operator/templates/role.yaml rename to charts/operator/templates/role.yaml diff --git a/charts/operator/operator/templates/service-account.yaml b/charts/operator/templates/service-account.yaml similarity index 100% rename from charts/operator/operator/templates/service-account.yaml rename to charts/operator/templates/service-account.yaml diff --git a/charts/operator/operator/templates/service.yaml b/charts/operator/templates/service.yaml similarity index 100% rename from charts/operator/operator/templates/service.yaml rename to charts/operator/templates/service.yaml diff --git a/charts/operator/operator/templates/servicemonitor.yaml b/charts/operator/templates/servicemonitor.yaml similarity index 100% rename from charts/operator/operator/templates/servicemonitor.yaml rename to charts/operator/templates/servicemonitor.yaml diff --git a/charts/operator/operator/templates/webhook-cert.yaml b/charts/operator/templates/webhook-cert.yaml similarity index 100% rename from charts/operator/operator/templates/webhook-cert.yaml rename to charts/operator/templates/webhook-cert.yaml diff --git a/charts/operator/operator/values.yaml b/charts/operator/values.yaml similarity index 100% rename from charts/operator/operator/values.yaml rename to charts/operator/values.yaml