mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 14:57:16 +08:00
[bitnami/magento] Release 27.0.1 (#25358)
* [bitnami/magento] Release 27.0.1 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * [bitnami/magent] Fix cypress test to upload image Signed-off-by: David Gomez <dgomezleon@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: David Gomez <dgomezleon@vmware.com> Co-authored-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
@@ -6,17 +6,17 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: apache-exporter
|
||||
image: docker.io/bitnami/apache-exporter:1.0.7-debian-12-r3
|
||||
image: docker.io/bitnami/apache-exporter:1.0.7-debian-12-r4
|
||||
- name: elasticsearch
|
||||
image: docker.io/bitnami/elasticsearch:7.17.19-debian-12-r1
|
||||
image: docker.io/bitnami/elasticsearch:7.17.20-debian-12-r3
|
||||
- name: magento
|
||||
image: docker.io/bitnami/magento:2.4.6-debian-12-r25
|
||||
image: docker.io/bitnami/magento:2.4.7-debian-12-r2
|
||||
- name: mariadb
|
||||
image: docker.io/bitnami/mariadb:10.6.17-debian-12-r10
|
||||
image: docker.io/bitnami/mariadb:10.6.17-debian-12-r11
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r18
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r19
|
||||
apiVersion: v2
|
||||
appVersion: 2.4.6
|
||||
appVersion: 2.4.7
|
||||
dependencies:
|
||||
- condition: mariadb.enabled
|
||||
name: mariadb
|
||||
@@ -48,4 +48,4 @@ maintainers:
|
||||
name: magento
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/magento
|
||||
version: 27.0.0
|
||||
version: 27.0.1
|
||||
|
||||
@@ -864,4 +864,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.
|
||||
@@ -79,7 +79,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/magento
|
||||
tag: 2.4.6-debian-12-r25
|
||||
tag: 2.4.7-debian-12-r2
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -485,7 +485,7 @@ mariadb:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/mariadb
|
||||
tag: 10.6.17-debian-12-r10
|
||||
tag: 10.6.17-debian-12-r11
|
||||
digest: ""
|
||||
## @param mariadb.architecture MariaDB architecture. Allowed values: `standalone` or `replication`
|
||||
##
|
||||
@@ -599,7 +599,7 @@ elasticsearch:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/elasticsearch
|
||||
tag: 7.17.19-debian-12-r1
|
||||
tag: 7.17.20-debian-12-r3
|
||||
digest: ""
|
||||
## @param elasticsearch.sysctlImage.enabled Enable kernel settings modifier image for Elasticsearch
|
||||
##
|
||||
@@ -779,7 +779,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/os-shell
|
||||
tag: 12-debian-12-r18
|
||||
tag: 12-debian-12-r19
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace)
|
||||
@@ -997,7 +997,7 @@ metrics:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/apache-exporter
|
||||
tag: 1.0.7-debian-12-r3
|
||||
tag: 1.0.7-debian-12-r4
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -1097,7 +1097,7 @@ certificates:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/os-shell
|
||||
tag: 12-debian-12-r18
|
||||
tag: 12-debian-12-r19
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user