Skip to content
Merged
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
8 changes: 4 additions & 4 deletions ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
{
"label": "Basic with sample application (Deploy on Code Engine)",
"name": "basic",
"index": 1,
"index": 2,
"short_description": "Provides Code Engine users with serverless simplicity plus a hosted sample app and CI/CD pipeline.",
"working_directory": "solutions/basic",
"ignore_readme": true,
Expand Down Expand Up @@ -602,7 +602,7 @@
{
"label": "Standard with sample application (Deploy on Red Hat OpenShift)",
"name": "standard",
"index": 2,
"index": 3,
"short_description": "Offers Red Hat OpenShift users enterprise-grade flexibility along with a hosted sample app and automated pipeline deployment.",
"working_directory": "solutions/standard",
"ignore_readme": true,
Expand Down Expand Up @@ -1340,7 +1340,7 @@
{
"label": "Basic (Deploy on Code Engine)",
"name": "basic-without-app",
"index": 3,
"index": 4,
"short_description": "Designed for Code Engine users who want serverless simplicity without deploying a sample app or pipeline.",
"working_directory": "solutions/basic-without-sample-app",
"ignore_readme": true,
Expand Down Expand Up @@ -1858,7 +1858,7 @@
{
"label": "Standard (Deploy on Red Hat OpenShift)",
"name": "standard-without-app",
"index": 4,
"index": 5,
"short_description": "Ideal for Red Hat OpenShift users seeking enterprise-grade flexibility without a sample app or pipeline included.",
"working_directory": "solutions/standard-without-sample-app",
"ignore_readme": true,
Expand Down
2 changes: 1 addition & 1 deletion reference-architectures/rag-pattern.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion reference-architectures/rag-stack.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.25.4
require (
github.com/gruntwork-io/terratest v0.53.0
github.com/stretchr/testify v1.11.1
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.27
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.31
)

require (
Expand Down
4 changes: 2 additions & 2 deletions tests/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.27 h1:gEQWV1UdcawxJjO2Az4AYK5p2Z9SrKOWWiC2UwmFNuM=
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.27/go.mod h1:9X9hk3QCx9h/5mmoWUwDT2ORmgvyr1tURcgDtiqlC2Q=
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.31 h1:2ZslGjNvCrqTSmnqkbpsDLIchvO4hyBYCJvA28B35Ec=
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.31/go.mod h1:9X9hk3QCx9h/5mmoWUwDT2ORmgvyr1tURcgDtiqlC2Q=
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw=
github.com/tmccombs/hcl2json v0.6.4/go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk=
Expand Down