mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 08:37:03 +02:00
feat(common): Release v2.1.1
This commit is contained in:
parent
7f786e9830
commit
8b21e9f6c7
4 changed files with 16 additions and 18 deletions
|
@ -3,7 +3,7 @@ apiVersion: v2
|
||||||
name: common
|
name: common
|
||||||
description: Function library for Helm charts
|
description: Function library for Helm charts
|
||||||
type: library
|
type: library
|
||||||
version: 2.1.0
|
version: 2.1.1
|
||||||
kubeVersion: ">=1.22.0-0"
|
kubeVersion: ">=1.22.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- common
|
- common
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# common
|
# common
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Function library for Helm charts
|
Function library for Helm charts
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ Include this chart as a dependency in your `Chart.yaml` e.g.
|
||||||
# Chart.yaml
|
# Chart.yaml
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 2.1.0
|
version: 2.1.1
|
||||||
repository: https://bjw-s.github.io/helm-charts/
|
repository: https://bjw-s.github.io/helm-charts/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,6 @@ Env field used by the container.
|
||||||
{{- $graph := dict -}}
|
{{- $graph := dict -}}
|
||||||
|
|
||||||
{{- range $name, $var := $containerObject.env -}}
|
{{- range $name, $var := $containerObject.env -}}
|
||||||
{{- if $var -}}
|
|
||||||
{{- if kindIs "map" $var -}}
|
{{- if kindIs "map" $var -}}
|
||||||
{{- /* Value is a map so ordering can be specified */ -}}
|
{{- /* Value is a map so ordering can be specified */ -}}
|
||||||
{{- if empty (dig "dependsOn" nil $var) -}}
|
{{- if empty (dig "dependsOn" nil $var) -}}
|
||||||
|
@ -39,7 +38,6 @@ Env field used by the container.
|
||||||
{{- $_ := set $graph $name ( list ) -}}
|
{{- $_ := set $graph $name ( list ) -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- $args := dict "graph" $graph "out" list -}}
|
{{- $args := dict "graph" $graph "out" list -}}
|
||||||
{{- include "bjw-s.common.lib.kahn" $args -}}
|
{{- include "bjw-s.common.lib.kahn" $args -}}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
description: A common powered chart template. This can be useful for small projects that don't have their own chart.
|
description: A common powered chart template. This can be useful for small projects that don't have their own chart.
|
||||||
name: app-template
|
name: app-template
|
||||||
version: 2.1.0
|
version: 2.1.1
|
||||||
kubeVersion: ">=1.22.0-0"
|
kubeVersion: ">=1.22.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: bjw-s
|
- name: bjw-s
|
||||||
|
@ -10,12 +10,12 @@ maintainers:
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://bjw-s.github.io/helm-charts
|
repository: https://bjw-s.github.io/helm-charts
|
||||||
version: 2.1.0
|
version: 2.1.1
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |-
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: |
|
description: |
|
||||||
Updated library version to 2.1.0.
|
Updated library version to 2.1.1.
|
||||||
links:
|
links:
|
||||||
- name: Upgrade instructions from v1.x
|
- name: Upgrade instructions from v1.x
|
||||||
url: https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template#from-1xx-to-20x
|
url: https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template#from-1xx-to-20x
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue