Skip to content

Commit

Permalink
FIX webwork chart can't build, old bitnami mariadb
Browse files Browse the repository at this point in the history
The bitnami MariaDB dependency was so old that it's been removed due to
deprecation, so the chart wasn't able to build. Updated the dependency
so that to the 12.x.x MariaDB chart which is the version using MariaDB
10.11 (current LTS).
  • Loading branch information
ionparticle committed Apr 19, 2024
1 parent 8171994 commit 3f34299
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions webwork/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 10.5.1
digest: sha256:ad5214118aa3bc811bd01d010a04b64aed30197232bafacbe62effa7daa0d415
generated: "2022-10-01T20:11:36.885636-07:00"
version: 12.2.9
digest: sha256:51157268159e15873f97874296e294538567f297d1c5506721dfae246ec68701
generated: "2024-04-19T12:04:22.266814953-07:00"
4 changes: 2 additions & 2 deletions webwork/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ version: 0.1.9
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 2.17.4
appVersion: 2.18.0

dependencies:
- name: mariadb
version: 10.x.x
version: 12.x.x
repository: https://charts.bitnami.com/bitnami
condition: db.disableExternal
alias: db
Expand Down

0 comments on commit 3f34299

Please sign in to comment.