Helm / FluxCD updates

Updated link https://fluxcd.io/flux/components/source/api/v1/
Changed helm.toolkit.fluxcd.io/v2beta1 to helm.toolkit.fluxcd.io/v2
Story: 2011129
Task: 50909
Change-Id: I5fdbc6bcf0e3a7e5137e6acde8cba30cff2b7f06
Signed-off-by: Juanita Balaraj <juanita.balaraj@windriver.com>
This commit is contained in:
Juanita Balaraj
2024-08-23 22:07:06 +00:00
parent 8dd6c00569
commit 5d1df2fa23

View File

@@ -26,7 +26,7 @@ acts as the gateway facilitating the acquisition process, guaranteeing that
your application has the requisite resources for deployment. your application has the requisite resources for deployment.
There are five types of `Source Controllers There are five types of `Source Controllers
<https://fluxcd.io/flux/components/source/api/v1beta2/>`__, in this example <https://fluxcd.io/flux/components/source/api/v1/>`__, in this example
GitRepository will be used. The GitRepository is a type of Source Controller GitRepository will be used. The GitRepository is a type of Source Controller
that is used to manage applications defined within Git repositories. that is used to manage applications defined within Git repositories.
@@ -72,7 +72,7 @@ For deploying via Helm, create a HelmRelease resource.
.. code-block:: none .. code-block:: none
cat <<EOF > helmrelease.yaml cat <<EOF > helmrelease.yaml
apiVersion: "helm.toolkit.fluxcd.io/v2beta1" apiVersion: "helm.toolkit.fluxcd.io/v2"
kind: HelmRelease kind: HelmRelease
metadata: metadata:
name: <helm-release-name> name: <helm-release-name>