Skip to content

Commit

Permalink
docs: update pack version in the terraform snippet (#3003)
Browse files Browse the repository at this point in the history
* docs: update pack version in the terraform snippet

* docs: fix prettier issue on metallb file
  • Loading branch information
caroldelwing authored Jun 4, 2024
1 parent f1973cf commit 0967d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs-content/integrations/microk8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ data "spectrocloud_registry" "public_registry" {
data "spectrocloud_pack" "k8s" {
name = "kubernetes-microk8s"
version = "1.28"
version = "1.27"
registry_uid = data.spectrocloud_registry.public_registry.id
}
```
Expand Down

0 comments on commit 0967d03

Please sign in to comment.