Skip to content

Commit

Permalink
Merge pull request #227 from locmai/renovate-all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
locmai authored Mar 1, 2023
2 parents a141ae9 + e556567 commit 7c1e7b9
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.3.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v34.152.0
uses: renovatebot/github-action@v34.154.0
with:
configurationFile: renovate.json5
token: ${{ secrets.CI_TOKEN }}
2 changes: 1 addition & 1 deletion apps/templates/discourse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
source:
chart: discourse
repoURL: https://charts.bitnami.com/bitnami
targetRevision: 10.0.0
targetRevision: 10.0.2
helm:
releaseName: discourse
values: |
Expand Down
6 changes: 3 additions & 3 deletions bootstrap/argocd/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: argo-cd
repository: https://argoproj.github.io/argo-helm
version: 5.22.1
digest: sha256:a42319e9923fe037a7a51944037cbab78ba36b09fd41bc7e3c5c1e17b1b5d21f
generated: "2023-02-23T06:48:11.623782502Z"
version: 5.23.5
digest: sha256:ca7c58301022e8b10b99b13a5ca720b2f437ab6fa3030fecd1eb13091b503ac6
generated: "2023-03-01T00:08:27.572305612Z"
2 changes: 1 addition & 1 deletion bootstrap/argocd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: argocd
version: 0.0.0
dependencies:
- name: argo-cd
version: 5.22.1
version: 5.23.5
repository: https://argoproj.github.io/argo-helm

2 changes: 1 addition & 1 deletion platform/templates/argo-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
source:
chart: argo-workflows
repoURL: https://argoproj.github.io/argo-helm
targetRevision: 0.22.11
targetRevision: 0.22.13
helm:
releaseName: argo-workflows
values: |
Expand Down
2 changes: 1 addition & 1 deletion platform/templates/reloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
source:
chart: reloader
repoURL: https://stakater.github.io/stakater-charts
targetRevision: v1.0.5
targetRevision: v1.0.10
helm:
releaseName: reloader
values: |
Expand Down
2 changes: 1 addition & 1 deletion system/templates/grafana-oncall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
source:
chart: oncall
repoURL: https://grafana.github.io/helm-charts
targetRevision: 1.1.27
targetRevision: 1.1.29
helm:
releaseName: {{ .Values.argocd.project }}-oncall
values: |
Expand Down
2 changes: 1 addition & 1 deletion system/templates/mimir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
chart: mimir-distributed
repoURL: https://grafana.github.io/helm-charts
targetRevision: 4.1.0
targetRevision: 4.2.0
helm:
releaseName: mimir
values: |
Expand Down
2 changes: 1 addition & 1 deletion system/templates/monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
chart: kube-prometheus-stack
repoURL: https://prometheus-community.github.io/helm-charts
targetRevision: 45.2.0
targetRevision: 45.4.0
helm:
releaseName: monitoring
values: |
Expand Down
2 changes: 1 addition & 1 deletion system/templates/opentelemetry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
source:
chart: opentelemetry-collector
repoURL: https://open-telemetry.github.io/opentelemetry-helm-charts
targetRevision: 0.48.3
targetRevision: 0.49.1
helm:
releaseName: opentelemetry-collector
values: |
Expand Down

0 comments on commit 7c1e7b9

Please sign in to comment.