Skip to content

Commit

Permalink
versions for rerleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
ngeorger committed Jul 25, 2023
1 parent 13e9c5e commit 7be0056
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/helm-releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,17 @@ jobs:

- name: Configure Git
run: |
git config user.name "${{ github.actor }}"
git config user.email "info@sredevops.cl"
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
with:
charts_dir: ./ghost-on-kubernetes
charts_dir: ghost-on-kubernetes
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

Expand Down
4 changes: 2 additions & 2 deletions ghost-on-kubernetes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ 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.2.0
version: 1.0.0
# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "5"
appVersion: "5.55.1"
icon: https://ghost.org/images/logos/ghost-logo-orb.png

0 comments on commit 7be0056

Please sign in to comment.