Skip to content

Commit

Permalink
Upgrade Tsuru Stack to support MongoDB 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Sep 3, 2024
1 parent 5d24120 commit da3a487
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions charts/tsuru-stack/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
dependencies:
- name: tsuru-api
repository: https://tsuru.github.io/charts
version: 0.3.1
version: 0.3.3
- name: kubernetes-router
repository: https://tsuru.github.io/charts
version: 0.1.15
- name: ingress-nginx
repository: https://kubernetes.github.io/ingress-nginx
version: 4.10.1
version: 4.11.2
- name: tsuru-monitoring
repository: https://tsuru.github.io/charts
version: 0.1.1
Expand All @@ -23,5 +23,5 @@ dependencies:
- name: deploy-agent
repository: https://tsuru.github.io/charts
version: 1.4.6
digest: sha256:f29a076f884183ecb599afbf70f425f525b01dc8dc7c1a933ff9a1aea7fcccd1
generated: "2024-06-24T17:34:31.884589-03:00"
digest: sha256:e5935a272bef2928aed16fb65e2fd0c3a9d94e883c89e9b5c90feaae97323ff4
generated: "2024-09-03T10:17:00.227672-03:00"
4 changes: 2 additions & 2 deletions charts/tsuru-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ 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.6.0
version: 0.7.0

dependencies:
- name: tsuru-api
version: "0.3.1"
version: "0.3.3"
repository: https://tsuru.github.io/charts
- name: kubernetes-router
version: "0.1.15"
Expand Down
2 changes: 1 addition & 1 deletion charts/tsuru-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ mongodb:
enabled: true
image:
repository: mongo
tag: 4.4.24
tag: 5.0.28
extraEnvVars:
- name: MONGO_INITDB_ROOT_USERNAME
value: "root"
Expand Down

0 comments on commit da3a487

Please sign in to comment.