fix: Remove LPP helm (already installed by k3s), fix CNP chart version to 0.27.1
All checks were successful
Deploy Cluster / Terraform (push) Successful in 36s
Deploy Cluster / Ansible (push) Successful in 5m7s

This commit is contained in:
2026-03-26 00:13:22 +00:00
parent 13627bf81f
commit 4b95ba113d
6 changed files with 1 additions and 61 deletions

View File

@@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: cloudnative-pg
version: 1.27.0
version: 0.27.1
sourceRef:
kind: HelmRepository
name: cnpg

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -1,5 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helmrepository-local-path.yaml
- helmrelease-local-path-provisioner.yaml