Skip to content

Commit

Permalink
Merge pull request #26 from gitgrave/fix-chart-releaser
Browse files Browse the repository at this point in the history
fix: add dandydeveloper repo to release workflow and bump chart for re-release
  • Loading branch information
tananaev authored Dec 9, 2023
2 parents d5c530d + 434063a commit ae85446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Add Helm dependency repos
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add dandydeveloper https://dandydeveloper.github.io/charts
helm repo update
- name: Run chart-releaser
Expand Down
2 changes: 1 addition & 1 deletion charts/traccar/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: traccar
description: A Helm chart for Traccar GPS Server
type: application
version: 1.7.0
version: 1.7.1
appVersion: "5.10"
dependencies:
- name: mysql
Expand Down

0 comments on commit ae85446

Please sign in to comment.