Skip to content

Commit

Permalink
Merge pull request #28 from nirmata/fix-workflow
Browse files Browse the repository at this point in the history
fix workflow
  • Loading branch information
amittiwari28 authored Jan 17, 2025
2 parents 0dc0c5a + f025c39 commit 5f6955e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ct-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,14 @@ jobs:
- name: Setup python
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: 3.7
python-version: 3.8
- name: Set up chart-testing
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
- name: Add missing Helm repositories
run: |
set -e
helm repo add cloudnative-pg https://cloudnative-pg.github.io/charts
helm repo update
- name: Run chart-testing (lint)
run: |
set -e
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: 3.7
python-version: 3.8
- name: Set up chart-testing
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
- name: Run chart-testing (lint)
Expand Down
2 changes: 1 addition & 1 deletion charts/reports-server/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# reports-server

![Version: 0.1.5-rc.2](https://img.shields.io/badge/Version-0.1.5--rc.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.5-rc.2](https://img.shields.io/badge/AppVersion-v0.1.5--rc.1-informational?style=flat-square)
![Version: 0.1.5-rc.2](https://img.shields.io/badge/Version-0.1.5--rc.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.5-rc.2](https://img.shields.io/badge/AppVersion-v0.1.5--rc.2-informational?style=flat-square)

TODO

Expand Down

0 comments on commit 5f6955e

Please sign in to comment.