Skip to content

Commit 70e3fc4

Browse files
authored
Platform operator for Kubernetes (5.16) (#490)
Signed-off-by: devOpsHelm <[email protected]>
1 parent 858a432 commit 70e3fc4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

_redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/hazelcast/latest-dev/* /hazelcast/5.7-snapshot/:splat 200!
1818

1919
# Redirect latest operator alias to the latest version
20-
/operator/latest/* /operator/5.15/:splat 200!
20+
/operator/latest/* /operator/5.16/:splat 200!
2121

2222
# Redirect latest-dev operator alias to the latest-dev version
2323
/operator/latest-dev/* /operator/latest-snapshot/:splat 200!

search-config.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,18 @@
241241
},
242242
"selectors_key": "command-line-client"
243243
},
244+
{
245+
"url": "https://docs.hazelcast.com/operator/(?P<version>.*?)/",
246+
"tags": [
247+
"operator-5.16"
248+
],
249+
"variables": {
250+
"version": [
251+
"5.16"
252+
]
253+
},
254+
"selectors_key": "operator"
255+
},
244256
{
245257
"url": "https://docs.hazelcast.com/operator/(?P<version>.*?)/",
246258
"tags": [

0 commit comments

Comments
 (0)