diff --git a/helmfile.yaml b/helmfile.yaml new file mode 100644 index 0000000..cd6d00d --- /dev/null +++ b/helmfile.yaml @@ -0,0 +1,7 @@ +helmfiles: +- path: ./src/istio-base.yaml +- path: ./src/istio-ingressgateway.yaml +- path: ./src/istiod.yaml +- path: ./src/metrics-server.yaml +- path: ./src/postgresql-server.yaml +templates: {} diff --git a/shoebill.lock.yaml b/shoebill.lock.yaml index 0637a08..08fdaa6 100644 --- a/shoebill.lock.yaml +++ b/shoebill.lock.yaml @@ -1 +1,47 @@ -[] \ No newline at end of file +- chart: metrics-server + release: metrics-server + version: 3.11.0 + namespace: kube-system + repourl: https://kubernetes-sigs.github.io/metrics-server/ + reponame: metrics-server + gitcommit: 012aaadacc77dd0d184f1386068c3121640bded8 + values: {} + secrets: {} +- chart: base + release: istio-base + version: 1.19.2 + namespace: istio-system + repourl: https://istio-release.storage.googleapis.com/charts + reponame: istio + gitcommit: 5056eb68c716f5ad6e4479be8bc08f8151909b0d + values: {} + secrets: {} +- chart: gateway + release: istio-ingressgateway + version: 1.19.2 + namespace: istio-system + repourl: https://istio-release.storage.googleapis.com/charts + reponame: istio + gitcommit: d9f302c88be7c3d0d7bef41e97d19e9a9fa8bfc9 + values: {} + secrets: {} +- chart: istiod + release: istiod + version: 1.23.0 + namespace: istio-system + repourl: https://istio-release.storage.googleapis.com/charts + reponame: istio + gitcommit: 8275fffb2096c046073984b30a97df51070a6bce + values: {} + secrets: {} +- chart: postgresql + release: postgresql-server + version: 15.5.28 + namespace: postgresql-server + repourl: oci://registry-1.docker.io/bitnamicharts + reponame: bitnami-oci + gitcommit: e102fcc36c923d14d4a703ce6718bf48bbc531a1 + values: + postgresql-server-postgresql-server-values.postgres.yaml: BwZ5LhPSHSzyYVvEnqyNDn7y7ZY= + secrets: + postgresql-server-postgresql-server-secrets.postgres.yaml: j0imPSb8GfNuZYQkCz2nCmL8Wbs=