Skip to content

Commit 1d395c4

Browse files
authored
Merge pull request #339 from locmai/renovate-all-minor-patch
chore(deps): update all non-major dependencies
2 parents cbf0b85 + 2a7acae commit 1d395c4

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v4.2.2
1212
- name: Self-hosted Renovate
13-
uses: renovatebot/github-action@v41.0.17
13+
uses: renovatebot/github-action@v41.0.18
1414
with:
1515
configurationFile: renovate.json5
1616
token: ${{ secrets.CI_TOKEN }}

bootstrap/argocd/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: argo-cd
33
repository: https://argoproj.github.io/argo-helm
4-
version: 7.8.13
5-
digest: sha256:b4427ab92e9b3bccd25042de62c29f0c52174a4d0a6c74d935a6f8edc6ab6f20
6-
generated: "2025-03-24T20:40:02.68194823Z"
4+
version: 7.8.16
5+
digest: sha256:72c7a50a6ead2a3c045f11e27eb8f5c836930ac912969a57754d3654af77817b
6+
generated: "2025-04-01T00:15:05.663854811Z"

bootstrap/argocd/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ name: argocd
33
version: 0.0.0
44
dependencies:
55
- name: argo-cd
6-
version: 7.8.13
6+
version: 7.8.16
77
repository: https://argoproj.github.io/argo-helm
88

platform/templates/coroot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
source:
2323
repoURL: https://coroot.github.io/helm-charts
2424
chart: coroot
25-
targetRevision: 0.18.22
25+
targetRevision: 0.18.25
2626
helm:
2727
releaseName: coroot
2828
values: |

platform/templates/external-secrets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
source:
2323
chart: external-secrets
2424
repoURL: https://charts.external-secrets.io
25-
targetRevision: 0.15.0
25+
targetRevision: 0.15.1
2626
helm:
2727
releaseName: external-secrets
2828
values: |

system/templates/ingress-nginx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
source:
2323
chart: ingress-nginx
2424
repoURL: https://kubernetes.github.io/ingress-nginx
25-
targetRevision: 4.12.0
25+
targetRevision: 4.12.1
2626
helm:
2727
releaseName: {{ .Values.argocd.project }}-ingress-nginx
2828
values: |

system/templates/opentelemetry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
source:
2323
chart: opentelemetry-collector
2424
repoURL: https://open-telemetry.github.io/opentelemetry-helm-charts
25-
targetRevision: 0.119.0
25+
targetRevision: 0.120.0
2626
helm:
2727
releaseName: opentelemetry-collector
2828
values: |

0 commit comments

Comments
 (0)