Skip to content

Commit

Permalink
chore(deps): update dependency helmrelease to helm.toolkit.fluxcd.io/v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 15, 2024
1 parent a5eec46 commit db48559
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cluster/apps/default/hajimari/helm-release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: hajimari
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/kube-system/metrics-server/helm-release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: metrics-server
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/kube-system/reflector/helm-release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: reflector
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/kube-system/reloader/helm-release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: reloader
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: kube-prometheus-stack
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/networking/traefik/helm-release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: traefik
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/pihole/helm-release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: pihole
Expand Down
2 changes: 1 addition & 1 deletion cluster/core/cert-manager/helm-release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: cert-manager
Expand Down
2 changes: 1 addition & 1 deletion cluster/core/metallb-system/helm-release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: metallb
Expand Down
2 changes: 1 addition & 1 deletion cluster/core/rook-ceph/ceph-cluster/helm-release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: rook-ceph-cluster
Expand Down
2 changes: 1 addition & 1 deletion cluster/core/rook-ceph/ceph-operator/helm-release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta1
apiVersion: helm.toolkit.fluxcd.io/v2

Check failure on line 1 in cluster/core/rook-ceph/ceph-operator/helm-release.yaml

View workflow job for this annotation

GitHub Actions / yamllint

[yamllint] cluster/core/rook-ceph/ceph-operator/helm-release.yaml#L1

[warning] missing document start "---" (document-start)
Raw output
cluster/core/rook-ceph/ceph-operator/helm-release.yaml:1:1: [warning] missing document start "---" (document-start)
kind: HelmRelease
metadata:
name: ceph-operator
Expand Down

0 comments on commit db48559

Please sign in to comment.