diff --git a/charts/gateway-operator/UPGRADE.md b/charts/gateway-operator/UPGRADE.md index cccbf6b05..432e42e2d 100644 --- a/charts/gateway-operator/UPGRADE.md +++ b/charts/gateway-operator/UPGRADE.md @@ -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 diff --git a/charts/gateway-operator/charts/kubernetes-configuration-crds/README.md b/charts/gateway-operator/charts/kubernetes-configuration-crds/README.md index 320d43085..c72286d57 100644 --- a/charts/gateway-operator/charts/kubernetes-configuration-crds/README.md +++ b/charts/gateway-operator/charts/kubernetes-configuration-crds/README.md @@ -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 ``` diff --git a/third_party/go.mod b/third_party/go.mod index a5ebc3438..cd42129a8 100644 --- a/third_party/go.mod +++ b/third_party/go.mod @@ -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 (