Skip to content

Commit

Permalink
kgo: add missing customentities policy rules
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Jun 13, 2024
1 parent 2854eb8 commit aaefc9d
Show file tree
Hide file tree
Showing 7 changed files with 274 additions and 53 deletions.
6 changes: 3 additions & 3 deletions charts/gateway-operator/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: kic-crds
repository: ""
version: 3.1.2
version: 3.2.0
- name: gwapi-standard-crds
repository: ""
version: 1.0.0
- name: gwapi-experimental-crds
repository: ""
version: 1.0.0
digest: sha256:c72ffe17253b0cd11caf5e1b03c2458b2c280528461a1621f6f90832d2979889
generated: "2024-03-16T07:20:29.547504039+08:00"
digest: sha256:17c486ff3a5f012cb2efaaf09419a8489686e8d1eab896b46b9ef323d53d5d05
generated: "2024-06-13T17:00:08.148357+02:00"
4 changes: 2 additions & 2 deletions charts/gateway-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ maintainers:
name: gateway-operator
sources:
- https://github.com/Kong/charts/tree/main/charts/gateway-operator
version: 0.1.8
version: 0.1.9
appVersion: "1.2"
annotations:
artifacthub.io/prerelease: "false"

dependencies:
- name: kic-crds
version: 3.1.2
version: 3.2.0
condition: kic-crds.enabled
- name: gwapi-standard-crds
version: 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion charts/gateway-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ helm repo add kong https://charts.konghq.com
helm repo update

helm install kgo kong/gateway-operator -n kong-system --create-namespace
```
```
4 changes: 2 additions & 2 deletions charts/gateway-operator/charts/kic-crds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: kic-crds
version: 3.1.2
appVersion: "3.1.2"
version: 3.2.0
appVersion: "3.2.0"
description: A Helm chart for Kong Ingress Controller's CRDs
Loading

0 comments on commit aaefc9d

Please sign in to comment.