Skip to content

Commit

Permalink
docs: upgrading wordpress
Browse files Browse the repository at this point in the history
  • Loading branch information
keskiju committed Sep 18, 2018
1 parent 343253d commit 617d0d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ It is recommended to do most modifications in local or staging environment first
2) **staging**: Merge changes to staging, check that the version number has actually changed, and make sure that everything works ok.
3) **prod**: Merge changes to master, check that the version number has actually changed, and make sure that everything works ok.

TODO: Autoupgrades are also enabled by default? How to revert back to an older image/version without causing another autoupgrade?
TODO: How to upgrade plugins? Define all plugins in dockerfile? Autoupgrade in dockerfile?

## Local development
Expand Down
2 changes: 1 addition & 1 deletion scripts/helm-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ wordpress:
persistence:
enabled: ${wordpress_persistence_enabled}
accessMode: ReadWriteMany
size: 8Gi
size: 10Gi
ingress:
hosts:
- name: ${taito_domain}
Expand Down

0 comments on commit 617d0d7

Please sign in to comment.