Skip to content

Commit

Permalink
Merge pull request #10 from digicatapult/bug/fix-helm-gh-pages
Browse files Browse the repository at this point in the history
Fixing release gh-pages
  • Loading branch information
nitro-marky authored Jan 28, 2022
2 parents 551bb05 + bf80928 commit c46497e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
charts_dir: helm
helm_version: 3.8.0

# Build github release
- name: Build release version
Expand Down
4 changes: 2 additions & 2 deletions helm/vitalam-ipfs/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: vitalam-ipfs
appVersion: '1.2.0'
appVersion: '1.2.1'
description: A Helm chart for vitalam-ipfs
version: '1.2.0'
version: '1.2.1'
type: application
dependencies:
- name: vitalam-node
Expand Down
2 changes: 1 addition & 1 deletion helm/vitalam-ipfs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ config:
image:
repository: ghcr.io/digicatapult/vitalam-ipfs
pullPolicy: IfNotPresent
tag: 'v1.2.0'
tag: 'v1.2.1'

storage:
storageClass: ""
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/vitalam-ipfs",
"version": "1.2.0",
"version": "1.2.1",
"description": "Service for WASP",
"main": "app/index.js",
"scripts": {
Expand Down

0 comments on commit c46497e

Please sign in to comment.