mirror of
https://github.com/helm/charts.git
synced 2026-08-20 04:47:32 +00:00
Helm performs a lookup for the object based on its group (apps), version (v1), and kind (Deployment). Also known as its GroupVersionKind, or GVK. Changing the GVK is considered a compatibility breaker from Kubernetes' point of view, so you cannot "upgrade" those objects to the new GVK in-place. Earlier versions of Helm 3 did not perform the lookup correctly which has since been fixed to match the spec. In https://github.com/helm/charts/pull/17285 the `apiVersion` of the deployment resources was updated to `apps/v1` in tune with the api's deprecated, resulting in compatibility breakage. This major version signifies this change. Signed-off-by: Sameer Naik <sameersbn@vmware.com>
21 lines
703 B
YAML
21 lines
703 B
YAML
apiVersion: v1
|
|
name: magento
|
|
# The Magento chart is deprecated and no longer maintained. For details on deprecation,
|
|
# including how to un-deprecate a chart, see the PROCESSES.md file.
|
|
deprecated: true
|
|
version: 6.0.0
|
|
appVersion: 2.3.1
|
|
description: DEPRECATED A feature-rich flexible e-commerce solution. It includes transaction options, multi-store functionality, loyalty programs, product categorization and shopper filtering, promotion rules, and more.
|
|
keywords:
|
|
- magento
|
|
- e-commerce
|
|
- http
|
|
- web
|
|
- php
|
|
home: https://magento.com/
|
|
sources:
|
|
- https://github.com/bitnami/bitnami-docker-magento
|
|
maintainers: []
|
|
engine: gotpl
|
|
icon: https://bitnami.com/assets/stacks/magento/img/magento-stack-110x117.png
|