Skip to content

Commit

Permalink
Change master branch name to "stable"
Browse files Browse the repository at this point in the history
  • Loading branch information
rielas committed Mar 7, 2024
1 parent 9fab10b commit aebb202
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Charts
on:
push:
branches:
- master
- stable
- development
- experimental

Expand Down Expand Up @@ -38,5 +38,3 @@ jobs:
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: true


2 changes: 1 addition & 1 deletion charts/brokencrystals/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: |
Benchmark application that uses modern technologies and implements a set of
common security vulnerabilities
type: application
version: 0.0.47
version: 0.0.48
keywords:
- brokencrystals
- brkn
4 changes: 2 additions & 2 deletions charts/brokencrystals/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ ingress:
cert: ""
authlevel: "."
images:
main: latest
client: latest
main: stable
client: stable

0 comments on commit aebb202

Please sign in to comment.