5 Commits

Author SHA1 Message Date
Raffael Hertle
94d348dca0 Update Chart.yaml 2023-08-09 15:21:11 +02:00
Raffael Hertle
98bdcdfea0 Update user-prometheus.yaml 2023-08-09 15:15:43 +02:00
Raffael H
ad84cc053b Move charts to chart directory 2023-08-09 14:50:44 +02:00
Raffael H
626e854c0f Update version for release workflow 2023-08-09 14:48:38 +02:00
Raffael H
8279af66c9 Add release workflow 2023-08-09 14:47:19 +02:00
21 changed files with 33 additions and 7 deletions

32
.github/workflows/release-charts.yaml vendored Normal file
View File

@@ -0,0 +1,32 @@
name: Release Charts
on:
push:
branches:
- main
jobs:
release:
# depending on default permission settings for your org (contents being read-only or read-write for workloads), you will have to add permissions
# see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@v3
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

View File

@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.1.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to

View File

@@ -14,9 +14,3 @@ spec:
requests:
memory: 400Mi
enableAdminAPI: false
storage:
volumeClaimTemplate:
spec:
resources:
requests:
storage: 2Gi