Skip to content

Commit 1d1fb3a

Browse files
chore(charts,capacitor): deprecate Helm chart
BREAKING: This chart will not receive any further updates! Signed-off-by: Sebastian Gaiser <sebastian.gaiser@hetzner-cloud.de>
1 parent 78c2de1 commit 1d1fb3a

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

.github/renovate.json5

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@
1212
'pre-commit': {
1313
enabled: true,
1414
},
15+
ignorePaths: [
16+
'charts/capacitor/**',
17+
]
1518
}

charts/capacitor/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ apiVersion: v2
22
name: capacitor
33
description: A Helm chart for deploying capacitor, a general purpose UI for FluxCD
44
type: application
5-
version: 0.2.2
5+
version: 1.0.0
66
# renovate: github=gimlet-io/capacitor
77
appVersion: v0.4.8

charts/capacitor/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# capacitor
22

3+
Deprecated: This chart will not receive any further updates!
4+
35
A Helm chart for deploying capacitor, a general purpose UI for FluxCD
46

57
## Network policies

charts/capacitor/README.md.gotmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{{ template "chart.header" . }}
22

3+
Deprecated: This chart will not receive any further updates!
4+
35
{{ template "chart.description" . }}
46

57
{{ template "chart.sourcesSection" . }}

0 commit comments

Comments
 (0)