Skip to content

Commit 1294dc9

Browse files
authored
Merge pull request #65520 from Srivaralakshmi/gitops-1-10-redirects
Set up redirect to 1.10 for GitOps
2 parents 2817a32 + 6ad37f5 commit 1294dc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.s2i/httpd-cfg/01-commercial.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,12 +231,12 @@ AddType text/vtt vtt
231231
RewriteRule ^(rosa|dedicated)/serverless/?(.*)$ /serverless/1.30/$2 [L,R=302]
232232

233233

234-
# redirect gitops latest to 1.9
234+
# redirect gitops latest to 1.10
235235
RewriteRule ^gitops/?$ /gitops/latest [R=302]
236-
RewriteRule ^gitops/latest/?(.*)$ /gitops/1\.9/$1 [NE,R=302]
236+
RewriteRule ^gitops/latest/?(.*)$ /gitops/1\.10/$1 [NE,R=302]
237237

238238
# redirect top-level without filespec to the about file
239-
RewriteRule ^gitops/(1\.8|1\.9)/?$ /gitops/$1/understanding_openshift_gitops/about-redhat-openshift-gitops.html [L,R=302]
239+
RewriteRule ^gitops/(1\.8|1\.9|1\.10)/?$ /gitops/$1/understanding_openshift_gitops/about-redhat-openshift-gitops.html [L,R=302]
240240

241241
# GitOps landing page
242242
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/cicd/gitops/about-redhat-openshift-gitops.html /gitops/latest/understanding_openshift_gitops/about-redhat-openshift-gitops.html [L,R=302]

0 commit comments

Comments
 (0)