Skip to content

Commit

Permalink
fix(deps): update helmrelease ( helm.toolkit.fluxcd.io/v2beta2 → helm…
Browse files Browse the repository at this point in the history
….toolkit.fluxcd.io/v2 )

| datasource     | package     | from                           | to                        |
| -------------- | ----------- | ------------------------------ | ------------------------- |
| kubernetes-api | HelmRelease | helm.toolkit.fluxcd.io/v2beta2 | helm.toolkit.fluxcd.io/v2 |
  • Loading branch information
kireque-bot[bot] authored Jan 4, 2025
1 parent 4ee4baa commit 47afefa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/main/apps/network/e1000e-fix/app/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/common-3.1.0/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: &app e1000e-fix
Expand Down Expand Up @@ -77,7 +77,7 @@ spec:
# feature.node.kubernetes.io/e1000e.present: "true"
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/common-3.1.0/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: &app e1000e-fix
Expand Down

0 comments on commit 47afefa

Please sign in to comment.