Skip to content

Commit

Permalink
move openshift templates off of EOL mysql 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gabemontero committed Jan 13, 2020
1 parent 133cb8b commit 4877266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openshift/templates/cakephp-mysql-persistent.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
"from": {
"kind": "ImageStreamTag",
"namespace": "${NAMESPACE}",
"name": "mysql:5.7"
"name": "mysql:8.0"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/cakephp-mysql.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
"from": {
"kind": "ImageStreamTag",
"namespace": "${NAMESPACE}",
"name": "mysql:5.7"
"name": "mysql:8.0"
}
}
},
Expand Down

0 comments on commit 4877266

Please sign in to comment.