diff --git a/apps/bm/tinkerbell.yaml b/apps/bm/tinkerbell.yaml index bd3a2e2..3365f56 100644 --- a/apps/bm/tinkerbell.yaml +++ b/apps/bm/tinkerbell.yaml @@ -10,7 +10,7 @@ spec: targetRevision: v0.22.0 chart: tinkerbell helm: - values: | + valuesObject: publicIP: 172.16.81.254 artifactsFileServer: http://172.16.81.254:7173 trustedProxies: diff --git a/apps/capi/cluster-api-operator.yaml b/apps/capi/cluster-api-operator.yaml index 9d98cf3..dcde2d7 100644 --- a/apps/capi/cluster-api-operator.yaml +++ b/apps/capi/cluster-api-operator.yaml @@ -10,7 +10,7 @@ spec: targetRevision: 0.15.1 chart: cluster-api-operator helm: - values: | + valuesObject: cert-manager: enabled: false destination: diff --git a/apps/infra/openebs.yaml b/apps/infra/openebs.yaml index 9f39fa9..8e9c228 100644 --- a/apps/infra/openebs.yaml +++ b/apps/infra/openebs.yaml @@ -10,7 +10,7 @@ spec: source: repoURL: https://openebs.github.io/openebs chart: openebs - targetRevision: "4.2.0" + targetRevision: "4.4.0" helm: releaseName: openebs valuesObject: diff --git a/bootstrap/charts/turbo-mothership-bootstrap/Chart.yaml b/bootstrap/charts/turbo-mothership-bootstrap/Chart.yaml index ade00b6..1bcad5f 100644 --- a/bootstrap/charts/turbo-mothership-bootstrap/Chart.yaml +++ b/bootstrap/charts/turbo-mothership-bootstrap/Chart.yaml @@ -16,11 +16,6 @@ dependencies: repository: https://charts.jetstack.io condition: cert-manager.enabled - - name: sealed-secrets - version: "2.17.9" - repository: https://bitnami-labs.github.io/sealed-secrets - condition: sealed-secrets.enabled - - name: argo-cd version: "9.1.6" repository: https://argoproj.github.io/argo-helm diff --git a/bootstrap/charts/turbo-mothership-bootstrap/values.yaml b/bootstrap/charts/turbo-mothership-bootstrap/values.yaml index 1f45707..3b4a29f 100644 --- a/bootstrap/charts/turbo-mothership-bootstrap/values.yaml +++ b/bootstrap/charts/turbo-mothership-bootstrap/values.yaml @@ -31,13 +31,6 @@ cert-manager: defaultIssuerKind: ClusterIssuer defaultIssuerGroup: cert-manager.io -# ------------------------------------------------------------------------------ -# Sealed Secrets (kube-system) -# ------------------------------------------------------------------------------ -sealed-secrets: - enabled: true - fullnameOverride: turbo-sealedsecrets - # ------------------------------------------------------------------------------ # Argo CD (argocd) # ------------------------------------------------------------------------------ diff --git a/bootstrap/k0s.yaml b/bootstrap/k0s.yaml index 1ddcca2..bd6084a 100644 --- a/bootstrap/k0s.yaml +++ b/bootstrap/k0s.yaml @@ -21,8 +21,6 @@ spec: repositories: - name: cilium url: https://helm.cilium.io/ - - name: openebs - url: https://openebs.github.io/openebs charts: - name: cilium chartname: cilium/cilium @@ -39,32 +37,6 @@ spec: replicas: 1 routingMode: tunnel tunnelProtocol: vxlan - - name: openebs - chartname: openebs/openebs - version: "4.2.0" - namespace: openebs - order: 2 - values: | - localpv-provisioner: - localpv: - basePath: /var/openebs/local - engines: - replicated: - mayastor: - enabled: false - local: - zfs: - enabled: false - rawfile: - enabled: false - lvm: - enabled: false - loki: - enabled: false - minio: - enabled: false - alloy: - enabled: false installConfig: users: etcdUser: etcd