Skip to content

Commit

Permalink
change dev for main in relevant files
Browse files Browse the repository at this point in the history
  • Loading branch information
guimou committed May 4, 2024
1 parent f38426f commit f14314b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions bootstrap/applicationset/applicationset-bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,42 +10,42 @@ spec:
- cluster: in-cluster
name: ic-shared-minio-app
repoURL: https://github.com/rh-aiservices-bu/parasol-insurance.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/parasol-insurance.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/parasol-insurance.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/parasol-insurance.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/parasol-insurance.git
targetRevision: dev
targetRevision: main
path: bootstrap/ic-rhoai-configuration
- cluster: in-cluster
name: ic-user-projects
repoURL: https://github.com/rh-aiservices-bu/parasol-insurance.git
targetRevision: dev
targetRevision: main
path: bootstrap/ic-user-projects
- cluster: in-cluster
name: ic-shared-milvus
repoURL: https://github.com/rh-aiservices-bu/parasol-insurance.git
targetRevision: dev
targetRevision: main
path: bootstrap/ic-shared-milvus
- cluster: in-cluster
name: ic-shared-app
repoURL: https://github.com/rh-aiservices-bu/parasol-insurance.git
targetRevision: dev
targetRevision: main
path: bootstrap/ic-shared-app
template:
metadata:
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ manually
```bash
GITEA_INT_URL="http://gitea.gitea.svc:3000/"
GITEA_REPO="opentlc-mgr/parasol-insurance-mirror/"
GITEA_BRANCH="dev/"
GITEA_BRANCH="main/"
GITEA_APP_PATH="bootstrap/applications/ic-shared-minio-app.yaml"

CMD=" oc apply -f ${GITEA_INT_URL}${GITEA_REPO}raw/branch/${GITEA_BRANCH}${GITEA_APP_PATH}"
Expand Down
4 changes: 2 additions & 2 deletions content/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ nav:

asciidoc:
attributes:
release-version: dev
release-version: main
page-pagination: true
experimental:
numbered:
Expand All @@ -19,7 +19,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/parasol-insurance.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/parasol-insurance.git
targetRevision: dev
targetRevision: main
syncPolicy:
automated:
prune: true
Expand Down
2 changes: 1 addition & 1 deletion lab-materials/05/05-05/process_claims.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
rm -r *
git clone https://github.com/rh-aiservices-bu/parasol-insurance
cd parasol-insurance
git checkout dev
git checkout main
ls
command:
- sh
Expand Down

0 comments on commit f14314b

Please sign in to comment.