Skip to content

Commit

Permalink
this way i guess
Browse files Browse the repository at this point in the history
  • Loading branch information
gdoteof committed Jun 9, 2023
1 parent aaa58f0 commit 0e20365
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions kubernetes/apps/olm/olm/app/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,35 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: GitRepository
metadata:
name: olm
namespace: flux-system
spec:
interval: 15m
ref:
semver: ">= v0.24.0"
url: https://github.com/operator-framework/operator-lifecycle-manager.git
ignore: |
# exclude all
/*
# include chart
!/deploy/chart/
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: olm
namespace: olm
spec:
interval: 30m
interval: 15m
chart:
spec:
chart: olm
version: v0.24.0
chart: ./deploy/chart/
sourceRef:
kind: HelmRepository
kind: GitRepository
name: olm
namespace: flux-system
interval: 15m
maxHistory: 2
values:
olm:
Expand Down

0 comments on commit 0e20365

Please sign in to comment.