Skip to content

Commit

Permalink
chore: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ialejandro committed Aug 15, 2024
1 parent 9ba94ad commit d514f4b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ jobs:
with:
fetch-depth: 0

# default install latest (stable)
- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: v3.13.0

- uses: actions/setup-python@v5
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
# default install latest (stable)
- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: v3.13.0

- name: Add repositories
run: |
Expand Down
4 changes: 2 additions & 2 deletions charts/ecr-registry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ maintainers:
email: [email protected]
url: https://ialejandro.rocks
name: ecr-registry
version: 1.0.0
appVersion: "1.25.6"
version: 1.0.1
appVersion: awscli2.10.3-kubectl1.30.3
home: https://github.com/devops-ia/helm-charts/tree/main/charts/ecr-registry
keywords:
- ecr
Expand Down

0 comments on commit d514f4b

Please sign in to comment.