Skip to content

Commit

Permalink
Fixes: #239 - Locale and Translation updates missing (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruner authored Dec 7, 2023
1 parent 26cacaf commit 6039393
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion zammad/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: zammad
version: 10.1.1
version: 10.1.2
appVersion: 6.1.0-24
description: Zammad is a web based open source helpdesk/customer support system with many features to manage customer communication via several channels like telephone, facebook, twitter, chat and e-mails.
home: https://zammad.org
Expand Down
7 changes: 7 additions & 0 deletions zammad/templates/configmap-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@ data:
bundle exec rake db:migrate
bundle exec rake db:seed
else
echo Executing migrations...
bundle exec rake db:migrate
echo Synchronizing locales...
bundle exec rails r "Locale.sync"
echo Synchronizing translations...
bundle exec rails r "Translation.sync"
fi
echo "postgresql init complete :)"
zammad-init: |-
Expand Down

0 comments on commit 6039393

Please sign in to comment.