Skip to content

Commit

Permalink
Merge pull request #108 from helxplatform/develop
Browse files Browse the repository at this point in the history
Merge to main from develop
  • Loading branch information
Hoid authored May 20, 2024
2 parents 8ce4dcc + dfefb16 commit 7107cf5
Show file tree
Hide file tree
Showing 28 changed files with 822 additions and 340 deletions.
159 changes: 0 additions & 159 deletions .github/workflows/bump-chart.yml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/run-helm-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# On pull request, ensure helm-docs is being run

name: Run-Helm-Docs
on:
pull_request:
types: [ opened, synchronize ]
paths-ignore:
- .github/workflows/*
- .github/*
jobs:
run-helm-docs:
uses: helxplatform/helx-github-actions/.github/workflows/run-helm-docs.yml@main
secrets: inherit
17 changes: 5 additions & 12 deletions .github/workflows/trigger-helm-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,11 @@ on:
- .github/*
jobs:
trigger-helm-charts:
runs-on: ubuntu-latest
steps:

- name: Trigger Helm-Charts Workflow
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
gh --repo https://github.com/helxplatform/helm-charts \
workflow run package-index.yml \
-f appRepo=${{ github.repository }} \
-f actor=${{ github.actor }} \
--ref develop
uses: helxplatform/helx-github-actions/.github/workflows/trigger-helm-charts.yml@main
secrets: inherit
with:
appRepo: ${{ github.repository }}
actor: ${{ github.actor }}



Expand Down
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ description: A Helm chart for Kubernetes
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.
version: 4.1.0
version: 4.1.4
# This is the version number of the application being deployed. This version
# number should be incremented each time you make changes to the application.
appVersion: 3.3.0
appVersion: 3.3.1
dependencies:
- name: postgresql
condition: postgresql.enabled
Expand Down
Loading

0 comments on commit 7107cf5

Please sign in to comment.