Use HPA v2 in tutorial (#541)

Also fix the SolrCloud apiVersion
diff --git a/docs/local_tutorial.md b/docs/local_tutorial.md
index 6e7ed49..ed6fbc5 100644
--- a/docs/local_tutorial.md
+++ b/docs/local_tutorial.md
@@ -183,7 +183,7 @@
 The SolrCloud CRD is setup so that it is able to run with the HPA.
 Merely use the following when creating an HPA object:
 ```yaml
-apiVersion: autoscaling/v2beta2
+apiVersion: autoscaling/v2
 kind: HorizontalPodAutoscaler
 metadata:
   name: example-solr
@@ -191,7 +191,7 @@
   maxReplicas: 6
   minReplicas: 3
   scaleTargetRef:
-    apiVersion: solr.apache.com/v1beta1
+    apiVersion: solr.apache.org/v1beta1
     kind: SolrCloud
     name: example
   metrics: