Skip to content

Commit 385ed59

Browse files
remove old base (#58)
* remove old base * bump 0.0.489
1 parent 45fe735 commit 385ed59

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+22
-1045
lines changed

.github/workflows/ci.yaml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
uses: actions/checkout@v3
1010
- name: get tag
1111
run: |
12-
echo "NEW_VERSION=$(yq e '.configMapGenerator.0.literals.0' ${{ github.workspace }}/csdp/base/kustomization.yaml | awk '{split($0,a,"="); print a[2]}')" >> $GITHUB_ENV
12+
echo "NEW_VERSION=$(yq e '.configMapGenerator.0.literals.0' ${{ github.workspace }}/csdp/base_components/bootstrap/kustomization.yaml | awk '{split($0,a,"="); print a[2]}')" >> $GITHUB_ENV
1313
- name: Check repo tags
1414
uses: mukunku/tag-exists-action@v1.0.0
1515
id: checkTag
@@ -26,8 +26,23 @@ jobs:
2626
steps:
2727
- name: Check out repository code
2828
uses: actions/checkout@v3
29-
- name: "Kustomize Build"
29+
- name: "Kustomize Build hosted basic"
3030
uses: karancode/kustomize-github-action@master
3131
with:
3232
kustomize_version: "4.4.1"
33-
kustomize_build_dir: "./csdp/base"
33+
kustomize_build_dir: "./csdp/hosted/basic/bootstrap"
34+
- name: "Kustomize Build hybrid basic"
35+
uses: karancode/kustomize-github-action@master
36+
with:
37+
kustomize_version: "4.4.1"
38+
kustomize_build_dir: "./csdp/hybrid/basic/bootstrap"
39+
- name: "Kustomize Build hosted HA"
40+
uses: karancode/kustomize-github-action@master
41+
with:
42+
kustomize_version: "4.4.1"
43+
kustomize_build_dir: "./csdp/hosted/ha/bootstrap"
44+
- name: "Kustomize Build hybrid HA"
45+
uses: karancode/kustomize-github-action@master
46+
with:
47+
kustomize_version: "4.4.1"
48+
kustomize_build_dir: "./csdp/hybrid/ha/bootstrap"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v3
1212
- name: get tag
1313
run: |
14-
echo "NEW_TAG=$(yq e '.configMapGenerator.0.literals.0' ${{ github.workspace }}/csdp/base/kustomization.yaml | awk '{split($0,a,"="); print a[2]}')" >> $GITHUB_ENV
14+
echo "NEW_TAG=$(yq e '.configMapGenerator.0.literals.0' ${{ github.workspace }}/csdp/base_components/bootstrap/kustomization.yaml | awk '{split($0,a,"="); print a[2]}')" >> $GITHUB_ENV
1515
- name: Bump version and push tag
1616
uses: anothrNick/github-tag-action@1.36.0
1717
env:

csdp/base/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

csdp/base/app-proxy/app-proxy.cm.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

csdp/base/app-proxy/app-proxy.crb.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

csdp/base/app-proxy/app-proxy.deploy.yaml

Lines changed: 0 additions & 150 deletions
This file was deleted.

csdp/base/app-proxy/app-proxy.rb.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

csdp/base/app-proxy/app-proxy.role.yaml

Lines changed: 0 additions & 29 deletions
This file was deleted.

csdp/base/app-proxy/app-proxy.sa.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

csdp/base/app-proxy/app-proxy.svc.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)