Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 8bfa94e commit 4001faf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install argocd cli
run: |
curl -sSL -o argocd-linux-amd64 https://github.com/argoproj/argo-cd/releases/latest/download/argocd-linux-amd64
Expand Down
2 changes: 1 addition & 1 deletion charts/bootstrap-argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: argo-cd
version: 0.0.0
dependencies:
- name: argo-cd
version: 5.16.7
version: 7.7.7
repository: https://argoproj.github.io/argo-helm
2 changes: 1 addition & 1 deletion charts/root/templates/argo-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
source:
repoURL: https://argoproj.github.io/argo-helm
chart: argo-cd
targetRevision: 5.16.7
targetRevision: 7.7.7
helm:
values: |
repoServer:
Expand Down
2 changes: 1 addition & 1 deletion charts/root/templates/traefik.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
source:
repoURL: https://helm.traefik.io/traefik
chart: traefik
targetRevision: 20.8.0
targetRevision: 33.1.0
helm:
values: |
service:
Expand Down

0 comments on commit 4001faf

Please sign in to comment.