Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
cd: add koor-ceph-cluster helm chart
Browse files Browse the repository at this point in the history
Signed-off-by: Deepika Upadhyay <deepika@koor.tech>
  • Loading branch information
Deepika Upadhyay committed Nov 22, 2023
1 parent a8fbe33 commit 67fbb08
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions flux/flux-system/koor-ceph/helmrelease-koor-ceph-cluster.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: koor-ceph-cluster
namespace: koor-ceph
spec:
chart:
spec:
chart: rook-ceph-cluster
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
name: koor-release
version: '*'
interval: 1m0s
suspend: true
4 changes: 2 additions & 2 deletions flux/flux-system/koor-ceph/helmrelease-koor-ceph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ metadata:
spec:
chart:
spec:
chart: koor-release
chart: rook-ceph
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
name: koor-release
version: v1.12.0
interval: 30m
interval: 1m0s
timeout: 10m
install:
remediation:
Expand Down

0 comments on commit 67fbb08

Please sign in to comment.