Files
talos-cluster/kubernetes/apps/database-system/mysql-operator/app/ocirepository.yaml

19 lines
609 B
YAML

---
# yaml-language-server: $schema=https://k8s-validation-schemas.pages.dev/source.toolkit.fluxcd.io/ocirepository_v1.json
apiVersion: source.toolkit.fluxcd.io/v1
kind: OCIRepository
metadata:
name: mysql-operator
spec:
interval: 5m
layerSelector:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
tag: 2.2.5
url: oci://ghcr.io/astrateam-net/oci-charts/mysql-operator
verify:
provider: cosign
matchOIDCIdentity:
- issuer: "^https://token.actions.githubusercontent.com$"
subject: "^https://github.com/astrateam-net/oci-charts.*$"