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 jedla97 committed Apr 23, 2024
1 parent 0b797da commit 0865ecd
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 811 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@v1.2.0
with:
helmfile-version: "v0.145.2"
install-helm: no
- name: Download Maven Repo
uses: actions/download-artifact@v3
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@v1.2.0
with:
helmfile-version: "v0.145.2"
install-helm: no
- name: Download Maven Repo
uses: actions/download-artifact@v3
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@v1.2.0
with:
helmfile-version: "v0.145.2"
install-helm: no
- name: Download Maven Repo
uses: actions/download-artifact@v3
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@v3
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 11+
- 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.

This file was deleted.

12 changes: 0 additions & 12 deletions examples/quarkus-helm/src/main/resources/application.properties

This file was deleted.

Loading

0 comments on commit 0865ecd

Please sign in to comment.