Skip to content

Commit ba77e10

Browse files
authored
Merge pull request #22 from PaaS-TA/logo
[application-platform-guide] 6.5 logo
2 parents 0ac4f5e + 6e1310c commit ba77e10

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
|-------------|-------------|
55
|paasta-deployment| [5.8.3](https://github.com/PaaS-TA/paasta-deployment/releases/tag/v5.8.3) |
66
|multi-cpi-deployment| [5.7.1](https://github.com/PaaS-TA/multi-cpi-deployment/releases/tag/v5.7.1) |
7-
|portal-deployment| [5.2.16](https://github.com/PaaS-TA/portal-deployment/releases/tag/v5.2.16) |
8-
|service-deployment| [5.1.17](https://github.com/PaaS-TA/service-deployment/releases/tag/v5.1.17)|
7+
|portal-deployment| [5.2.17](https://github.com/PaaS-TA/portal-deployment/releases/tag/v5.2.17) |
8+
|service-deployment| [5.1.18](https://github.com/PaaS-TA/service-deployment/releases/tag/v5.1.18)|

install/portal/container_type.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ $ bosh -e ${BOSH_ENVIRONMENT} upload-stemcell -n {STEMCELL_URL}
8383

8484
서비스 설치에 필요한 Deployment를 Git Repository에서 받아 서비스 설치 작업 경로로 위치시킨다.
8585

86-
- Portal Deployment Git Repository URL : https://github.com/PaaS-TA/portal-deployment/tree/v5.2.16
86+
- Portal Deployment Git Repository URL : https://github.com/PaaS-TA/portal-deployment/tree/v5.2.17
8787

8888
```
8989
# Deployment 다운로드 파일 위치 경로 생성 및 설치 경로 이동
9090
$ mkdir -p ~/workspace
9191
$ cd ~/workspace
9292
9393
# Deployment 파일 다운로드
94-
$ git clone https://github.com/PaaS-TA/portal-deployment.git -b v5.2.16
94+
$ git clone https://github.com/PaaS-TA/portal-deployment.git -b v5.2.17
9595
```
9696

9797
### <div id="2.4"/> 2.4. Deployment 파일 수정

install/portal/vm_type_api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ $ bosh -e ${BOSH_ENVIRONMENT} upload-stemcell -n {STEMCELL_URL}
8282

8383
서비스 설치에 필요한 Deployment를 Git Repository에서 받아 서비스 설치 작업 경로로 위치시킨다.
8484

85-
- Portal Deployment Git Repository URL : https://github.com/PaaS-TA/portal-deployment/tree/v5.2.16
85+
- Portal Deployment Git Repository URL : https://github.com/PaaS-TA/portal-deployment/tree/v5.2.17
8686

8787
```
8888
# Deployment 다운로드 파일 위치 경로 생성 및 설치 경로 이동
8989
$ mkdir -p ~/workspace
9090
$ cd ~/workspace
9191
9292
# Deployment 파일 다운로드
93-
$ git clone https://github.com/PaaS-TA/portal-deployment.git -b v5.2.16
93+
$ git clone https://github.com/PaaS-TA/portal-deployment.git -b v5.2.17
9494
```
9595

9696
### <div id="2.4"/> 2.4. Deployment 파일 수정

install/portal/vm_type_ui.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ $ bosh -e ${BOSH_ENVIRONMENT} upload-stemcell -n {STEMCELL_URL}
8383

8484
서비스 설치에 필요한 Deployment를 Git Repository에서 받아 서비스 설치 작업 경로로 위치시킨다.
8585

86-
- Portal Deployment Git Repository URL : https://github.com/PaaS-TA/portal-deployment/tree/v5.2.16
86+
- Portal Deployment Git Repository URL : https://github.com/PaaS-TA/portal-deployment/tree/v5.2.17
8787

8888
```
8989
# Deployment 다운로드 파일 위치 경로 생성 및 설치 경로 이동
9090
$ mkdir -p ~/workspace
9191
$ cd ~/workspace
9292
9393
# Deployment 파일 다운로드
94-
$ git clone https://github.com/PaaS-TA/portal-deployment.git -b v5.2.16
94+
$ git clone https://github.com/PaaS-TA/portal-deployment.git -b v5.2.17
9595
```
9696

9797
### <div id="2.4"/> 2.4. Deployment 파일 수정

install/service/pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ $ bosh -e ${BOSH_ENVIRONMENT} upload-stemcell -n {STEMCELL_URL}
8484

8585
서비스 설치에 필요한 Deployment를 Git Repository에서 받아 서비스 설치 작업 경로로 위치시킨다.
8686

87-
- Service Deployment Git Repository URL : https://github.com/PaaS-TA/service-deployment/tree/v5.1.17
87+
- Service Deployment Git Repository URL : https://github.com/PaaS-TA/service-deployment/tree/v5.1.18
8888

8989
```
9090
# Deployment 다운로드 파일 위치 경로 생성 및 설치 경로 이동
9191
$ mkdir -p ~/workspace
9292
$ cd ~/workspace
9393
9494
# Deployment 파일 다운로드
95-
$ git clone https://github.com/PaaS-TA/service-deployment.git -b v5.1.17
95+
$ git clone https://github.com/PaaS-TA/service-deployment.git -b v5.1.18
9696
9797
# common_vars.yml 파일 다운로드(common_vars.yml가 존재하지 않는다면 다운로드)
9898
$ git clone https://github.com/PaaS-TA/common.git

install/service/source_control.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@ $ bosh -e ${BOSH_ENVIRONMENT} upload-stemcell -n {STEMCELL_URL}
8181

8282
서비스 설치에 필요한 Deployment를 Git Repository에서 받아 서비스 설치 작업 경로로 위치시킨다.
8383

84-
- Service Deployment Git Repository URL : https://github.com/PaaS-TA/service-deployment/tree/v5.1.17
84+
- Service Deployment Git Repository URL : https://github.com/PaaS-TA/service-deployment/tree/v5.1.18
8585

8686
```
8787
# Deployment 다운로드 파일 위치 경로 생성 및 설치 경로 이동
8888
$ mkdir -p ~/workspace
8989
$ cd ~/workspace
9090
9191
# Deployment 파일 다운로드
92-
$ git clone https://github.com/PaaS-TA/service-deployment.git -b v5.1.17
92+
$ git clone https://github.com/PaaS-TA/service-deployment.git -b v5.1.18
9393
9494
# common_vars.yml 파일 다운로드(common_vars.yml가 존재하지 않는다면 다운로드)
9595
$ git clone https://github.com/PaaS-TA/common.git

0 commit comments

Comments
 (0)