Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop Helm support #1074

Merged
merged 1 commit into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 0 additions & 52 deletions .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,6 @@ jobs:
java-version: ${{ matrix.java }}
check-latest: true
cache: 'maven'
- name: Install Helm client
uses: azure/setup-helm@v4
with:
version: v3.9.0
id: install-helm
- name: Setup helmfile
uses: mamezou-tech/setup-helmfile@v2.0.0
with:
helmfile-version: "v0.145.2"
install-helm: no
- name: Build
run: |
MAVEN_PROFILES="-Pframework,examples"
Expand Down Expand Up @@ -102,16 +92,6 @@ jobs:
check-latest: true
cache: 'maven'
id: install-jdk
- name: Install Helm client
uses: azure/setup-helm@v4
with:
version: v3.9.0
id: install-helm
- name: Setup helmfile
uses: mamezou-tech/setup-helmfile@v2.0.0
with:
helmfile-version: "v0.145.2"
install-helm: no
- name: Download Maven Repo
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -212,16 +192,6 @@ jobs:
java-version: ${{ matrix.java }}
check-latest: true
cache: 'maven'
- name: Install Helm client
uses: azure/setup-helm@v4
with:
version: v3.9.0
id: install-helm
- name: Setup helmfile
uses: mamezou-tech/setup-helmfile@v2.0.0
with:
helmfile-version: "v0.145.2"
install-helm: no
- name: Download Maven Repo
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -264,17 +234,6 @@ jobs:
java-version: ${{ matrix.java }}
check-latest: true
cache: 'maven'
- name: Install Helm client
uses: azure/setup-helm@v4
with:
version: v3.9.0
id: install-helm
- uses: MinoruSekine/setup-scoop@main
with:
add_extras_bucket: 'true'
- name: Install helmfile through windows scoop
shell: bash
run: scoop install helmfile
- name: Download Maven Repo
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -318,17 +277,6 @@ jobs:
java-version: ${{ matrix.java }}
check-latest: true
cache: 'maven'
- name: Install Helm client
uses: azure/setup-helm@v4
with:
version: v3.9.0
id: install-helm
- uses: MinoruSekine/setup-scoop@main
with:
add_extras_bucket: 'true'
- name: Install helmfile through windows scoop
shell: bash
run: scoop install helmfile
- name: Download Sysinternals Handle program used for native race debugging
shell: pwsh
run: Invoke-WebRequest https://download.sysinternals.com/files/Handle.zip -OutFile .\handle.zip
Expand Down
41 changes: 0 additions & 41 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,6 @@ jobs:
java-version: ${{ matrix.java }}
check-latest: true
cache: 'maven'
- name: Install Helm client
uses: azure/setup-helm@v4
with:
version: v3.9.0
id: install
- name: Setup helmfile
uses: mamezou-tech/setup-helmfile@v2.0.0
with:
helmfile-version: "v0.145.2"
install-helm: no
- name: Download Maven Repo
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -141,16 +131,6 @@ jobs:
java-version: ${{ matrix.java }}
check-latest: true
cache: 'maven'
- name: Install Helm client
uses: azure/setup-helm@v4
with:
version: v3.9.0
id: install
- name: Setup helmfile
uses: mamezou-tech/setup-helmfile@v2.0.0
with:
helmfile-version: "v0.145.2"
install-helm: no
- name: Download Maven Repo
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -211,16 +191,6 @@ jobs:
java-version: ${{ matrix.java }}
check-latest: true
cache: 'maven'
- name: Install Helm client
uses: azure/setup-helm@v4
with:
version: v3.9.0
id: install-helm
- name: Setup helmfile
uses: mamezou-tech/setup-helmfile@v2.0.0
with:
helmfile-version: "v0.145.2"
install-helm: no
- name: Download Maven Repo
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -266,17 +236,6 @@ jobs:
java-version: ${{ matrix.java }}
check-latest: true
cache: 'maven'
- name: Install Helm client
uses: azure/setup-helm@v4
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:
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ Main features:
- JDK 17+
- Maven 3+
- Docker
- Helm
- Helmfiles
- OCP/K8s client

# Getting Started
Expand Down
2 changes: 0 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
<packaging>pom</packaging>
<modules>
<module>quarkus-cli</module>
<!-- TODO: uncomment helm when we use version adapted to https://github.com/quarkusio/quarkus/pull/34956 -->
<!-- <module>quarkus-helm</module> -->
<module>pingpong</module>
<module>restclient</module>
<module>greetings</module>
Expand Down
169 changes: 0 additions & 169 deletions examples/quarkus-helm/pom.xml

This file was deleted.

Loading