Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(helm): update image docker.io/bitnami/wordpress digest to 2a09e78 #30971

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(helm): update image docker.io/bitnami/wordpress digest to 2a09e78
  • Loading branch information
truecharts-admin committed Jan 23, 2025
commit 53ea94d79470660a609cd4d7301eb97331b35fa1
2 changes: 1 addition & 1 deletion charts/stable/wordpress/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ sources:
- https://hub.docker.com/r/bitnami/wordpress
- https://www.wordpress.org
type: application
version: 9.12.1
version: 9.12.2
2 changes: 1 addition & 1 deletion charts/stable/wordpress/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: docker.io/bitnami/wordpress
pullPolicy: IfNotPresent
tag: 6.7.1@sha256:1830aca9d43fea1b08e39fa5e04e186e90d5558cc8ed03b65e22d9b557b9f166
tag: 6.7.1@sha256:2a09e787800624e61f065f32202806f5a7e648531a7a2376600b9c51be41e561
securityContext:
container:
readOnlyRootFilesystem: false
Expand Down
Loading