Skip to content

Commit

Permalink
Merge pull request #32 from smichard/master
Browse files Browse the repository at this point in the history
updated documentation and GitHub Action
  • Loading branch information
nexus-Six committed Apr 8, 2024
2 parents 25c3f35 + 717d611 commit 2ec065b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
with:
submodules: true
- name: Edit Toml baseurl
uses: ciiiii/toml-editor@1.0.0
uses: sandstromviktor/toml-editor@2.0.0
with:
file: "config.toml"
key: "baseurl"
value: "https://devsecops-workshop.github.io/devsecops-workshop.github.io-dev/"
- name: Edit Toml title
uses: ciiiii/toml-editor@1.0.0
uses: sandstromviktor/toml-editor@2.0.0
with:
file: "config.toml"
key: "title"
Expand Down
16 changes: 7 additions & 9 deletions content/1-intro/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,20 @@ Just make sure :
- 3 Worker (Similar to AWS m5.4x.large)
- Authentication htpasswd enabled
- For the ACM chapter you will need AWS credentials to automatically deploy a SingleNode OpenShift
- Some configurations in the workshop may need to be customized for your environment (e.g. storage types for ODF)
- Some names in the workshop may need to be customized for your environment (e.g. storage naming)

This workshop was last tested with these versions :
This workshop was tested with these versions :

- Red Hat OpenShift : 4.14.18
- Red Hat Advanced Cluster Security for Kubernetes: 3.74.9
- Red Hat Advanced Cluster Management for Kubernetes: 2.10
- Red Hat Advanced Cluster Security for Kubernetes: 4.4.0
- Red Hat OpenShift Dev Spaces : 3.12.0
- Red Hat OpenShift Pipelines: 1.14.3
- Red Hat OpenShift GitOps: 1.12.3
- Red Hat OpenShift GitOps: 1.12.0
- Red Hat Quay: 3.8.15
- Red Hat Quay Bridge Operator: 3.7.14
- Red Hat Data Foundation : 4.14.6
- Web Terminal: 1.9.0
- Red Hat Quay Bridge Operator: 3.7.11
- Red Hat Data Foundation : 4.14.06
- Gitea Operator: 1.3.0

- Web Terminal: 1.9.0

## Workshop Flow

Expand Down

0 comments on commit 2ec065b

Please sign in to comment.