Skip to content

Commit

Permalink
Platform operator for Kubernetes (5.13) (#372)
Browse files Browse the repository at this point in the history
Signed-off-by: devOpsHelm <[email protected]>
  • Loading branch information
devOpsHelm authored Jul 30, 2024
1 parent 30ad6ee commit 148876f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _redirects
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/hazelcast/latest-dev/* /hazelcast/6.0-snapshot/:splat 200!

# Redirect latest operator alias to the latest version
/operator/latest/* /operator/5.12/:splat 200!
/operator/latest/* /operator/5.13/:splat 200!

# Redirect latest-dev operator alias to the latest-dev version
/operator/latest-dev/* /operator/latest-snapshot/:splat 200!
Expand Down
12 changes: 12 additions & 0 deletions search-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,18 @@
},
"selectors_key": "command-line-client"
},
{
"url": "https://docs.hazelcast.com/operator/(?P<version>.*?)/",
"tags": [
"operator-5.13"
],
"variables": {
"version": [
"5.13"
]
},
"selectors_key": "operator"
},
{
"url": "https://docs.hazelcast.com/operator/(?P<version>.*?)/",
"tags": [
Expand Down

0 comments on commit 148876f

Please sign in to comment.