Skip to content

Commit

Permalink
[bitnami/drupal] Release 11.0.6 updating components versions
Browse files Browse the repository at this point in the history
Signed-off-by: Bitnami Containers <containers@bitnami.com>
  • Loading branch information
bitnami-bot committed Feb 5, 2022
1 parent fb3496c commit b9fa9c0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions bitnami/drupal/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annotations:
category: CMS
apiVersion: v2
appVersion: 9.3.4
appVersion: 9.3.5
dependencies:
- condition: mariadb.enabled
name: mariadb
Expand Down Expand Up @@ -31,4 +31,4 @@ name: drupal
sources:
- https://github.com/bitnami/bitnami-docker-drupal
- https://www.drupal.org/
version: 11.0.5
version: 11.0.6
4 changes: 2 additions & 2 deletions bitnami/drupal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,11 +378,11 @@ $ helm install my-release --set persistence.existingClaim=PVC_NAME bitnami/drupa
```

This will mount the `drupal-data` volume into the `hostPath` directory. The site data will be persisted if the mount path contains valid data, else the site data will be initialized at first launch.
1. Because the container cannot control the host machine's directory permissions, you must set the Drupal file directory permissions yourself and disable or clear Drupal cache. See Drupal Core���s [INSTALL.txt](http://cgit.drupalcode.org/drupal/tree/core/INSTALL.txt?h=8.3.x#n152) for setting file permissions, and see [Drupal handbook page](https://www.drupal.org/node/2598914) to disable the cache, or [Drush handbook](https://drushcommands.com/drush-8x/cache/cache-rebuild/) to clear cache.
1. Because the container cannot control the host machine's directory permissions, you must set the Drupal file directory permissions yourself and disable or clear Drupal cache. See Drupal Core���������s [INSTALL.txt](http://cgit.drupalcode.org/drupal/tree/core/INSTALL.txt?h=8.3.x#n152) for setting file permissions, and see [Drupal handbook page](https://www.drupal.org/node/2598914) to disable the cache, or [Drush handbook](https://drushcommands.com/drush-8x/cache/cache-rebuild/) to clear cache.

## Troubleshooting

Find more information about how to deal with common errors related to Bitnami���s Helm charts in [this troubleshooting guide](https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues).
Find more information about how to deal with common errors related to Bitnami���������s Helm charts in [this troubleshooting guide](https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues).

## Upgrading

Expand Down
8 changes: 4 additions & 4 deletions bitnami/drupal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/drupal
tag: 9.3.4-debian-10-r0
tag: 9.3.5-debian-10-r0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -601,7 +601,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 10-debian-10-r328
tag: 10-debian-10-r329
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -649,7 +649,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/apache-exporter
tag: 0.11.0-debian-10-r46
tag: 0.11.0-debian-10-r47
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -717,7 +717,7 @@ certificates:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 10-debian-10-r328
tag: 10-debian-10-r329
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down

0 comments on commit b9fa9c0

Please sign in to comment.