- Upgrade Cilium helm release from 1.18.5 to 1.19.1 with gatewayClass creation enabled - Escalate gitea CI service account to cluster-admin, add OIDC cluster-admin binding - Deploy fujarna app with full manifest set (deployment, service, PVC, httproutes, external secret) - Add Flux web UI via flux-operator OCI repository and helm release - Add experiments kustomization with test resources for gateway API and certificates Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
333 B
YAML
13 lines
333 B
YAML
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: OCIRepository
|
|
metadata:
|
|
name: flux-operator
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 30m
|
|
url: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
|
|
layerSelector:
|
|
mediaType: "application/vnd.cncf.helm.chart.content.v1.tar+gzip"
|
|
operation: copy
|
|
ref:
|
|
semver: "0.x" |