Skip to content

Commit 3b8b431

Browse files
update version in blog (#471)
1 parent 9ed1827 commit 3b8b431

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/content/blog/posts/2026-02-14-kube-bind-internals.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,12 @@ kubectl config use-context kind-provider
172172
helm upgrade --install \
173173
--namespace kube-bind \
174174
--create-namespace \
175-
--set image.tag=v0.7.0 \
175+
--set image.tag=v0.7.1 \
176176
--set backend.externalAddress=https://provider-control-plane:6443 \
177177
--set backend.tlsExternalServerName=kubernetes.default.svc \
178178
--set backend.oidc.issuerUrl=http://kube-bind-backend.kube-bind.svc:8080/oidc \
179179
--set backend.oidc.callbackUrl=http://kube-bind-backend.kube-bind.svc:8080/api/callback \
180-
kube-bind oci://ghcr.io/kube-bind/charts/backend --version 0.7.0
180+
kube-bind oci://ghcr.io/kube-bind/charts/backend --version 0.7.1
181181
```
182182

183183
> **Note:** The OIDC configuration used here (which uses the built-in mock OIDC provider of `kube-bind-backend`) is for demonstration purposes only. For a production deployment, you must integrate with a real OIDC provider. See [Installation with Helm](../../setup/helm.md) for production guidelines.
@@ -307,7 +307,7 @@ Waiting for binding completion from UI...
307307
Binding completed successfully!
308308
Created kube-bind namespace.
309309
🔒 Created secret kube-bind/kubeconfig-9lbzx for host https://provider-control-plane:6443, namespace kube-bind-enkvby5uzkct
310-
🚀 Deploying konnector v0.7.0 to namespace kube-bind.
310+
🚀 Deploying konnector v0.7.1 to namespace kube-bind.
311311
Waiting for the konnector to be ready.................
312312
✅ Created APIServiceBinding cowboys for 1 resources
313313
Created 1 APIServiceBinding(s):

0 commit comments

Comments
 (0)