Skip to content

Commit 5bf6276

Browse files
authored
docs(kgo): use gateway-operator kconf channel (#1165)
1 parent 932e349 commit 5bf6276

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

charts/gateway-operator/UPGRADE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ them before upgrading your release.
3333

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

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

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

4343
[kcfg]: https://github.com/Kong/kubernetes-configuration

charts/gateway-operator/charts/kubernetes-configuration-crds/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ This sub-chart contains Kong's [Kubernetes Configuration][kconf] CRDs, allowing
1111
To update the CRDs, you can run the following command:
1212

1313
```bash
14-
kustomize build github.com/kong/kubernetes-configuration/config/crd > ./charts/gateway-operator/charts/kubernetes-configuration-crds/crds/kubernetes-configuration-crds.yaml
14+
kustomize build github.com/kong/kubernetes-configuration/config/crd/gateway-operator > ./charts/gateway-operator/charts/kubernetes-configuration-crds/crds/kubernetes-configuration-crds.yaml
1515
```

third_party/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/kong/charts/tools
22

3-
go 1.21
3+
go 1.23.3
4+
45
require golang.stackrox.io/kube-linter v0.7.1
56

67
require (

0 commit comments

Comments
 (0)