-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX webwork chart can't build, old bitnami mariadb
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
1 parent
8171994
commit 06faa44
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.