Skip to content

Commit

Permalink
docs(kgo): use gateway-operator kconf channel (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
czeslavo authored Nov 20, 2024
1 parent 932e349 commit 5bf6276
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/gateway-operator/UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ them before upgrading your release.

[hip0011]: https://github.com/helm/community/blob/main/hips/hip-0011.md

For example, upgrading Kong's [kubernetes-configuration][kcfg] CRDs to v0.0.38 requires
For example, upgrading Kong's [kubernetes-configuration][kcfg] CRDs to v0.0.45 requires
running:

```
kustomize build github.com/Kong/kubernetes-configuration/config/crd\?rev\=v0.0.38 | kubectl apply -f -
kustomize build github.com/Kong/kubernetes-configuration/config/crd/gateway-operator?ref=v0.0.45 | kubectl apply -f -
```

[kcfg]: https://github.com/Kong/kubernetes-configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ This sub-chart contains Kong's [Kubernetes Configuration][kconf] CRDs, allowing
To update the CRDs, you can run the following command:

```bash
kustomize build github.com/kong/kubernetes-configuration/config/crd > ./charts/gateway-operator/charts/kubernetes-configuration-crds/crds/kubernetes-configuration-crds.yaml
kustomize build github.com/kong/kubernetes-configuration/config/crd/gateway-operator > ./charts/gateway-operator/charts/kubernetes-configuration-crds/crds/kubernetes-configuration-crds.yaml
```
3 changes: 2 additions & 1 deletion third_party/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/kong/charts/tools

go 1.21
go 1.23.3

require golang.stackrox.io/kube-linter v0.7.1

require (
Expand Down

0 comments on commit 5bf6276

Please sign in to comment.