Skip to content

Commit 6dec4bc

Browse files
Update all dependencies
1 parent 50871bf commit 6dec4bc

File tree

21 files changed

+23
-23
lines changed

21 files changed

+23
-23
lines changed

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ helm-ct 3.4.0
44
krew 0.4.3
55
python 3.14.3
66
task 3.33.0
7-
terraform 1.14.5
8-
terragrunt 0.99.2
7+
terraform 1.14.6
8+
terragrunt 0.99.4
99
vault 1.21.2

src/applications/argo-cd/deploy/argocd/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
valueFiles: []
3636
chart: argo-cd
3737
repoURL: https://argoproj.github.io/argo-helm
38-
targetRevision: 9.4.2
38+
targetRevision: 9.4.5
3939
- helm:
4040
# parameters: []
4141
releaseName: argocd-apps

src/applications/argo-cd/deploy/chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
dependencies:
33
- name: argo-cd
44
repository: https://argoproj.github.io/argo-helm
5-
version: 9.4.2
5+
version: 9.4.5
66
#- name: argocd-apps
77
# repository: https://argoproj.github.io/argo-helm
88
# version: 0.0.6

src/applications/argo-workflows/deploy/argocd/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ spec:
8282
#targetRevision: 0.14.1
8383
chart: argo-workflows
8484
repoURL: https://argoproj.github.io/argo-helm
85-
targetRevision: 0.47.3
85+
targetRevision: 0.47.4

src/applications/camel-k/deploy/argocd/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
source:
1111
chart: camel-k
1212
repoURL: https://apache.github.io/camel-k/charts
13-
targetRevision: 2.9.0
13+
targetRevision: 2.9.1
1414

1515

1616
#path: helm/camel-k/

src/applications/cert-manager/deploy/argocd/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ spec:
4646
chart: cert-manager
4747
repoURL: 'https://charts.jetstack.io'
4848
# https://artifacthub.io/packages/helm/cert-manager/cert-manager
49-
targetRevision: v1.19.3
49+
targetRevision: v1.19.4

src/applications/cilium/deploy/argocd/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
sources:
1111
-
1212
repoURL: https://helm.cilium.io
13-
targetRevision: 1.19.0
13+
targetRevision: 1.19.1
1414
chart: cilium
1515
helm:
1616
releaseName: cilium

src/applications/esphome/deploy/argocd/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ spec:
9898
# https://hub.docker.com/r/esphome/esphome/tags
9999
image:
100100
repository: docker.io/esphome/esphome
101-
tag: 2026.1.5
101+
tag: 2026.2.2
102102
service:
103103
main:
104104
controller: main

src/applications/esphome/workflows/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ image:
55
# This sets the pull policy for images.
66
pullPolicy: IfNotPresent
77
# Overrides the image tag whose default is the chart appVersion.
8-
tag: "2026.1.5"
8+
tag: "2026.2.2"
99

1010
# This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
1111
imagePullSecrets: []

src/applications/external-secrets/deploy/argocd/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
source:
1313
chart: external-secrets
1414
repoURL: https://charts.external-secrets.io
15-
targetRevision: 2.0.0
15+
targetRevision: 2.0.1
1616
helm:
1717
releaseName: external-secrets
1818
parameters:

0 commit comments

Comments
 (0)