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 Jan 8, 2025
1 parent a42d71d commit 1f1346d
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ helm-ct 3.4.0
krew 0.4.3
python 3.13.1
task 3.33.0
terraform 1.10.3
terragrunt 0.71.1
terraform 1.10.4
terragrunt 0.71.2
vault 1.18.3
2 changes: 1 addition & 1 deletion src/applications/argo-cd/deploy/argocd/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
valueFiles: []
chart: argo-cd
repoURL: https://argoproj.github.io/argo-helm
targetRevision: 7.7.13
targetRevision: 7.7.14
- helm:
# parameters: []
releaseName: argocd-apps
Expand Down
2 changes: 1 addition & 1 deletion src/applications/argo-cd/deploy/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
dependencies:
- name: argo-cd
repository: https://argoproj.github.io/argo-helm
version: 7.7.13
version: 7.7.14
#- name: argocd-apps
# repository: https://argoproj.github.io/argo-helm
# version: 0.0.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
source:
chart: argo-events
repoURL: https://argoproj.github.io/argo-helm
targetRevision: 2.4.10
targetRevision: 2.4.12
helm:
releaseName: argo-events
parameters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
image:
# https://github.com/home-assistant/core/releases
repository: ghcr.io/home-assistant/home-assistant
tag: 2025.1.0
tag: 2025.1.1
probes:
liveness:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion src/applications/monitoring/deploy/argocd/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
source:
chart: kube-prometheus-stack
repoURL: https://prometheus-community.github.io/helm-charts
targetRevision: 67.7.0
targetRevision: 67.9.0
helm:
# skipCrds: true
# https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/applications/monitoring/deploy/chart/base/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: kube-prometheus-stack
version: 0.0.1
dependencies:
- name: kube-prometheus-stack
version: 67.7.0
version: 67.9.0
repository: https://prometheus-community.github.io/helm-charts

0 comments on commit 1f1346d

Please sign in to comment.