[Backport release-0.31] [bugfix] fix distro full bundle (#1064)

# Description
Backport of #1056 to `release-0.31`.
This commit is contained in:
Andrei Kvapil
2025-06-16 18:19:19 +02:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -167,7 +167,7 @@ releases:
releaseName: snapshot-controller
chart: cozy-snapshot-controller
namespace: cozy-snapshot-controller
dependsOn: [cilium,cert-manager-issuers]
dependsOn: [cilium]
- name: objectstorage-controller
releaseName: objectstorage-controller

View File

@@ -0,0 +1,8 @@
{{- if not (lookup "helm.toolkit.fluxcd.io/v2" "HelmRelease" "cozy-cert-manager" "cert-manager-issuers") }}
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: selfsigned-cluster-issuer
spec:
selfSigned: {}
{{- end }}