1# Helm chart metadata for kong with Chainguard images
2# These images are distroless and signed with Sigstore
5home: https://chainguard.dev
7description: Kong is an open source Microservice API gateway and platform designed for managing microservices requests of high-availability, fault-tolerance, and distributed systems.
20 category: Infrastructure
22 - "image": "cgr.dev/chainguard-private/kong-iamguarded:3.9.1"
23 "name": "kong-iamguarded"
24 - "image": "cgr.dev/chainguard-private/kong-ingress-controller-iamguarded:3.5.4"
25 "name": "kong-ingress-controller-iamguarded"
26 - "image": "cgr.dev/chainguard-private/postgres-iamguarded:18.3-r3"
27 "name": "postgres-iamguarded"
28 - "image": "cgr.dev/chainguard-private/cassandra-iamguarded:5.0.6"
29 "name": "cassandra-iamguarded"
34 repository: file:///postgresql
35 condition: postgresql.enabled
38 repository: file:///common
41 repository: file:///cassandra
42 condition: cassandra.enabled