Skip to content

Commit

Permalink
Update resource definitions to use tp-10.1 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
trisberg committed Jan 24, 2025
1 parent 6146539 commit 3d480a3
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 14 deletions.
21 changes: 14 additions & 7 deletions tp-for-k8s-manifests/accelerator-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ metadata:
spec:
git:
ref:
branch: main
branch: tp-10.x
tag: tp-10.1
url: https://github.com/vmware-tanzu/application-accelerator-samples
subPath: fragments/java-version
---
Expand All @@ -17,7 +18,8 @@ metadata:
spec:
git:
ref:
branch: main
branch: tp-10.x
tag: tp-10.1
url: https://github.com/vmware-tanzu/application-accelerator-samples
subPath: fragments/build-wrapper-gradle
---
Expand All @@ -28,7 +30,8 @@ metadata:
spec:
git:
ref:
branch: main
branch: tp-10.x
tag: tp-10.1
url: https://github.com/vmware-tanzu/application-accelerator-samples
subPath: fragments/build-wrapper-maven
---
Expand All @@ -49,7 +52,8 @@ spec:
- tanzu
git:
ref:
branch: main
branch: tp-10.x
tag: tp-10.1
url: https://github.com/vmware-tanzu/application-accelerator-samples
subPath: tanzu-java-web-app
---
Expand All @@ -70,7 +74,8 @@ spec:
- tanzu
git:
ref:
branch: main
branch: tp-10.x
tag: tp-10.1
url: https://github.com/vmware-tanzu/application-accelerator-samples.git
subPath: spring-ai-chat
---
Expand All @@ -90,7 +95,8 @@ spec:
- tanzu
git:
ref:
branch: main
branch: tp-10.x
tag: tp-10.1
url: https://github.com/vmware-tanzu/application-accelerator-samples.git
subPath: spring-music
---
Expand All @@ -108,6 +114,7 @@ spec:
- tanzu
git:
ref:
branch: main
branch: tp-10.x
tag: tp-10.1
url: https://github.com/vmware-tanzu/application-accelerator-samples
subPath: node-express
12 changes: 8 additions & 4 deletions tp-for-k8s-manifests/accelerators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ spec:
- tanzu
git:
ref:
branch: main
branch: tp-10.x
tag: tp-10.1
url: https://github.com/vmware-tanzu/application-accelerator-samples
subPath: tanzu-java-web-app
---
Expand All @@ -36,7 +37,8 @@ spec:
- tanzu
git:
ref:
branch: main
branch: tp-10.x
tag: tp-10.1
url: https://github.com/vmware-tanzu/application-accelerator-samples.git
subPath: spring-ai-chat
---
Expand All @@ -56,7 +58,8 @@ spec:
- tanzu
git:
ref:
branch: main
branch: tp-10.x
tag: tp-10.1
url: https://github.com/vmware-tanzu/application-accelerator-samples.git
subPath: spring-music
---
Expand All @@ -74,6 +77,7 @@ spec:
- tanzu
git:
ref:
branch: main
branch: tp-10.x
tag: tp-10.1
url: https://github.com/vmware-tanzu/application-accelerator-samples
subPath: node-express
9 changes: 6 additions & 3 deletions tp-for-k8s-manifests/fragments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ metadata:
spec:
git:
ref:
branch: main
branch: tp-10.x
tag: tp-10.1
url: https://github.com/vmware-tanzu/application-accelerator-samples
subPath: fragments/java-version
---
Expand All @@ -17,7 +18,8 @@ metadata:
spec:
git:
ref:
branch: main
branch: tp-10.x
tag: tp-10.1
url: https://github.com/vmware-tanzu/application-accelerator-samples
subPath: fragments/build-wrapper-gradle
---
Expand All @@ -28,6 +30,7 @@ metadata:
spec:
git:
ref:
branch: main
branch: tp-10.x
tag: tp-10.1
url: https://github.com/vmware-tanzu/application-accelerator-samples
subPath: fragments/build-wrapper-maven

0 comments on commit 3d480a3

Please sign in to comment.