Skip to content

Commit

Permalink
ci: unstable bk repo
Browse files Browse the repository at this point in the history
ci: fix

ci: test

test

test

fix

test

fix
  • Loading branch information
gasRU76 committed Aug 13, 2024
1 parent 2e17f75 commit 15e74fe
Show file tree
Hide file tree
Showing 18 changed files with 46 additions and 2,932 deletions.
25 changes: 18 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,34 @@ on:
push:
branches:
- main
- oleg/one-pod-sqli
- unstable

jobs:
packages:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0


- name: Setup Git
run: |
git config --global user.email "[email protected]"
git config --global user.name "Bright Security"
- name: Release packages
uses: helm/[email protected]
- name: Change name to unstable
if: ${{ github.ref == 'refs/heads/unstable' }}
run: |
sed -i 's/brokencrystals/brokencrystals-unstable/g' ./charts/brokencrystals/Chart.yaml
sed -i 's/brkn/brkn-unstbl/g' ./charts/brokencrystals/Chart.yaml
- name: Change values to development
if: ${{ github.ref == 'refs/heads/unstable' }}
run: |
sed -i 's/^ main:.*/ main: unstable/' ./charts/brokencrystals/values.yaml
sed -i 's/^ client:.*/ client: unstable/' ./charts/brokencrystals/values.yaml
- name: Release packages main
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: true
CR_SKIP_EXISTING: true
23 changes: 0 additions & 23 deletions charts/brokencrystals-unstable/.helmignore

This file was deleted.

10 changes: 0 additions & 10 deletions charts/brokencrystals-unstable/Chart.yaml

This file was deleted.

1 change: 0 additions & 1 deletion charts/brokencrystals-unstable/templates/NOTES.txt

This file was deleted.

62 changes: 0 additions & 62 deletions charts/brokencrystals-unstable/templates/_helpers.tpl

This file was deleted.

This file was deleted.

Loading

0 comments on commit 15e74fe

Please sign in to comment.