Skip to content

Commit 80099a9

Browse files
committed
feat(release): Add HelmRelease configuration for cnpg and update kustomization resources
1 parent 1290c19 commit 80099a9

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
resources:
4+
- ../../../../base/controllers/cnpg-operator
5+
patches:
6+
- path: release.yaml
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
apiVersion: helm.toolkit.fluxcd.io/v2
2+
kind: HelmRelease
3+
metadata:
4+
name: cnpg
5+
namespace: cnpg-system
6+
spec:
7+
chart:
8+
spec:
9+
version: "=0.26.0"

infrastructure/clusters/feather-core/base-controllers/kustomization.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
44
- cert-manager
5-
- step-certificates
5+
- step-certificates
6+
- cnpg-operator

0 commit comments

Comments
 (0)