Skip to content

Commit

Permalink
feat(pencil): Fixed broken helm_release file checker (#67)
Browse files Browse the repository at this point in the history
* Fixed broken helm_release file checker
* Trigger Helm Release

This was changed as part of
https://github.com/tj-actions/changed-files/releases/tag/v13
  • Loading branch information
mvaalexp authored Jun 13, 2024
1 parent 5f2a2d6 commit 168350f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: tj-actions/changed-files@v44
with:
files: |
charts/kubernetes-sidecar-injector
charts/kubernetes-sidecar-injector/**
- name: Automated Helm Version Bump
if: steps.helm-specific-changes.outputs.any_modified == 'true'
Expand Down
2 changes: 0 additions & 2 deletions charts/kubernetes-sidecar-injector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ container:
metricsPort: 9090

podAnnotations: {}

podLabels: {}

podSecurityContext: {}

sidecars:
Expand Down

0 comments on commit 168350f

Please sign in to comment.