Skip to content

Commit

Permalink
tsuru-stack: bump chart and bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed Sep 19, 2024
1 parent 71c4dfb commit 71bee0e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions charts/tsuru-stack/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ dependencies:
version: 0.3.3
- name: kubernetes-router
repository: https://tsuru.github.io/charts
version: 0.1.15
version: 0.1.16
- name: ingress-nginx
repository: https://kubernetes.github.io/ingress-nginx
version: 4.11.2
- name: tsuru-monitoring
repository: https://tsuru.github.io/charts
version: 0.1.1
version: 0.3.31
- name: docker-registry
repository: https://helm.twun.io
version: 1.10.1
Expand All @@ -22,6 +22,6 @@ dependencies:
version: v1.3.1
- name: deploy-agent
repository: https://tsuru.github.io/charts
version: 1.4.6
digest: sha256:e5935a272bef2928aed16fb65e2fd0c3a9d94e883c89e9b5c90feaae97323ff4
generated: "2024-09-03T10:17:00.227672-03:00"
version: 1.5.8
digest: sha256:4425337a8f3bb224c6d80f9c8dd315508921167ec2b37658d6bf63f4fb6d01f7
generated: "2024-09-19T11:43:56.609415-03:00"
8 changes: 4 additions & 4 deletions charts/tsuru-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.7.1
version: 0.8.0

dependencies:
- name: tsuru-api
version: "0.3.3"
repository: https://tsuru.github.io/charts
- name: kubernetes-router
version: "0.1.15"
version: "0.1.16"
repository: https://tsuru.github.io/charts
- name: ingress-nginx
version: "4.*.*"
repository: https://kubernetes.github.io/ingress-nginx
condition: ingress-nginx.enabled
- name: tsuru-monitoring
version: "0.1.1"
version: "0.3.31"
repository: https://tsuru.github.io/charts
alias: monitoring
condition: monitoring.enabled
Expand All @@ -47,5 +47,5 @@ dependencies:
repository: https://charts.jetstack.io
condition: certManager.enabled
- name: deploy-agent
version: "1.4.6"
version: "1.5.8"
repository: https://tsuru.github.io/charts

0 comments on commit 71bee0e

Please sign in to comment.