mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47: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>
21 lines
632 B
YAML
21 lines
632 B
YAML
---
|
|
apiVersion: v2
|
|
description: A common powered chart template. This can be useful for small projects that don't have their own chart.
|
|
name: app-template
|
|
version: 1.4.0
|
|
kubeVersion: ">=1.22.0-0"
|
|
maintainers:
|
|
- name: bjw-s
|
|
email: me@bjw-s.dev
|
|
dependencies:
|
|
- name: common
|
|
repository: https://bjw-s.github.io/helm-charts
|
|
version: 1.4.0
|
|
annotations:
|
|
artifacthub.io/changes: |-
|
|
- kind: changed
|
|
description: |
|
|
Updated library version to 1.4.0.
|
|
links:
|
|
- name: Common library chart definition
|
|
url: https://github.com/bjw-s/helm-charts/blob/main/charts/library/common/Chart.yaml
|