Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Test workflows #861

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/validate-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
workflow:
name: Reusable Workflow
uses: action-stars/helm-workflows/.github/workflows/validate.yaml@43e5782fead293b2f222cdcb04e6a55c7fc13835 # v0.1.13
uses: action-stars/helm-workflows/.github/workflows/validate.yaml@add-changelog-validation
permissions:
contents: read
id-token: write
Expand All @@ -20,6 +20,7 @@ jobs:
target_branch: main
helm_repos: "bitnami=https://charts.bitnami.com/bitnami/"
helm_docs: true
changelog: true
ah_lint: true
kubeconform: true
kubeconform_k8s_versions: ${{ vars.K8S_VERSIONS }}
Expand Down
6 changes: 6 additions & 0 deletions charts/k8s-resources/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Deprecated
- Removed -->

## [v0.2.0] - 2023-05-09

### All Changes

- Initial release.

## [v0.1.0] - 2023-05-09

### All Changes
Expand Down
2 changes: 1 addition & 1 deletion charts/k8s-resources/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: k8s-resources
description: Helm chart for provisioning Kubernetes resources.
type: application
version: 0.1.0
version: 0.2.0
appVersion: 1.0.0
home: https://github.com/stevehipwell/helm-charts/
icon: https://upload.wikimedia.org/wikipedia/labs/thumb/b/ba/Kubernetes-icon-color.svg/2110px-Kubernetes-icon-color.svg.png
Expand Down