flux2-test/manifests/podinfo.yml
Sebastian Mark e29eb79db1 feat(manifests): update podinfo chart version to 6.7.1
- bump podinfo chart version from 6.0.0 to 6.7.1
- ensure compatibility with latest features and fixes in podinfo

🤖
2024-10-09 17:02:27 +02:00

26 lines
466 B
YAML

---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: OCIRepository
metadata:
name: podinfo
namespace: flux2
spec:
interval: 5ms
url: oci://ghcr.io/stefanprodan/charts/podinfo
ref:
tag: 6.7.1
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: podinfo
namespace: flux2
spec:
interval: 10m
targetNamespace: podinfo
chartRef:
kind: OCIRepository
name: podinfo
namespace: flux2
values:
replicaCount: 2