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 22, 2025
1 parent 3878320 commit 3c58131
Show file tree
Hide file tree
Showing 25 changed files with 29 additions and 29 deletions.
6 changes: 3 additions & 3 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
act 0.2.71
helm 3.16.4
helm 3.17.0
helm-ct 3.4.0
krew 0.4.3
python 3.13.1
task 3.33.0
terraform 1.10.4
terragrunt 0.72.0
terraform 1.10.5
terragrunt 0.72.3
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.15
targetRevision: 7.7.16
- 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.15
version: 7.7.16
#- 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 @@ -46,4 +46,4 @@ spec:
chart: cert-manager
repoURL: 'https://charts.jetstack.io'
# https://artifacthub.io/packages/helm/cert-manager/cert-manager
targetRevision: v1.16.2
targetRevision: v1.16.3
2 changes: 1 addition & 1 deletion src/applications/cilium/deploy/argocd/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
sources:
-
repoURL: https://helm.cilium.io
targetRevision: 1.16.5
targetRevision: 1.16.6
chart: cilium
helm:
releaseName: cilium
Expand Down
4 changes: 2 additions & 2 deletions src/applications/esphome/deploy/argocd/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
targetRevision: main
- chart: app-template
repoURL: https://bjw-s.github.io/helm-charts
targetRevision: 3.6.0
targetRevision: 3.6.1
helm:
releaseName: esphome
valuesObject:
Expand Down Expand Up @@ -90,7 +90,7 @@ spec:
# https://hub.docker.com/r/esphome/esphome/tags
image:
repository: docker.io/esphome/esphome
tag: 2024.12.2
tag: 2024.12.4
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.1
targetRevision: 8.7.2
helm:
releaseName: external-dns
valuesObject:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
source:
chart: external-secrets
repoURL: https://charts.external-secrets.io
targetRevision: 0.12.1
targetRevision: 0.13.0
helm:
releaseName: external-secrets
parameters:
Expand Down
2 changes: 1 addition & 1 deletion src/applications/harbor/deploy/argocd/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ spec:
parameters: []
chart: harbor
repoURL: https://helm.goharbor.io
targetRevision: 1.16.1
targetRevision: 1.16.2
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:

- chart: app-template
repoURL: https://bjw-s.github.io/helm-charts
targetRevision: 3.6.0
targetRevision: 3.6.1
helm:
releaseName: home-assistant
parameters: []
Expand All @@ -57,7 +57,7 @@ spec:
image:
# https://github.com/home-assistant/core/releases
repository: ghcr.io/home-assistant/home-assistant
tag: 2025.1.2
tag: 2025.1.3
probes:
liveness:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion src/applications/keycloak/deploy/argocd/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
# parameters: []
chart: keycloak
repoURL: https://charts.bitnami.com/bitnami
targetRevision: 24.4.0
targetRevision: 24.4.6
- helm:
releaseName: external-secrets-manifests
values: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
- chart: kubernetes-event-exporter
# https://artifacthub.io/packages/helm/bitnami/kubernetes-event-exporter
repoURL: https://charts.bitnami.com/bitnami
targetRevision: 3.3.0
targetRevision: 3.3.2
helm:
releaseName: kubernetes-event-exporter
values: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
sources:
- chart: app-template
repoURL: https://bjw-s.github.io/helm-charts
targetRevision: 3.6.0
targetRevision: 3.6.1
helm:
releaseName: languagetool
parameters: []
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.10.0
targetRevision: 68.3.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.10.0
version: 68.3.0
repository: https://prometheus-community.github.io/helm-charts
2 changes: 1 addition & 1 deletion src/applications/mosquitto/deploy/argocd/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
sources:
- chart: app-template
repoURL: https://bjw-s.github.io/helm-charts
targetRevision: 3.6.0
targetRevision: 3.6.1
helm:
releaseName: mosquitto
parameters: []
Expand Down
2 changes: 1 addition & 1 deletion src/applications/powerdns/deploy/argocd/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:

- chart: app-template
repoURL: https://bjw-s.github.io/helm-charts
targetRevision: 3.6.0
targetRevision: 3.6.1
helm:
releaseName: powerdns
values: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ spec:
# - --ingress-status-address=192.168.178.105
# manageCRDs: true
repoURL: https://charts.bitnami.com/bitnami
targetRevision: 19.5.0
targetRevision: 19.5.3
chart: contour
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
source:
chart: proxmox-csi-plugin
repoURL: ghcr.io/sergelogvinov/charts
targetRevision: 0.3.1
targetRevision: 0.3.3

helm:
releaseName: proxmox-csi-plugin
Expand Down
2 changes: 1 addition & 1 deletion src/applications/rabbitmq/deploy/argocd/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ spec:
helm:
releaseName: rabbitmq
repoURL: https://charts.bitnami.com/bitnami
targetRevision: 15.2.2
targetRevision: 15.2.3
2 changes: 1 addition & 1 deletion src/applications/rest980/deploy/argocd/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
sources:
- chart: app-template
repoURL: https://bjw-s.github.io/helm-charts
targetRevision: 3.6.0
targetRevision: 3.6.1
helm:
releaseName: rest980
parameters: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ spec:
any: true
chart: forecastle
repoURL: https://stakater.github.io/stakater-charts
targetRevision: v1.0.152
targetRevision: v1.0.153
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ spec:
# namespace: monitoring
chart: reloader
repoURL: https://stakater.github.io/stakater-charts
targetRevision: 1.2.0
targetRevision: 1.2.1
2 changes: 1 addition & 1 deletion src/applications/trino/deploy/argocd/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ spec:
- chart: trino
# https://artifacthub.io/packages/helm/bitnami/kubernetes-event-exporter
repoURL: https://trinodb.github.io/charts/
targetRevision: 1.35.0
targetRevision: 1.36.0
helm:
releaseName: trino
2 changes: 1 addition & 1 deletion src/applications/velero/deploy/argocd/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ spec:
value: 'false'
repoURL: https://vmware-tanzu.github.io/helm-charts
# https://github.com/vmware-tanzu/helm-charts/tree/main/charts/velero
targetRevision: 8.2.0
targetRevision: 8.3.0

0 comments on commit 3c58131

Please sign in to comment.