Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/container-image-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@2.11
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: redhat-cop/uncontained-local-dev
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion site/content/articles/devops-reading-list.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ OK, so now you have some base understand about what DevOps is. This section is i
* link:http://blog.crisp.se/2016/01/25/henrikkniberg/making-sense-of-mvp[Making Sense of MVP] (Article)
* link:http://itrevolution.com/learn-more-about-concepts-in-phoenix-project/[Phoenix Project Reference Guide part 1] and link:http://itrevolution.com/resource-guide-for-the-phoenix-project-kanbans-part-2/[Part 2] (Articles)
* link:http://theleanstartup.com/book[The Lean Startup] (Book)
* link:http://personalkanban.com/pk/book/[Personal Kanban] (Book)
* link:https://www.personalkanban.com/[Personal Kanban] (Book)

== Deep Dives & Further Learning

Expand Down
2 changes: 1 addition & 1 deletion site/content/articles/openshift-load-balancing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ TIP: By default, the use of a Ramp Node creates a single point of failure. To av
image::/images/load_balancing_full.jpg[Full Integration]

For more information on configuration, view the routing section of the official OpenShift Enterprise docs:
{docs_url}install_config/router/f5_router.html
{docs_url}install_config/router/index.html

== Load Balancing For HA Master Infrastructure

Expand Down
7 changes: 3 additions & 4 deletions site/themes/uncontained.io/src/scss/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@

.summary {
background-color: theme-color("white");
height: 22em;
min-height: 22em;
margin: 1em 2em;
padding-top: 0;
padding-bottom: 1em;
padding-bottom: 2em;
h2 {
font-size: 1.1em;
a {
Expand All @@ -78,10 +78,9 @@
}
.read-more {
font-weight: 500;
margin-top: 2em;
padding: 0 1em;
a {
color: theme-color("dark-blue");
padding: 0.4em .8em;
&:hover, &:focus {
color: theme-color("medium-blue");
text-decoration: none;
Expand Down