mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 00:27:04 +02:00
* fix(common):: Fix Integer style image tags (fixes #128) * feat(common): Reload pod on secret change (#129) * feat(common): Update code-server to v4.11.0 * fix(common): quote command and args strings (#124) * feat(common): Update gluetun to v3.33.0 --------- Signed-off-by: angelnu <git@angelnu.com> Signed-off-by: Maurits van Mastrigt <maurits@funda.nl> Co-authored-by: Angel Nunez Mencias <github@angelnu.com> Co-authored-by: Maurits <75321636+maurits-funda@users.noreply.github.com>
29 lines
851 B
YAML
29 lines
851 B
YAML
---
|
|
apiVersion: v2
|
|
name: common
|
|
description: Function library for Helm charts
|
|
type: library
|
|
version: 1.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: Reload Pod when secrets change
|
|
- kind: changed
|
|
description: Quoting command and args strings to support multiline arguments
|
|
- kind: changed
|
|
description: Updated code-server image tag to v4.11.0
|
|
- kind: changed
|
|
description: Updated gluetun image tag to v3.33.0
|
|
- kind: fixed
|
|
description: Integer style image tags now render correctly
|
|
links:
|
|
- name: GitHub Issue
|
|
url: https://github.com/bjw-s/helm-charts/issues/128
|