Skip to content

Commit

Permalink
Merge pull request #662 from fluxcd/misc-nit-picks
Browse files Browse the repository at this point in the history
config/*: update API versions and file names
  • Loading branch information
hiddeco authored Mar 31, 2023
2 parents 336c5c6 + 2f7c186 commit d471d7d
Show file tree
Hide file tree
Showing 30 changed files with 32 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
chart:
spec:
chart: podinfo
version: '>=4.0.0 <5.0.0'
version: '>=6.0.0 <7.0.0'
sourceRef:
kind: HelmRepository
name: podinfo
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: podinfo
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: this
Expand Down
4 changes: 2 additions & 2 deletions config/testdata/delete-ns/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ subjects:
name: gotk-reconciler
namespace: delete-ns
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: podinfo
Expand All @@ -62,7 +62,7 @@ spec:
chart:
spec:
chart: podinfo
version: 5.0.3
version: 6.3.5
sourceRef:
kind: HelmRepository
name: podinfo
2 changes: 1 addition & 1 deletion config/testdata/dependencies/helmrelease-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
chart:
spec:
chart: podinfo
version: '>=4.0.0 <5.0.0'
version: '>=6.0.0 <7.0.0'
sourceRef:
kind: HelmRepository
name: podinfo
Expand Down
2 changes: 1 addition & 1 deletion config/testdata/dependencies/helmrelease-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
chart:
spec:
chart: podinfo
version: '>=4.0.0 <5.0.0'
version: '>=6.0.0 <7.0.0'
sourceRef:
kind: HelmRepository
name: podinfo
Expand Down
6 changes: 3 additions & 3 deletions config/testdata/impersonation/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ subjects:
name: gotk-reconciler
namespace: impersonation
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: podinfo
Expand All @@ -62,7 +62,7 @@ spec:
chart:
spec:
chart: podinfo
version: 5.0.3
version: 6.3.5
sourceRef:
kind: HelmRepository
name: podinfo
Expand All @@ -78,7 +78,7 @@ spec:
chart:
spec:
chart: podinfo
version: 5.0.3
version: 6.3.5
sourceRef:
kind: HelmRepository
name: podinfo
Expand Down
2 changes: 1 addition & 1 deletion config/testdata/install-create-target-ns/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: podinfo
version: '>=4.0.0 <5.0.0'
version: '>=6.0.0 <7.0.0'
sourceRef:
kind: HelmRepository
name: podinfo
Expand Down
2 changes: 1 addition & 1 deletion config/testdata/install-fail-remediate/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
chart:
spec:
chart: podinfo
version: '>=4.0.0 <5.0.0'
version: '>=6.0.0 <7.0.0'
sourceRef:
kind: HelmRepository
name: podinfo
Expand Down
2 changes: 1 addition & 1 deletion config/testdata/install-fail-retry/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
chart:
spec:
chart: podinfo
version: '>=4.0.0 <5.0.0'
version: '>=6.0.0 <7.0.0'
sourceRef:
kind: HelmRepository
name: podinfo
Expand Down
2 changes: 1 addition & 1 deletion config/testdata/install-fail/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
chart:
spec:
chart: podinfo
version: '>=4.0.0 <5.0.0'
version: '>=6.0.0 <7.0.0'
sourceRef:
kind: HelmRepository
name: podinfo
Expand Down
2 changes: 1 addition & 1 deletion config/testdata/install-test-fail-ignore/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
chart:
spec:
chart: podinfo
version: '>=4.0.0 <5.0.0'
version: '>=6.0.0 <7.0.0'
sourceRef:
kind: HelmRepository
name: podinfo
Expand Down
2 changes: 1 addition & 1 deletion config/testdata/install-test-fail/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
chart:
spec:
chart: podinfo
version: '>=4.0.0 <5.0.0'
version: '>=6.0.0 <7.0.0'
sourceRef:
kind: HelmRepository
name: podinfo
Expand Down
2 changes: 1 addition & 1 deletion config/testdata/podinfo/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
chart:
spec:
chart: podinfo
version: '>=4.0.0 <5.0.0'
version: '>=6.0.0 <7.0.0'
sourceRef:
kind: HelmRepository
name: podinfo
Expand Down
2 changes: 1 addition & 1 deletion config/testdata/post-renderer-kustomize/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
chart:
spec:
chart: podinfo
version: '>=4.0.0 <5.0.0'
version: '>=6.0.0 <7.0.0'
sourceRef:
kind: HelmRepository
name: podinfo
Expand Down
2 changes: 1 addition & 1 deletion config/testdata/sources/gitrepository.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: podinfo
Expand Down
2 changes: 1 addition & 1 deletion config/testdata/status-defaults/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
chart:
spec:
chart: podinfo
version: '>=4.0.0 <5.0.0'
version: '>=6.0.0 <7.0.0'
sourceRef:
kind: HelmRepository
name: podinfo
Expand Down
2 changes: 1 addition & 1 deletion config/testdata/targetnamespace/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
chart:
spec:
chart: podinfo
version: '>=4.0.0 <5.0.0'
version: '>=6.0.0 <7.0.0'
sourceRef:
kind: HelmRepository
name: podinfo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
chart:
spec:
chart: podinfo
version: '>=4.0.0 <5.0.0'
version: '>=6.0.0 <7.0.0'
sourceRef:
kind: HelmRepository
name: podinfo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
chart:
spec:
chart: podinfo
version: '>=4.0.0 <5.0.0'
version: '>=6.0.0 <7.0.0'
sourceRef:
kind: HelmRepository
name: podinfo
Expand Down
2 changes: 1 addition & 1 deletion config/testdata/upgrade-fail-remediate/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
chart:
spec:
chart: podinfo
version: '>=4.0.0 <5.0.0'
version: '>=6.0.0 <7.0.0'
sourceRef:
kind: HelmRepository
name: podinfo
Expand Down
2 changes: 1 addition & 1 deletion config/testdata/upgrade-fail-remediate/upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
chart:
spec:
chart: podinfo
version: '>=4.0.0 <5.0.0'
version: '>=6.0.0 <7.0.0'
sourceRef:
kind: HelmRepository
name: podinfo
Expand Down
2 changes: 1 addition & 1 deletion config/testdata/upgrade-fail-retry/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
chart:
spec:
chart: podinfo
version: '>=4.0.0 <5.0.0'
version: '>=6.0.0 <7.0.0'
sourceRef:
kind: HelmRepository
name: podinfo
Expand Down
2 changes: 1 addition & 1 deletion config/testdata/upgrade-fail-retry/upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
chart:
spec:
chart: podinfo
version: '>=4.0.0 <5.0.0'
version: '>=6.0.0 <7.0.0'
sourceRef:
kind: HelmRepository
name: podinfo
Expand Down
2 changes: 1 addition & 1 deletion config/testdata/upgrade-fail/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
chart:
spec:
chart: podinfo
version: '>=4.0.0 <5.0.0'
version: '>=6.0.0 <7.0.0'
sourceRef:
kind: HelmRepository
name: podinfo
Expand Down
2 changes: 1 addition & 1 deletion config/testdata/upgrade-fail/upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
chart:
spec:
chart: podinfo
version: '>=4.0.0 <5.0.0'
version: '>=6.0.0 <7.0.0'
sourceRef:
kind: HelmRepository
name: podinfo
Expand Down
2 changes: 1 addition & 1 deletion config/testdata/upgrade-test-fail/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
chart:
spec:
chart: podinfo
version: '>=4.0.0 <5.0.0'
version: '>=6.0.0 <7.0.0'
sourceRef:
kind: HelmRepository
name: podinfo
Expand Down
2 changes: 1 addition & 1 deletion config/testdata/upgrade-test-fail/upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
chart:
spec:
chart: podinfo
version: '>=4.0.0 <5.0.0'
version: '>=6.0.0 <7.0.0'
sourceRef:
kind: HelmRepository
name: podinfo
Expand Down
2 changes: 1 addition & 1 deletion config/testdata/valuesfrom/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
chart:
spec:
chart: podinfo
version: '>=4.0.0 <5.0.0'
version: '>=6.0.0 <7.0.0'
sourceRef:
kind: HelmRepository
name: podinfo
Expand Down

0 comments on commit d471d7d

Please sign in to comment.