Skip to content

Commit

Permalink
prepare for merge to main
Browse files Browse the repository at this point in the history
  • Loading branch information
guimou committed Jan 18, 2024
1 parent b2831f0 commit 9760fe5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions bootstrap/applicationset/applicationset-bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ spec:
- cluster: in-cluster
name: ic-shared-minio-app
repoURL: https://github.com/rh-aiservices-bu/insurance-claim-processing.git
targetRevision: dev
targetRevision: main
path: bootstrap/ic-shared-minio
- cluster: in-cluster
name: ic-shared-database-app
repoURL: https://github.com/rh-aiservices-bu/insurance-claim-processing.git
targetRevision: dev
targetRevision: main
path: bootstrap/ic-shared-database
- cluster: in-cluster
name: ic-shared-llm-app
repoURL: https://github.com/rh-aiservices-bu/insurance-claim-processing.git
targetRevision: dev
targetRevision: main
path: bootstrap/ic-shared-llm
- cluster: in-cluster
name: ic-shared-img-det
repoURL: https://github.com/rh-aiservices-bu/insurance-claim-processing.git
targetRevision: dev
targetRevision: main
path: bootstrap/ic-shared-img-det
- cluster: in-cluster
name: ic-rhoai-configuration
repoURL: https://github.com/rh-aiservices-bu/insurance-claim-processing.git
targetRevision: dev
targetRevision: main
path: bootstrap/ic-rhoai-configuration
template:
metadata:
Expand Down
4 changes: 2 additions & 2 deletions content/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ nav:

asciidoc:
attributes:
release-version: dev
release-version: main
page-pagination: true
experimental:
numbered:
Expand All @@ -20,7 +20,7 @@ asciidoc:
minio-pass: minio123
minio-endpoint: http://minio.ic-shared-minio.svc.cluster.local:9000/
git-clone-repo-url: https://github.com/rh-aiservices-bu/insurance-claim-processing.git
git-clone-repo-branch: dev
git-clone-repo-branch: main
user: userX
password: openshift
openshift_console_url: https://PLACEHOLDER-URL.com/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
source:
path: lab-materials/05/app
repoURL: https://github.com/rh-aiservices-bu/insurance-claim-processing.git
targetRevision: dev
targetRevision: main
syncPolicy:
automated:
prune: true
Expand Down

0 comments on commit 9760fe5

Please sign in to comment.