Skip to content

Commit

Permalink
Merge pull request #2 from pbufio/rollup-v0.3.0
Browse files Browse the repository at this point in the history
rollup v0.3.0
  • Loading branch information
aatarasoff authored Dec 7, 2023
2 parents e1b7768 + 2bd8717 commit 9bee9a5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3

- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: .
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- name: Setup test helm chart
uses: helm/[email protected]

- name: Lint helm chart
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --chart-dirs .
8 changes: 6 additions & 2 deletions pbuf-registry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@ apiVersion: v2
name: pbuf-registry
description: A Helm chart for PBUF Registry
type: application
version: 0.3.0-rc.1
appVersion: "v0.3.0-rc.1"
version: 0.3.0
appVersion: "v0.3.0"

maintainers:
- name: aatarasoff
email: [email protected]
1 change: 0 additions & 1 deletion pbuf-registry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,3 @@ tolerations: []
affinity: {}

customSidecarContainers: []

0 comments on commit 9bee9a5

Please sign in to comment.