Skip to content

Commit

Permalink
refactor(*): moved chart files one level up
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-ra committed Jul 21, 2023
1 parent 87cc43d commit 48e6463
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 40 deletions.
41 changes: 9 additions & 32 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,42 +1,19 @@
name: "Generic chart SemVer release"
name: Simple semver release

on:
push:
branches: ["main"]

jobs:
release:
runs-on: ubuntu-22.04
permissions:
actions: none
checks: none
contents: write
deployments: none
issues: none
packages: none
pull-requests: none
repository-projects: none
security-events: none
statuses: none
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
if: github.event.pull_request.merged

- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.8.1

- name: Run chart-releaser
uses: helm/[email protected]
steps:
- name: Tag
uses: K-Phoen/semver-release-action@master
with:
charts_dir: .
release_branch: main
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
File renamed without changes.
File renamed without changes.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# helm
An example helm named template for multi container|service.
# One chart to rule them all.

How To Test
----------
To see result in yaml files can use this:
````
helm template ./helm-template/
````
This was one funny note I found. It is describing the goal of what is a generic helm chart in a fun manner.

## how to use this:

```
# Needs to be completed.
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 48e6463

Please sign in to comment.