helm-charts/charts/library/common/Chart.yaml
Bernd Schorgers 3d3028b889
feat(common): Release v2.4.0 (#245)
Signed-off-by: Christopher Larivière <lariviere.c@gmail.com>
Co-authored-by: Christopher Larivière <lariviere.c@gmail.com>
Co-authored-by: Markus Reiter <me@reitermark.us>
2023-12-10 08:56:08 +00:00

45 lines
1.2 KiB
YAML

---
apiVersion: v2
name: common
description: Function library for Helm charts
type: library
version: 2.4.0
kubeVersion: ">=1.22.0-0"
keywords:
- common
- library
home: https://github.com/bjw-s/helm-charts/tree/main/charts/library/common
maintainers:
- name: bjw-s
email: me@bjw-s.dev
annotations:
artifacthub.io/changes: |-
- kind: added
description: |-
Add support for `timeouts` in HTTPRoute.
- kind: added
description: |-
Add support for `workingDir` for containers.
- kind: fixed
description: |-
Defaulting image tags to chart.Appversion was removed without a proper alternative
- kind: fixed
description: |-
Using RequestRedirect is not allowed with BackendRefs in Routes.
- kind: fixed
description: |-
StatefulSet objects would not always fall back to proper defaults and error out
- kind: changed
description: |-
routes will no longer auto target its service.
It will need to be explicitly defined as below
```yaml
- backendRefs:
- group: ""
kind: Service
name: foo
namespace: foo-namespace
port: 8080
weight: 1
```