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

[bitnami/magento] Release 25.5.1 #24794

Closed
wants to merge 2 commits into from
Closed
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
12 changes: 6 additions & 6 deletions bitnami/magento/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ annotations:
licenses: Apache-2.0
images: |
- name: apache-exporter
image: docker.io/bitnami/apache-exporter:1.0.6-debian-12-r7
image: docker.io/bitnami/apache-exporter:1.0.7-debian-12-r1
- name: elasticsearch
image: docker.io/bitnami/elasticsearch:7.17.18-debian-12-r6
image: docker.io/bitnami/elasticsearch:7.17.19-debian-12-r1
- name: magento
image: docker.io/bitnami/magento:2.4.6-debian-12-r21
image: docker.io/bitnami/magento:2.4.6-debian-12-r24
- name: mariadb
image: docker.io/bitnami/mariadb:10.6.17-debian-12-r6
image: docker.io/bitnami/mariadb:10.6.17-debian-12-r9
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r16
image: docker.io/bitnami/os-shell:12-debian-12-r18
apiVersion: v2
appVersion: 2.4.6
dependencies:
Expand Down Expand Up @@ -48,4 +48,4 @@ maintainers:
name: magento
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/magento
version: 26.0.0
version: 26.0.1
12 changes: 6 additions & 6 deletions bitnami/magento/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/magento
tag: 2.4.6-debian-12-r21
tag: 2.4.6-debian-12-r24
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -485,7 +485,7 @@ mariadb:
image:
registry: docker.io
repository: bitnami/mariadb
tag: 10.6.17-debian-12-r6
tag: 10.6.17-debian-12-r9
digest: ""
## @param mariadb.architecture MariaDB architecture. Allowed values: `standalone` or `replication`
##
Expand Down Expand Up @@ -599,7 +599,7 @@ elasticsearch:
image:
registry: docker.io
repository: bitnami/elasticsearch
tag: 7.17.18-debian-12-r6
tag: 7.17.19-debian-12-r1
digest: ""
## @param elasticsearch.sysctlImage.enabled Enable kernel settings modifier image for Elasticsearch
##
Expand Down Expand Up @@ -779,7 +779,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r16
tag: 12-debian-12-r18
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace)
Expand Down Expand Up @@ -997,7 +997,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/apache-exporter
tag: 1.0.6-debian-12-r7
tag: 1.0.7-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1097,7 +1097,7 @@ certificates:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r16
tag: 12-debian-12-r18
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
Loading