Skip to content

Commit

Permalink
feat: add kyverno images (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
nutellinoit authored Nov 10, 2023
1 parent 5cbef96 commit 0842428
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions modules/opa/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,47 @@ images:
- "v1.0.9"
destinations:
- registry.sighup.io/fury/gatekeeper-policy-manager



- name: Kyverno [Fury OPA Module]
source: ghcr.io/kyverno/kyverno
tag:
- "v1.10.4"
destinations:
- registry.sighup.io/fury/kyverno/kyverno

- name: Kyverno Pre [Fury OPA Module]
source: ghcr.io/kyverno/kyvernopre
tag:
- "v1.10.4"
destinations:
- registry.sighup.io/fury/kyverno/kyvernopre

- name: Kyverno Background Controller [Fury OPA Module]
source: ghcr.io/kyverno/background-controller
tag:
- "v1.10.4"
destinations:
- registry.sighup.io/fury/kyverno/background-controller

- name: Kyverno Cleanup Controller [Fury OPA Module]
source: ghcr.io/kyverno/cleanup-controller
tag:
- "v1.10.4"
destinations:
- registry.sighup.io/fury/kyverno/cleanup-controller

- name: Kyverno Reports Controller [Fury OPA Module]
source: ghcr.io/kyverno/reports-controller
tag:
- "v1.10.4"
destinations:
- registry.sighup.io/fury/kyverno/reports-controller

- name: Kyverno Bitnami Kubectl [Fury OPA Module]
source: docker.io/bitnami/kubectl
tag:
- "1.26.4"
destinations:
- registry.sighup.io/fury/bitnami/kubectl

0 comments on commit 0842428

Please sign in to comment.