Skip to content

Commit

Permalink
Update all dependencies (#784)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 4, 2025
1 parent 6fe6836 commit cefe4eb
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
act 0.2.70
act 0.2.71
helm 3.16.4
helm-ct 3.4.0
krew 0.4.3
Expand Down
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.11
targetRevision: 7.7.13
- 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.11
version: 7.7.13
#- 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.9
targetRevision: 2.4.10
helm:
releaseName: argo-events
parameters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ spec:
#targetRevision: 0.14.1
chart: argo-workflows
repoURL: https://argoproj.github.io/argo-helm
targetRevision: 0.45.2
targetRevision: 0.45.3
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.5
tag: 2025.1.0
probes:
liveness:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ spec:
releaseName: ingress-nginx
chart: ingress-nginx
repoURL: https://kubernetes.github.io/ingress-nginx
targetRevision: 4.11.3
targetRevision: 4.12.0
# https://github.com/bitnami/charts/blob/master/bitnami/metallb/values.yaml
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.3.1
targetRevision: 24.3.2
- helm:
releaseName: external-secrets-manifests
values: |-
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.5.0
targetRevision: 67.7.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.5.0
version: 67.7.0
repository: https://prometheus-community.github.io/helm-charts
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.0
targetRevision: 0.3.1

helm:
releaseName: proxmox-csi-plugin
Expand Down
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.1.0
targetRevision: 8.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
- chart: zigbee2mqtt
# https://github.com/truecharts/charts/blob/master/charts/stable/zigbee2mqtt/values.yaml
repoURL: tccr.io/truecharts
targetRevision: 13.7.2
targetRevision: 13.8.0
helm:
releaseName: zigbee2mqtt
values: |
Expand Down

0 comments on commit cefe4eb

Please sign in to comment.