Skip to content

Commit

Permalink
[bitnami/dokuwiki] Fix typo in deployment.yaml template (#26678)
Browse files Browse the repository at this point in the history
* [bitnami/dokuwiki] Fix typo in deployment.yaml template

Signed-off-by: Peter Kerwien <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Peter Kerwien <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
Co-authored-by: Bitnami Containers <[email protected]>
  • Loading branch information
pkerwien and bitnami-bot authored Jun 4, 2024
1 parent 5d83a69 commit 481a103
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions bitnami/dokuwiki/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 16.2.1 (2024-06-04)
## 16.2.2 (2024-06-04)

* [bitnami/dokuwiki] Bump chart version ([#26627](https://github.com/bitnami/charts/pull/26627))
* [bitnami/dokuwiki] Fix typo in deployment.yaml template ([#26678](https://github.com/bitnami/charts/pull/26678))

## <small>16.2.1 (2024-06-04)</small>

* [bitnami/dokuwiki] Bump chart version (#26627) ([64ab63c](https://github.com/bitnami/charts/commit/64ab63cc2305887ba762cee47f84bda22494db4c)), closes [#26627](https://github.com/bitnami/charts/issues/26627)

## 16.2.0 (2024-05-27)

Expand Down
2 changes: 1 addition & 1 deletion bitnami/dokuwiki/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ maintainers:
name: dokuwiki
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/dokuwiki
version: 16.2.1
version: 16.2.2
2 changes: 1 addition & 1 deletion bitnami/dokuwiki/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ spec:
subPath: apache-logs-dir
- name: empty-dir
mountPath: /opt/bitnami/apache/var/run
subPath: apcahe-tmp-dir
subPath: apache-tmp-dir
- name: empty-dir
mountPath: /opt/bitnami/php/etc
subPath: php-conf-dir
Expand Down

0 comments on commit 481a103

Please sign in to comment.