Synchronize upstreamed folder to 6b518ce

This commit is contained in:
bitnami-bot
2018-09-20 10:36:23 +00:00
parent bd1ad05065
commit 30a61bb2f6
33 changed files with 161 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
name: phpbb
version: 2.0.4
version: 3.0.0
appVersion: 3.2.3
description: Community forum that supports the notion of users and groups, file attachments,
full-text search, notifications and more.

View File

@@ -105,3 +105,15 @@ The [Bitnami phpBB](https://github.com/bitnami/bitnami-docker-phpbb) image store
Persistent Volume Claims are used to keep the data across deployments. This is known to work in GCE, AWS, and minikube.
See the [Configuration](#configuration) section to configure the PVC or to disable persistence.
## Upgrading
### To 3.0.0
Backwards compatibility is not guaranteed unless you modify the labels used on the chart's deployments.
Use the workaround below to upgrade from versions previous to 3.0.0. The following example assumes that the release name is phpbb:
```console
$ kubectl patch deployment phpbb-phpbb --type=json -p='[{"op": "remove", "path": "/spec/selector/matchLabels/chart"}]'
$ kubectl delete statefulset phpbb-mariadb --cascade=false
```

View File

@@ -9,6 +9,10 @@ metadata:
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
spec:
selector:
matchLabels:
app: {{ template "phpbb.fullname" . }}
release: "{{ .Release.Name }}"
replicas: 1
template:
metadata: