yyvf22 pushed to branch main at Root / Kubernetes / FluxCD

Commits:

8 changed files:

Changes:

  • apps/base/matrix/helmrelease.yaml
    ... ... @@ -4,6 +4,10 @@ metadata:
    4 4
       name: matrix
    
    5 5
       namespace: matrix
    
    6 6
     spec:
    
    7
    +  install:
    
    8
    +    disableWait: true
    
    9
    +  upgrade:
    
    10
    +    disableWait: true
    
    7 11
       interval: 1m
    
    8 12
       chart:
    
    9 13
         spec:
    

  • apps/base/nextcloud/helmrelease.yaml
    ... ... @@ -5,6 +5,10 @@ metadata:
    5 5
       namespace: nextcloud
    
    6 6
     spec:
    
    7 7
       interval: 1m
    
    8
    +  install:
    
    9
    +   disableWait: true
    
    10
    +  upgrade:
    
    11
    +   disableWait: true
    
    8 12
       chart:
    
    9 13
         spec:
    
    10 14
           chart: nextcloud
    

  • infrastructure/base/ceph-csi/helmrelease.yaml
    ... ... @@ -5,6 +5,10 @@ metadata:
    5 5
       namespace: ceph
    
    6 6
     spec:
    
    7 7
       interval: 1m
    
    8
    +  install:
    
    9
    +   disableWait: true
    
    10
    +  upgrade:
    
    11
    +   disableWait: true
    
    8 12
       chart:
    
    9 13
         spec:
    
    10 14
           chart: ceph-csi-rbd
    

  • infrastructure/base/cert-manager/helmrelease.yaml
    ... ... @@ -5,6 +5,10 @@ metadata:
    5 5
       namespace: cert-manager
    
    6 6
     spec:
    
    7 7
       interval: 1m
    
    8
    +  install:
    
    9
    +   disableWait: true
    
    10
    +  upgrade:
    
    11
    +   disableWait: true
    
    8 12
       chart:
    
    9 13
         spec:
    
    10 14
           chart: cert-manager
    

  • infrastructure/base/cilium/helmrelease.yaml
    ... ... @@ -6,6 +6,10 @@ metadata:
    6 6
     spec:
    
    7 7
       releaseName: cilium
    
    8 8
       interval: 15m
    
    9
    +  install:
    
    10
    +   disableWait: true
    
    11
    +  upgrade:
    
    12
    +   disableWait: true
    
    9 13
       chart:
    
    10 14
         spec:
    
    11 15
           chart: cilium
    

  • infrastructure/base/external-secrets/helmrelease.yaml
    ... ... @@ -5,6 +5,10 @@ metadata:
    5 5
       namespace: external-secrets
    
    6 6
     spec:
    
    7 7
       interval: 1m
    
    8
    +  install:
    
    9
    +   disableWait: true
    
    10
    +  upgrade:
    
    11
    +   disableWait: true
    
    8 12
       chart:
    
    9 13
         spec:
    
    10 14
           chart: external-secrets
    

  • infrastructure/base/harbor/helmrelease.yaml
    ... ... @@ -5,6 +5,10 @@ metadata:
    5 5
       namespace: harbor
    
    6 6
     spec:
    
    7 7
       interval: 1m
    
    8
    +  install:
    
    9
    +   disableWait: true
    
    10
    +  upgrade:
    
    11
    +   disableWait: true
    
    8 12
       chart:
    
    9 13
         spec:
    
    10 14
           chart: harbor
    

  • infrastructure/base/openbao/helmrelease.yaml
    ... ... @@ -5,6 +5,10 @@ metadata:
    5 5
       namespace: openbao
    
    6 6
     spec:
    
    7 7
       interval: 1m
    
    8
    +  install:
    
    9
    +   disableWait: true
    
    10
    +  upgrade:
    
    11
    +   disableWait: true
    
    8 12
       chart:
    
    9 13
         spec:
    
    10 14
           chart: openbao