Skip to content

Commit

Permalink
[c-lightning] Version bump to v24.08.1 (#124)
Browse files Browse the repository at this point in the history
* [c-lightning] Version bump to v24.08.1

* Make app selector unique
  • Loading branch information
bboerst authored Oct 13, 2024
1 parent 8c94053 commit 3c49703
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions charts/c-lightning/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
name: c-lightning
description: A specification compliant Lightning Network implementation in C
version: 0.1.3
version: 0.1.4
# renovate: image=elementsproject/lightningd
appVersion: v24.08
appVersion: v24.08.1
keywords:
- c-lightning
- bitcoin
Expand Down
2 changes: 1 addition & 1 deletion charts/c-lightning/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# c-lightning

![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![AppVersion: v24.08](https://img.shields.io/badge/AppVersion-v24.08-informational?style=flat-square)
![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![AppVersion: v24.08.1](https://img.shields.io/badge/AppVersion-v24.08.1-informational?style=flat-square)

A specification compliant Lightning Network implementation in C

Expand Down
2 changes: 1 addition & 1 deletion charts/c-lightning/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: {{ template "c-lightning.fullname" . }}
namespace: {{ template "c-lightning.namespace" . }}
labels:
app: {{ template "c-lightning.name" . }}
app: {{ template "c-lightning.fullname" . }}
chart: {{ template "c-lightning.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
Expand Down
6 changes: 3 additions & 3 deletions charts/c-lightning/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: {{ template "c-lightning.fullname" . }}
namespace: {{ template "c-lightning.namespace" . }}
labels:
app: {{ template "c-lightning.name" . }}
app: {{ template "c-lightning.fullname" . }}
chart: {{ template "c-lightning.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
Expand All @@ -13,14 +13,14 @@ spec:
type: Recreate
selector:
matchLabels:
app: {{ template "c-lightning.name" . }}
app: {{ template "c-lightning.fullname" . }}
release: {{ .Release.Name }}
template:
metadata:
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
labels:
app: {{ template "c-lightning.name" . }}
app: {{ template "c-lightning.fullname" . }}
release: {{ .Release.Name }}
spec:
{{- if .Values.configurationFile }}
Expand Down
2 changes: 1 addition & 1 deletion charts/c-lightning/templates/pvc-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
annotations:
"helm.sh/resource-policy": keep
labels:
app: {{ template "c-lightning.name" . }}
app: {{ template "c-lightning.fullname" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
Expand Down
2 changes: 1 addition & 1 deletion charts/c-lightning/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
annotations:
"helm.sh/resource-policy": keep
labels:
app: {{ template "c-lightning.name" . }}
app: {{ template "c-lightning.fullname" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
Expand Down
4 changes: 2 additions & 2 deletions charts/c-lightning/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: {{ template "c-lightning.fullname" . }}
namespace: {{ template "c-lightning.namespace" . }}
labels:
app: {{ template "c-lightning.name" . }}
app: {{ template "c-lightning.fullname" . }}
chart: {{ template "c-lightning.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
Expand All @@ -20,5 +20,5 @@ spec:
targetPort: rest
{{- end }}
selector:
app: {{ template "c-lightning.name" . }}
app: {{ template "c-lightning.fullname" . }}
release: {{ .Release.Name }}

0 comments on commit 3c49703

Please sign in to comment.