Skip to content

Commit

Permalink
Remove helm
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkbatya committed Jul 22, 2024
1 parent ab8143a commit 991465c
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 106 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
- name: 'Checkout code'
uses: actions/checkout@v4

- name: 'Install Helm'
uses: azure/[email protected]

- name: 'Set image tag and name'
id: tag
run: |
Expand Down Expand Up @@ -79,19 +76,6 @@ jobs:
cache-to: type=registry,ref=${{ steps.tag.outputs.image_name }}-fz-fw:buildcache,mode=max
context: flipperzero-firmware

- name: 'Login to Docker Hub'
uses: docker/login-action@v3
with:
registry: registry-1.docker.io
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}

- name: 'Push helm chart'
if: ${{ github.event_name != 'pull_request' }}
run: |
helm package helm --version ${IMAGE_TAG};
helm push github-actions-runner-${IMAGE_TAG}.tgz oci://registry-1.docker.io/flipperdevices;
- name: 'Trigger k8s to use new image android: prod'
if: ${{ (github.event_name != 'pull_request')
&& (steps.tag.outputs.image_tag != '0.0.0')
Expand Down
23 changes: 0 additions & 23 deletions helm/.helmignore

This file was deleted.

5 changes: 0 additions & 5 deletions helm/Chart.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions helm/templates/horizontalrunnerautoscaler.yaml

This file was deleted.

44 changes: 0 additions & 44 deletions helm/templates/runnerdeployment.yaml

This file was deleted.

Empty file removed helm/values.yaml
Empty file.

0 comments on commit 991465c

Please sign in to comment.