Skip to content

Commit

Permalink
Merge pull request #771 from nolte/renovate/all
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 31, 2023
2 parents c167a2a + 2c53c6d commit 32eb658
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ krew 0.4.3
python 3.12.1
task 3.7.0
terraform 1.6.6
terragrunt 0.54.10
terragrunt 0.54.12
vault 1.15.4
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 @@ -39,4 +39,4 @@ spec:
valueFiles: []
chart: argo-cd
repoURL: https://argoproj.github.io/argo-helm
targetRevision: 5.51.6
targetRevision: 5.52.0
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: 5.51.6
version: 5.52.0
#- 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: external-secrets
repoURL: https://charts.external-secrets.io
targetRevision: 0.9.10
targetRevision: 0.9.11
helm:
releaseName: external-secrets
parameters:
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 @@ -91,7 +91,7 @@ spec:
parameters: []
chart: keycloak
repoURL: https://charts.bitnami.com/bitnami
targetRevision: 17.3.6
targetRevision: 18.0.0
- 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: 55.5.0
targetRevision: 55.5.1
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: 55.5.0
version: 55.5.1
repository: https://prometheus-community.github.io/helm-charts
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.132
targetRevision: v1.0.133
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.0.56
targetRevision: 1.0.58

0 comments on commit 32eb658

Please sign in to comment.