diff --git a/infrastructure/addons/cnpg-operator/helmrelease-cnpg.yaml b/infrastructure/addons/cnpg-operator/helmrelease-cnpg.yaml index 5775079..8375e49 100644 --- a/infrastructure/addons/cnpg-operator/helmrelease-cnpg.yaml +++ b/infrastructure/addons/cnpg-operator/helmrelease-cnpg.yaml @@ -9,7 +9,7 @@ spec: chart: spec: chart: cloudnative-pg - version: 1.27.0 + version: 0.27.1 sourceRef: kind: HelmRepository name: cnpg diff --git a/infrastructure/addons/kustomization-lpp.yaml b/infrastructure/addons/kustomization-lpp.yaml deleted file mode 100644 index 4a5f695..0000000 --- a/infrastructure/addons/kustomization-lpp.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: kustomize.toolkit.fluxcd.io/v1 -kind: Kustomization -metadata: - name: addon-lpp - namespace: flux-system -spec: - interval: 10m - prune: true - sourceRef: - kind: GitRepository - name: platform - path: ./infrastructure/addons/lpp - wait: true - timeout: 10m - suspend: false \ No newline at end of file diff --git a/infrastructure/addons/kustomization.yaml b/infrastructure/addons/kustomization.yaml index e593ccd..5875545 100644 --- a/infrastructure/addons/kustomization.yaml +++ b/infrastructure/addons/kustomization.yaml @@ -10,7 +10,6 @@ resources: - kustomization-flux-ui.yaml - kustomization-observability.yaml - kustomization-observability-content.yaml - - kustomization-lpp.yaml - kustomization-cnpg-operator.yaml - kustomization-cnpg.yaml - kustomization-rancher.yaml \ No newline at end of file diff --git a/infrastructure/addons/lpp/helmrelease-local-path-provisioner.yaml b/infrastructure/addons/lpp/helmrelease-local-path-provisioner.yaml deleted file mode 100644 index 10728d2..0000000 --- a/infrastructure/addons/lpp/helmrelease-local-path-provisioner.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: helm.toolkit.fluxcd.io/v2 -kind: HelmRelease -metadata: - name: local-path-provisioner - namespace: flux-system -spec: - interval: 10m - targetNamespace: kube-system - chart: - spec: - chart: local-path-provisioner - version: 1.12.1 - sourceRef: - kind: HelmRepository - name: local-path - namespace: flux-system - install: - createNamespace: true - remediation: - retries: 3 - upgrade: - remediation: - retries: 3 - values: - nodePathMap: - - node: /var/lib/rancher/k3s/storage - paths: - - /var/lib/rancher/k3s/storage - storageClass: - defaultClass: true - name: local-path \ No newline at end of file diff --git a/infrastructure/addons/lpp/helmrepository-local-path.yaml b/infrastructure/addons/lpp/helmrepository-local-path.yaml deleted file mode 100644 index 9e18ae6..0000000 --- a/infrastructure/addons/lpp/helmrepository-local-path.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: source.toolkit.fluxcd.io/v1 -kind: HelmRepository -metadata: - name: local-path - namespace: flux-system -spec: - interval: 1h - url: https://charts.rancher.io \ No newline at end of file diff --git a/infrastructure/addons/lpp/kustomization.yaml b/infrastructure/addons/lpp/kustomization.yaml deleted file mode 100644 index c5a73bd..0000000 --- a/infrastructure/addons/lpp/kustomization.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -resources: - - helmrepository-local-path.yaml - - helmrelease-local-path-provisioner.yaml \ No newline at end of file