Merge "Helm / FluxCD updates"

This commit is contained in:
Zuul 2024-08-26 22:25:11 +00:00 committed by Gerrit Code Review
commit 7fabfef80c

View File

@ -26,7 +26,7 @@ acts as the gateway facilitating the acquisition process, guaranteeing that
your application has the requisite resources for deployment.
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
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
cat <<EOF > helmrelease.yaml
apiVersion: "helm.toolkit.fluxcd.io/v2beta1"
apiVersion: "helm.toolkit.fluxcd.io/v2"
kind: HelmRelease
metadata:
name: <helm-release-name>