description: Deploy flux and then podinfo via flux
description: Installs the flux CRDs / controllers to use flux-based deployments
- https://github.com/fluxcd/flux2/releases/download/v2.3.0/install.yaml
- ghcr.io/fluxcd/helm-controller:v1.0.1
- ghcr.io/fluxcd/image-automation-controller:v0.38.0
- ghcr.io/fluxcd/image-reflector-controller:v0.32.0
- ghcr.io/fluxcd/kustomize-controller:v1.3.0
- ghcr.io/fluxcd/notification-controller:v1.3.0
- ghcr.io/fluxcd/source-controller:v1.3.0
- name: podinfo-via-flux-git
description: Example deployment via flux (git) using the famous podinfo example
- git/podinfo-source.yaml
- git/podinfo-kustomization.yaml
- https://github.com/stefanprodan/podinfo.git
- ghcr.io/stefanprodan/podinfo:6.4.0
- description: Podinfo pods to be ready via wait action
- name: podinfo-via-flux-helm
description: Example deployment via flux (helm oci) using the famous podinfo example
- helm/podinfo-source.yaml
- helm/podinfo-helmrelease.yaml
- ghcr.io/stefanprodan/podinfo:6.4.0
# Note: this is a helm OCI artifact rather than a container image
- ghcr.io/stefanprodan/charts/podinfo:6.4.0
- description: Podinfo pods to be ready via wait action
name: app.kubernetes.io/name=podinfo
- name: podinfo-via-flux-oci
description: Example deployment via flux (native oci) using the famous podinfo example
- oci/podinfo-source.yaml
- oci/podinfo-kustomization.yaml
- ghcr.io/stefanprodan/podinfo:6.4.0
# Note: this is a flux kustomize OCI artifact rather than a container image
- ghcr.io/stefanprodan/manifests/podinfo:6.4.0
# This will use a wait action to wait for the podinfo pod to be ready
- description: Podinfo pods to be ready via wait action