Skip to content

Commit

Permalink
Update petset & placementpolicy tag (#722)
Browse files Browse the repository at this point in the history
Signed-off-by: Arnob kumar saha <[email protected]>
  • Loading branch information
ArnobKumarSaha authored Nov 22, 2024
1 parent cab633b commit a759c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/setup/upgrade/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Helm [does not upgrade the CRDs](https://github.com/helm/helm/issues/6581) bundl
```bash
kubectl apply -f https://github.com/kubedb/installer/raw/{{< param "info.version" >}}/crds/kubedb-catalog-crds.yaml

kubectl apply -f https://github.com/kubeops/petset/raw/v0.0.6/crds/apps.k8s.appscode.com_petsets.yaml
kubectl apply -f https://github.com/kubeops/petset/raw/v0.0.6/crds/apps.k8s.appscode.com_placementpolicies.yaml
kubectl apply -f https://github.com/kubeops/petset/raw/v0.0.7/crds/apps.k8s.appscode.com_petsets.yaml --server-side --force-conflicts
kubectl apply -f https://github.com/kubeops/petset/raw/v0.0.7/crds/apps.k8s.appscode.com_placementpolicies.yaml --server-side --force-conflicts
```

#### 2. Upgrade KubeDB Operator
Expand Down

0 comments on commit a759c8f

Please sign in to comment.