Skip to content

Commit

Permalink
🐛 fix(skaffold): Fix skaffold run command by pinning the mariadb vers…
Browse files Browse the repository at this point in the history
…ion in the skaffold file
  • Loading branch information
orazefabian authored and W3D3 committed Jan 28, 2025
1 parent 41fbce6 commit 6b6f4f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ deploy:
- name: unguard-mariadb
remoteChart: mariadb
repo: https://charts.bitnami.com/bitnami
version: "11.5.7"
namespace: unguard
createNamespace: true
wait: true # TODO: #22 Might be removed once we have readiness probes
Expand Down

0 comments on commit 6b6f4f2

Please sign in to comment.