Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions charts/simple-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.4.1

* Update simple-charts-common to 0.5.1 (fix nil-safe `.Values.image` in labels)

# 1.4.0

* Add global fallback support for umbrella-chart use cases — the following
Expand Down
6 changes: 3 additions & 3 deletions charts/simple-app/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: simple-charts-common
repository: file://../simple-charts-common
version: 0.5.0
digest: sha256:7be682aeedd8077546313b381984cf821bb10c7ca4c1c8e87b0660329ce449b4
generated: "2026-02-25T13:25:32.01629951+04:00"
version: 0.5.1
digest: sha256:adf2b45c495f16fbf9b94da1e7bc89aaef2a5c6b45f88ac71fbcbeb776df971f
generated: "2026-02-26T15:47:24.36882642+04:00"
4 changes: 2 additions & 2 deletions charts/simple-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "1.4.0"
version: "1.4.1"

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -25,6 +25,6 @@ appVersion: "undefined"

dependencies:
- name: simple-charts-common
version: "0.5.0"
version: "0.5.1"
repository: "file://../simple-charts-common"

3 changes: 0 additions & 3 deletions charts/simple-app/charts/simple-charts-common-0.5.0.tgz

This file was deleted.

3 changes: 3 additions & 0 deletions charts/simple-app/charts/simple-charts-common-0.5.1.tgz
Git LFS file not shown
4 changes: 4 additions & 0 deletions charts/simple-charts-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.5.1

* Fix nil-safe access to `.Values.image.tag` in `simple-charts-common.labels`

# 0.5.0

* Add `simple-charts-common.resources` helper: resolves resources from local
Expand Down
2 changes: 1 addition & 1 deletion charts/simple-charts-common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: simple-charts-common
description: Common helper templates for Epoch8 Helm charts
type: library
version: "0.5.0"
version: "0.5.1"

2 changes: 1 addition & 1 deletion charts/simple-charts-common/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Common labels
{{- define "simple-charts-common.labels" -}}
helm.sh/chart: {{ include "simple-charts-common.chart" . }}
{{ include "simple-charts-common.selectorLabels" . }}
app.kubernetes.io/version: {{ .Values.image.tag | default (.Values.global.image | default dict).tag | quote }}
app.kubernetes.io/version: {{ (.Values.image | default dict).tag | default (.Values.global.image | default dict).tag | quote }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- end }}

Expand Down
4 changes: 4 additions & 0 deletions charts/simple-cronjob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.4.1

* Update simple-charts-common to 0.5.1 (fix nil-safe `.Values.image` in labels)

# 1.4.0

* Add global fallback support for umbrella-chart use cases — the following
Expand Down
6 changes: 3 additions & 3 deletions charts/simple-cronjob/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: simple-charts-common
repository: file://../simple-charts-common
version: 0.5.0
digest: sha256:7be682aeedd8077546313b381984cf821bb10c7ca4c1c8e87b0660329ce449b4
generated: "2026-02-25T13:25:32.11911273+04:00"
version: 0.5.1
digest: sha256:adf2b45c495f16fbf9b94da1e7bc89aaef2a5c6b45f88ac71fbcbeb776df971f
generated: "2026-02-26T15:47:24.45344505+04:00"
4 changes: 2 additions & 2 deletions charts/simple-cronjob/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "1.4.0"
version: "1.4.1"

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -25,6 +25,6 @@ appVersion: "undefined"

dependencies:
- name: simple-charts-common
version: "0.5.0"
version: "0.5.1"
repository: "file://../simple-charts-common"

3 changes: 0 additions & 3 deletions charts/simple-cronjob/charts/simple-charts-common-0.5.0.tgz

This file was deleted.

3 changes: 3 additions & 0 deletions charts/simple-cronjob/charts/simple-charts-common-0.5.1.tgz
Git LFS file not shown
4 changes: 4 additions & 0 deletions charts/simple-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.4.1

* Update simple-charts-common to 0.5.1 (fix nil-safe `.Values.image` in labels)

# 1.4.0

* Add global fallback support for umbrella-chart use cases — the following
Expand Down
6 changes: 3 additions & 3 deletions charts/simple-worker/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: simple-charts-common
repository: file://../simple-charts-common
version: 0.5.0
digest: sha256:7be682aeedd8077546313b381984cf821bb10c7ca4c1c8e87b0660329ce449b4
generated: "2026-02-25T13:25:32.074353279+04:00"
version: 0.5.1
digest: sha256:adf2b45c495f16fbf9b94da1e7bc89aaef2a5c6b45f88ac71fbcbeb776df971f
generated: "2026-02-26T15:47:24.415860205+04:00"
4 changes: 2 additions & 2 deletions charts/simple-worker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "1.4.0"
version: "1.4.1"

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -25,6 +25,6 @@ appVersion: "1.16.0"

dependencies:
- name: simple-charts-common
version: "0.5.0"
version: "0.5.1"
repository: "file://../simple-charts-common"

3 changes: 0 additions & 3 deletions charts/simple-worker/charts/simple-charts-common-0.5.0.tgz

This file was deleted.

3 changes: 3 additions & 0 deletions charts/simple-worker/charts/simple-charts-common-0.5.1.tgz
Git LFS file not shown
Loading