Skip to content

Commit f74df40

Browse files
committed
v3.1 related changes
1 parent aa39571 commit f74df40

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

controller-k8s-installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ In order to install the Helm chart, you must follow these steps:
4040
4141
helm install netris-controller netrisai/netris-controller \
4242
--namespace netris-controller \
43-
--set app.ingress.hosts={my.domain.com}
43+
--set ingress.hosts={my.domain.com}
4444
4545
Uninstalling the Chart
4646
---------------------------

kubernetes-integration.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Regular Manifest Method
2323

2424
.. code-block:: shell-session
2525
26-
kubectl apply -f https://github.com/netrisai/netris-operator/releases/download/v1.4.4/netris-operator.yaml
26+
kubectl apply -f https://github.com/netrisai/netris-operator/releases/latest/download/netris-operator.yaml
2727
2828
2. Create credentials secret for Netris Operator:
2929

terraform-integration.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Configure a provider
4343
required_providers {
4444
netris = {
4545
source = "netrisai/netris"
46-
version = "1.1.0"
46+
version = ">= 2.0.0"
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)