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 21, 2024
1 parent f96d892 commit 4462639
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ krew 0.4.3
python 3.13.1
task 3.33.0
terraform 1.10.3
terragrunt 0.70.4
terragrunt 0.71.1
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.10
targetRevision: 7.7.11
- 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.10
version: 7.7.11
#- name: argocd-apps
# repository: https://argoproj.github.io/argo-helm
# version: 0.0.6
Expand Down
2 changes: 1 addition & 1 deletion src/applications/esphome/deploy/argocd/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
# https://hub.docker.com/r/esphome/esphome/tags
image:
repository: docker.io/esphome/esphome
tag: 2024.12.1
tag: 2024.12.2
service:
main:
controller: main
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- # https://artifacthub.io/packages/helm/bitnami/external-dns
chart: external-dns
repoURL: registry-1.docker.io/bitnamicharts
targetRevision: 8.7.0
targetRevision: 8.7.1
helm:
releaseName: external-dns
valuesObject:
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: 2024.12.4
tag: 2024.12.5
probes:
liveness:
enabled: true
Expand Down
46 changes: 23 additions & 23 deletions src/applications/vault/configuration/baseline/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/applications/vault/configuration/baseline/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.35.0"
version = "2.35.1"
}
}
}
Expand Down

0 comments on commit 4462639

Please sign in to comment.