Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config/*: update API versions and file names #662

Merged
merged 3 commits into from
Mar 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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