diff --git a/docs/modules/nifi/examples/getting_started/getting_started.sh b/docs/modules/nifi/examples/getting_started/getting_started.sh index 9e1b9c8d..ce00d2e5 100755 --- a/docs/modules/nifi/examples/getting_started/getting_started.sh +++ b/docs/modules/nifi/examples/getting_started/getting_started.sh @@ -84,7 +84,7 @@ metadata: name: simple-zk spec: image: - productVersion: 3.9.2 + productVersion: 3.9.3 servers: roleGroups: default: diff --git a/docs/modules/nifi/examples/getting_started/getting_started.sh.j2 b/docs/modules/nifi/examples/getting_started/getting_started.sh.j2 index 6404ccc9..88e70a1e 100755 --- a/docs/modules/nifi/examples/getting_started/getting_started.sh.j2 +++ b/docs/modules/nifi/examples/getting_started/getting_started.sh.j2 @@ -84,7 +84,7 @@ metadata: name: simple-zk spec: image: - productVersion: 3.9.2 + productVersion: 3.9.3 servers: roleGroups: default: diff --git a/examples/simple-nifi-cluster.yaml b/examples/simple-nifi-cluster.yaml index f2eb6b50..b084efc5 100644 --- a/examples/simple-nifi-cluster.yaml +++ b/examples/simple-nifi-cluster.yaml @@ -7,7 +7,7 @@ metadata: name: simple-zk spec: image: - productVersion: 3.9.2 + productVersion: 3.9.3 servers: roleGroups: default: diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index 8f4260fd..0336c48a 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -26,9 +26,10 @@ dimensions: - name: zookeeper values: - 3.9.2 + - 3.9.3 - name: zookeeper-latest values: - - 3.9.2 + - 3.9.3 - name: ldap-use-tls values: - "false"