diff --git a/charts/runtime-rapid/Chart.lock b/charts/runtime-rapid/Chart.lock new file mode 100644 index 0000000..23f448e --- /dev/null +++ b/charts/runtime-rapid/Chart.lock @@ -0,0 +1,21 @@ +dependencies: +- name: external-dns + repository: oci://registry-1.docker.io/bitnamicharts + version: 8.3.8 +- name: cert-manager + repository: https://charts.jetstack.io + version: v1.13.6 +- name: plural-certmanager-webhook + repository: "" + version: 0.1.7 +- name: ingress-nginx + repository: https://kubernetes.github.io/ingress-nginx + version: 4.12.0 +- name: ingress-nginx + repository: https://kubernetes.github.io/ingress-nginx + version: 4.12.0 +- name: flux2 + repository: https://fluxcd-community.github.io/helm-charts + version: 2.12.4 +digest: sha256:04430f437badbb7b3fb2bd40bb54d1cc707966427193bd90f4e253014031cc06 +generated: "2025-03-05T08:36:21.219651-05:00" diff --git a/charts/runtime-rapid/Chart.yaml b/charts/runtime-rapid/Chart.yaml new file mode 100644 index 0000000..5a2f449 --- /dev/null +++ b/charts/runtime-rapid/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +name: runtime-rapid +description: Sets up the basic dependencies needed to get a network stack running +type: application +version: 0.1.29 +appVersion: "0.1.0" +dependencies: +- name: external-dns + version: 8.3.8 + repository: oci://registry-1.docker.io/bitnamicharts + condition: external-dns.enabled +- name: cert-manager + version: v1.13.6 + repository: https://charts.jetstack.io + condition: cert-manager.enabled +- name: plural-certmanager-webhook + version: 0.1.7 + condition: plural-certmanager-webhook.enabled +- name: ingress-nginx + version: 4.12.0 + repository: https://kubernetes.github.io/ingress-nginx + condition: ingress-nginx.enabled +- name: ingress-nginx + version: 4.12.0 + repository: https://kubernetes.github.io/ingress-nginx + alias: ingress-nginx-private + condition: ingress-nginx-private.enabled +- name: flux2 + repository: https://fluxcd-community.github.io/helm-charts + version: 2.12.4 + condition: flux2.enabled \ No newline at end of file diff --git a/charts/runtime-rapid/charts/cert-manager-v1.13.6.tgz b/charts/runtime-rapid/charts/cert-manager-v1.13.6.tgz new file mode 100644 index 0000000..cc1f41e Binary files /dev/null and b/charts/runtime-rapid/charts/cert-manager-v1.13.6.tgz differ diff --git a/charts/runtime-rapid/charts/external-dns-8.3.8.tgz b/charts/runtime-rapid/charts/external-dns-8.3.8.tgz new file mode 100644 index 0000000..eb34954 Binary files /dev/null and b/charts/runtime-rapid/charts/external-dns-8.3.8.tgz differ diff --git a/charts/runtime-rapid/charts/flux2-2.12.4.tgz b/charts/runtime-rapid/charts/flux2-2.12.4.tgz new file mode 100644 index 0000000..75c6900 Binary files /dev/null and b/charts/runtime-rapid/charts/flux2-2.12.4.tgz differ diff --git a/charts/runtime-rapid/charts/ingress-nginx-4.12.0.tgz b/charts/runtime-rapid/charts/ingress-nginx-4.12.0.tgz new file mode 100644 index 0000000..e1db02c Binary files /dev/null and b/charts/runtime-rapid/charts/ingress-nginx-4.12.0.tgz differ diff --git a/charts/runtime-rapid/charts/plural-certmanager-webhook b/charts/runtime-rapid/charts/plural-certmanager-webhook new file mode 120000 index 0000000..5eac93e --- /dev/null +++ b/charts/runtime-rapid/charts/plural-certmanager-webhook @@ -0,0 +1 @@ +../../runtime/charts/plural-certmanager-webhook \ No newline at end of file diff --git a/charts/runtime-rapid/crds b/charts/runtime-rapid/crds new file mode 120000 index 0000000..accd719 --- /dev/null +++ b/charts/runtime-rapid/crds @@ -0,0 +1 @@ +../runtime/crds \ No newline at end of file diff --git a/charts/runtime-rapid/templates b/charts/runtime-rapid/templates new file mode 120000 index 0000000..5b39d0b --- /dev/null +++ b/charts/runtime-rapid/templates @@ -0,0 +1 @@ +../runtime/templates \ No newline at end of file diff --git a/charts/runtime-rapid/values.yaml b/charts/runtime-rapid/values.yaml new file mode 120000 index 0000000..7d680f6 --- /dev/null +++ b/charts/runtime-rapid/values.yaml @@ -0,0 +1 @@ +../runtime/values.yaml \ No newline at end of file