-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7722d0
commit 066010f
Showing
27 changed files
with
0 additions
and
1,294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,16 +84,6 @@ jobs: | |
java-version: ${{ matrix.java }} | ||
check-latest: true | ||
cache: 'maven' | ||
- name: Install Helm client | ||
uses: azure/setup-helm@v3 | ||
with: | ||
version: v3.9.0 | ||
id: install | ||
- name: Setup helmfile | ||
uses: mamezou-tech/[email protected] | ||
with: | ||
helmfile-version: "v0.145.2" | ||
install-helm: no | ||
- name: Download Maven Repo | ||
uses: actions/download-artifact@v4 | ||
with: | ||
|
@@ -132,16 +122,6 @@ jobs: | |
java-version: ${{ matrix.java }} | ||
check-latest: true | ||
cache: 'maven' | ||
- name: Install Helm client | ||
uses: azure/setup-helm@v3 | ||
with: | ||
version: v3.9.0 | ||
id: install | ||
- name: Setup helmfile | ||
uses: mamezou-tech/[email protected] | ||
with: | ||
helmfile-version: "v0.145.2" | ||
install-helm: no | ||
- name: Download Maven Repo | ||
uses: actions/download-artifact@v4 | ||
with: | ||
|
@@ -195,16 +175,6 @@ jobs: | |
java-version: ${{ matrix.java }} | ||
check-latest: true | ||
cache: 'maven' | ||
- name: Install Helm client | ||
uses: azure/setup-helm@v3 | ||
with: | ||
version: v3.9.0 | ||
id: install-helm | ||
- name: Setup helmfile | ||
uses: mamezou-tech/[email protected] | ||
with: | ||
helmfile-version: "v0.145.2" | ||
install-helm: no | ||
- name: Download Maven Repo | ||
uses: actions/download-artifact@v4 | ||
with: | ||
|
@@ -243,17 +213,6 @@ jobs: | |
java-version: ${{ matrix.java }} | ||
check-latest: true | ||
cache: 'maven' | ||
- name: Install Helm client | ||
uses: azure/setup-helm@v3 | ||
with: | ||
version: v3.9.0 | ||
id: install | ||
- uses: MinoruSekine/setup-scoop@main | ||
with: | ||
add_extras_bucket: 'true' | ||
- name: Install helmfile | ||
shell: bash | ||
run: scoop install helmfile | ||
- name: Download Maven Repo | ||
uses: actions/download-artifact@v4 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,8 +27,6 @@ Main features: | |
- JDK 17+ | ||
- Maven 3+ | ||
- Docker | ||
- Helm | ||
- Helmfiles | ||
- OCP/K8s client | ||
|
||
# Getting Started | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
examples/quarkus-helm/src/main/java/io/quarkus/qe/GreetingResource.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.