Skip to content

Commit

Permalink
fix(helm): update helmrelease and receiver to v2beta2 and v1
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Mar 15, 2024
1 parent d8618d8 commit 012fbb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions archive/apps/secops/vault/helm-release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2beta1.json
apiVersion: helm.toolkit.fluxcd.io/v2beta1
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2beta2.json
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: vault
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# yaml-language-server: $schema=https://github.com/fluxcd-community/flux2-schemas/raw/main/receiver-notification-v1beta2.json
apiVersion: notification.toolkit.fluxcd.io/v1beta2
# yaml-language-server: $schema=https://github.com/fluxcd-community/flux2-schemas/raw/main/receiver-notification-v1.json
apiVersion: notification.toolkit.fluxcd.io/v1
kind: Receiver
metadata:
name: home-ops
Expand Down

0 comments on commit 012fbb6

Please sign in to comment.