File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11dependencies:
22- name: mysql
33 repository: oci://registry-1.docker.io/bitnamicharts
4- version: 12.3.1
4+ version: 14.0.2
55- name: mysql
66 repository: oci://registry-1.docker.io/bitnamicharts
7- version: 12.3.1
8- digest: sha256:22c52c4c8c4c3baa72ce368719be2bd46e2ad172375e86e5582eef9175050fad
9- generated: "2025-03-13T15:22:54.268185614 -05:00"
7+ version: 14.0.2
8+ digest: sha256:9f382a584d8cdfcc319fbdc1a0f22e8301c03846957f635c2c6486bc755295e2
9+ generated: "2025-08-13T10:31:25.644134513 -05:00"
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.1.9
18+ version : 0.2.0
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " syncstorage-rs-mysql-0.18.2 "
24+ appVersion : " syncstorage-rs-mysql-0.19.1 "
2525
2626maintainers :
2727 - name : " holysoles"
@@ -30,11 +30,11 @@ maintainers:
3030dependencies :
3131 - name : mysql
3232 alias : syncserverdb
33- version : 12.3.1
33+ version : 14.0.2
3434 repository : oci://registry-1.docker.io/bitnamicharts
3535 condition : sync-db.enabled
3636 - name : mysql
3737 alias : tokenserverdb
38- version : 12.3.1
38+ version : 14.0.2
3939 repository : oci://registry-1.docker.io/bitnamicharts
4040 condition : tokenserver-db.enabled
You can’t perform that action at this time.
0 commit comments