mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
feat(common): Release version 1.3.2 (#120)
* fix(common): Increase CronJob pod annotations indent from 10 to 12 (#118) * feat(common): Add tests for CronJob jobTemplate metadata * feat(common): Update netshoot image * feat(common): Update code-server image * feat(ci): add workflow to create oci artifact (#38) * ci: Update release workflows --------- Signed-off-by: Tyler Witlin <tyler@codezero.io> Co-authored-by: Gabe Cook <gabe565@gmail.com> Co-authored-by: Tyler Witlin <45468117+coolguy1771@users.noreply.github.com>
This commit is contained in:
parent
75048c6d73
commit
93e761fd99
19 changed files with 151 additions and 43 deletions
|
@ -3,7 +3,7 @@ apiVersion: v2
|
|||
name: common
|
||||
description: Function library for Helm charts
|
||||
type: library
|
||||
version: 1.3.1
|
||||
version: 1.3.2
|
||||
kubeVersion: ">=1.22.0-0"
|
||||
keywords:
|
||||
- common
|
||||
|
@ -14,5 +14,9 @@ maintainers:
|
|||
email: me@bjw-s.dev
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Updated code-server image tag to v4.10.0
|
||||
- kind: changed
|
||||
description: Updated netshoot image tag to v0.9
|
||||
- kind: fixed
|
||||
description: Probes were rendered incorrectly when primary service port was a string.
|
||||
description: Pod annotations were not indented enough when controller type was cronjob
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue