diff --git a/bitnami/wordpress/Chart.yaml b/bitnami/wordpress/Chart.yaml index 0fb15f9106..43490ef1c9 100644 --- a/bitnami/wordpress/Chart.yaml +++ b/bitnami/wordpress/Chart.yaml @@ -10,7 +10,7 @@ annotations: - name: os-shell image: docker.io/bitnami/os-shell:11-debian-11-r95 - name: wordpress - image: docker.io/bitnami/wordpress:6.4.2-debian-11-r18 + image: docker.io/bitnami/wordpress:6.4.2-debian-11-r19 apiVersion: v2 appVersion: 6.4.2 dependencies: @@ -44,4 +44,4 @@ maintainers: name: wordpress sources: - https://github.com/bitnami/charts/tree/main/bitnami/wordpress -version: 19.2.1 +version: 19.2.2 diff --git a/bitnami/wordpress/README.md b/bitnami/wordpress/README.md index bd3360326c..4c7a14dbf8 100644 --- a/bitnami/wordpress/README.md +++ b/bitnami/wordpress/README.md @@ -759,4 +759,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. \ No newline at end of file diff --git a/bitnami/wordpress/values.yaml b/bitnami/wordpress/values.yaml index 89b089b899..5793ece17a 100644 --- a/bitnami/wordpress/values.yaml +++ b/bitnami/wordpress/values.yaml @@ -76,7 +76,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/wordpress - tag: 6.4.2-debian-11-r18 + tag: 6.4.2-debian-11-r19 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'