Skip to content

Commit

Permalink
Drop Helm support
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvavrik authored and mjurc committed Apr 29, 2024
1 parent b7722d0 commit 066010f
Show file tree
Hide file tree
Showing 27 changed files with 0 additions and 1,294 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/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 @@ -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/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 @@ -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/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 @@ -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:
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.

94 changes: 0 additions & 94 deletions examples/quarkus-helm/src/main/docker/Dockerfile.jvm

This file was deleted.

27 changes: 0 additions & 27 deletions examples/quarkus-helm/src/main/docker/Dockerfile.native

This file was deleted.

This file was deleted.

0 comments on commit 066010f

Please sign in to comment.