@@ -99,18 +99,21 @@ To install the CRDs using `kubectl`, run the following, ensuring you only apply
9999the CRDs you need for the features you plan to use:
100100
101101``` bash
102- kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.12.1/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_embeddingservers.yaml
103- kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.12.1/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcpexternalauthconfigs.yaml
104- kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.12.1/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcptoolconfigs.yaml
105- kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.12.1/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcpremoteproxies.yaml
106- kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.12.1/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcpservers.yaml
107- kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.12.1/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcpgroups.yaml
108- kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.12.1/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcpregistries.yaml
109- kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.12.1/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_virtualmcpcompositetooldefinitions.yaml
110- kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.12.1/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_virtualmcpservers.yaml
111- ```
112-
113- Replace ` v0.12.1 ` in the commands above with your target CRD version.
102+ kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.20.0/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_embeddingservers.yaml
103+ kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.20.0/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcpexternalauthconfigs.yaml
104+ kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.20.0/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcpgroups.yaml
105+ kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.20.0/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcpoidcconfigs.yaml
106+ kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.20.0/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcpregistries.yaml
107+ kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.20.0/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcpremoteproxies.yaml
108+ kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.20.0/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcpserverentries.yaml
109+ kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.20.0/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcpservers.yaml
110+ kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.20.0/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcptelemetryconfigs.yaml
111+ kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.20.0/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcptoolconfigs.yaml
112+ kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.20.0/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_virtualmcpcompositetooldefinitions.yaml
113+ kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.20.0/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_virtualmcpservers.yaml
114+ ```
115+
116+ Replace ` v0.20.0 ` in the commands above with your target CRD version.
114117
115118</TabItem >
116119</Tabs >
@@ -334,21 +337,24 @@ To upgrade the CRDs using `kubectl`, run the following, ensuring you only apply
334337the CRDs you need for the features you want :
335338
336339` ` ` bash
337- kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.12.1/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_embeddingservers.yaml
338- kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.12.1/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcpexternalauthconfigs.yaml
339- kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.12.1/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcptoolconfigs.yaml
340- kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.12.1/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcpremoteproxies.yaml
341- kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.12.1/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcpservers.yaml
342- kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.12.1/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcpgroups.yaml
343- kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.12.1/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcpregistries.yaml
344- kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.12.1/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_virtualmcpcompositetooldefinitions.yaml
345- kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.12.1/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_virtualmcpservers.yaml
340+ kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.20.0/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_embeddingservers.yaml
341+ kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.20.0/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcpexternalauthconfigs.yaml
342+ kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.20.0/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcpgroups.yaml
343+ kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.20.0/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcpoidcconfigs.yaml
344+ kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.20.0/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcpregistries.yaml
345+ kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.20.0/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcpremoteproxies.yaml
346+ kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.20.0/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcpserverentries.yaml
347+ kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.20.0/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcpservers.yaml
348+ kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.20.0/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcptelemetryconfigs.yaml
349+ kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.20.0/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_mcptoolconfigs.yaml
350+ kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.20.0/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_virtualmcpcompositetooldefinitions.yaml
351+ kubectl apply -f https://raw.githubusercontent.com/stacklok/toolhive/refs/tags/v0.20.0/deploy/charts/operator-crds/crds/toolhive.stacklok.dev_virtualmcpservers.yaml
346352` ` `
347353
348354</TabItem>
349355</Tabs>
350356
351- Replace `v0.12.1 ` in the commands above with your target CRD version.
357+ Replace `v0.20.0 ` in the commands above with your target CRD version.
352358
353359# ## Upgrade the operator Helm release
354360
@@ -419,11 +425,14 @@ To remove the CRDs using `kubectl`, run the following:
419425` ` ` bash
420426kubectl delete crd embeddingservers.toolhive.stacklok.dev
421427kubectl delete crd mcpexternalauthconfigs.toolhive.stacklok.dev
422- kubectl delete crd mcptoolconfigs.toolhive.stacklok.dev
423- kubectl delete crd mcpremoteproxies.toolhive.stacklok.dev
424- kubectl delete crd mcpservers.toolhive.stacklok.dev
425428kubectl delete crd mcpgroups.toolhive.stacklok.dev
429+ kubectl delete crd mcpoidcconfigs.toolhive.stacklok.dev
426430kubectl delete crd mcpregistries.toolhive.stacklok.dev
431+ kubectl delete crd mcpremoteproxies.toolhive.stacklok.dev
432+ kubectl delete crd mcpserverentries.toolhive.stacklok.dev
433+ kubectl delete crd mcpservers.toolhive.stacklok.dev
434+ kubectl delete crd mcptelemetryconfigs.toolhive.stacklok.dev
435+ kubectl delete crd mcptoolconfigs.toolhive.stacklok.dev
427436kubectl delete crd virtualmcpcompositetooldefinitions.toolhive.stacklok.dev
428437kubectl delete crd virtualmcpservers.toolhive.stacklok.dev
429438` ` `
0 commit comments