Skip to content

Commit 035e5cc

Browse files
set KRO version to 0.9.3
1 parent 0a00bec commit 035e5cc

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

website/docs/docs/advanced/03-controller-tuning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ This switches the chart to the `-debug` image tag and configures the controller
158158
Use the dedicated Make targets when building or publishing the pprof-enabled image:
159159

160160
```bash
161-
make build-debug-image RELEASE_VERSION=v0.9.2
162-
make publish-debug-image RELEASE_VERSION=v0.9.2
161+
make build-debug-image RELEASE_VERSION=v0.9.3
162+
make publish-debug-image RELEASE_VERSION=v0.9.3
163163
```
164164

165165
If you deploy with `image.ko=true` or use `ko apply` directly, build with `GOFLAGS="-tags=pprof"` so the pprof handlers are compiled into the controller binary.

website/docs/docs/getting-started/01-Installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Install a specific version for reproducible deployments:
3636

3737
```bash
3838
# Set the version you want to install
39-
export KRO_VERSION=0.9.2
39+
export KRO_VERSION=0.9.3
4040

4141
# Install kro
4242
helm install kro oci://registry.k8s.io/kro/charts/kro \
@@ -150,7 +150,7 @@ helm upgrade kro oci://registry.k8s.io/kro/charts/kro \
150150
<TabItem value="specific" label="Specific Version">
151151

152152
```bash
153-
export KRO_VERSION=0.9.2
153+
export KRO_VERSION=0.9.3
154154

155155
helm upgrade kro oci://registry.k8s.io/kro/charts/kro \
156156
--namespace kro-system \

website/versioned_docs/version-0.9.3/docs/advanced/03-controller-tuning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ This switches the chart to the `-debug` image tag and configures the controller
158158
Use the dedicated Make targets when building or publishing the pprof-enabled image:
159159

160160
```bash
161-
make build-debug-image RELEASE_VERSION=v0.9.2
162-
make publish-debug-image RELEASE_VERSION=v0.9.2
161+
make build-debug-image RELEASE_VERSION=v0.9.3
162+
make publish-debug-image RELEASE_VERSION=v0.9.3
163163
```
164164

165165
If you deploy with `image.ko=true` or use `ko apply` directly, build with `GOFLAGS="-tags=pprof"` so the pprof handlers are compiled into the controller binary.

website/versioned_docs/version-0.9.3/docs/getting-started/01-Installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Install a specific version for reproducible deployments:
3636

3737
```bash
3838
# Set the version you want to install
39-
export KRO_VERSION=0.9.2
39+
export KRO_VERSION=0.9.3
4040

4141
# Install kro
4242
helm install kro oci://registry.k8s.io/kro/charts/kro \
@@ -150,7 +150,7 @@ helm upgrade kro oci://registry.k8s.io/kro/charts/kro \
150150
<TabItem value="specific" label="Specific Version">
151151

152152
```bash
153-
export KRO_VERSION=0.9.2
153+
export KRO_VERSION=0.9.3
154154

155155
helm upgrade kro oci://registry.k8s.io/kro/charts/kro \
156156
--namespace kro-system \

0 commit comments

Comments
 (0)