mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 17:07:04 +02:00
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>
45 lines
1.2 KiB
YAML
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
|
|
```
|