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

Installation using deprecated FluxCD APIs #1538

Open
moconnor-cni opened this issue Mar 3, 2025 · 0 comments
Open

Installation using deprecated FluxCD APIs #1538

moconnor-cni opened this issue Mar 3, 2025 · 0 comments

Comments

@moconnor-cni
Copy link

Issue

I was following the instructions to install the operator

And observed the following warnings being issued

$ kubectl apply -f https://raw.githubusercontent.com/flux-iac/tofu-controller/main/docs/release.yaml
Warning: v1beta2 HelmRepository is deprecated, upgrade to v1
helmrepository.source.toolkit.fluxcd.io/tofu-controller created
Warning: v2beta2 HelmRelease is deprecated, upgrade to v2
helmrelease.helm.toolkit.fluxcd.io/tofu-controller created

Analysis

I think the Tofu operator needs to update its install script before the deprecated APIs are removed by FluxCD

The HelmRepository and HelmRelease FluxCD APIs were both upgraded by version 2.3.0 of FluxCD, released in May, 2024.

Software

I am running the latest version of FluxCD: 2.5.1

% kubectl -n flux-system get deployment helm-controller -oyaml | yq '.metadata.labels'
app.kubernetes.io/component: helm-controller
app.kubernetes.io/instance: flux-system
app.kubernetes.io/part-of: flux
app.kubernetes.io/version: v2.5.1
control-plane: controller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant