Skip to content

Commit

Permalink
Merge pull request #14 from kexa-io/dev
Browse files Browse the repository at this point in the history
fix: chart releaser
  • Loading branch information
aeppling authored Sep 16, 2024
2 parents aa8419a + e0e069c commit 558862d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
name: Release Helm Chart
name: Release Charts

on:
workflow_dispatch:

jobs:
release:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Install Helm
uses: azure/[email protected]
with:
version: 'latest'
id: install_helm
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Run chart-releaser
uses: helm/[email protected].1
uses: helm/[email protected].0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion kexa-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ grafana:
database: kexa_export_database
jsonData:
sslmode: "disable"
postgresVersion: 1200
postgresVersion: 1500
timescaledb: true
sidecar:
dashboards:
Expand Down

0 comments on commit 558862d

Please sign in to comment.