Releases: wger-project/helm-charts
Releases · wger-project/helm-charts
wger-0.2.4
- support existing database
- credentials in the
values.yaml
- credentials in a existing secret
- credentials in the
- minor upgrade postgres
- minor upgrade redis
wger-0.2.4-rc.1
- support existing database
- credentials in the
values.yaml
- credentials in a existing secret
- credentials in the
- minor upgrade postgres
- minor upgrade redis
wger-0.2.3
- fix initContainer when flower is not enabled
- add NOTES.txt
- move README.md and LICENSE into package
- add wger icon
- add to https://artifacthub.io
wger-0.2.2
- Every helm upgrade will restart the deployments
- Create/Update secrets in pre-* hooks
Mail settings
- Values to setup the mail configuration
- Creates a new secret for the mail password
- Manually created secrets can be used with:
app:
mail:
secret:
name: yoursecret
key: yourkey
wger-0.2.1
- fixes #54 Database migration fails
- fix celery redis password
- update development setup
wger-0.2.1-rc.1
- fix redis password for celery containers
wger-0.2.0
- redis upgrade
- postgres minor upgrade
- setting a redis password is now possible
- remove inexistent 500 error page config in nginx
- increase proxy timeout for gunicorn
- mention DJANGO_ADMINS environment variable
Upgrade
Postgres values change
Upgraded chart from groundhog2k for postgres requires changes to the values.yml
:
postgres:
settings:
superuser:
value: postgres
superuserPassword:
value: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
userDatabase:
name:
value: wger
user:
value: wger
password:
value: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Redis password
When enabling the redis password after the installation (upgrade), it is required to set the password once in the values.yml
, as soon as the secret is created it can be removed.
redis:
auth:
enabled: true
password: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Enabling redis authentication, requires you to set the following env
and args
, for the redis container:
redis:
auth:
enabled: true
# Additional environment variables (Redis server and Sentinel)
env:
- name: REDIS_PASSWORD
valueFrom:
secretKeyRef:
name: redis
key: redis-password
# Arguments for the container entrypoint process (Redis server)
args:
- "--requirepass $(REDIS_PASSWORD)"
wger-0.2.0-rc.1
- redis upgrade
- postgres minor upgrade
- setting a redis password is now possible
Upgrade
Postgres values change
Upgraded chart from groundhog2k for postgres requires changes to the values.yml
:
postgres:
settings:
superuser:
value: postgres
superuserPassword:
value: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
userDatabase:
name:
value: wger
user:
value: wger
password:
value: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Redis password
When enabling the redis password after the installation (upgrade), it is required to set the password once in the values.yml
, as soon as the secret is created it can be removed.
redis:
auth:
enabled: true
password: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Enabling redis authentication, requires you to set the following env
and args
, for the redis container:
redis:
auth:
enabled: true
# Additional environment variables (Redis server and Sentinel)
env:
- name: REDIS_PASSWORD
valueFrom:
secretKeyRef:
name: redis
key: redis-password
# Arguments for the container entrypoint process (Redis server)
args:
- "--requirepass $(REDIS_PASSWORD)"
wger-0.1.12
- increase the resource limit
- use 127.0.0.1 instead of localhost
wger-0.1.11
X-FORWARD-FOR
header in django has aHTTP
prefix- use integer in yaml