Skip to content

Commit 1f026d3

Browse files
authored
Merge pull request #556 from slok/slok/prepare-deployment-manifests-v0.12.0
Prepare deployoment manifests release for v0.12.0
2 parents bbdd95e + 0b36bb8 commit 1f026d3

File tree

4 files changed

+14
-16
lines changed

4 files changed

+14
-16
lines changed

.github/workflows/helmrelease.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ on:
55
branches:
66
- main
77
paths:
8-
- "deploy/kubernetes/helm/**"
8+
- "deploy/kubernetes/helm/sloth/Chart.yaml"
99

1010
jobs:
1111
release:
1212
runs-on: ubuntu-latest
13-
# Only on helm tags.
14-
if: startsWith(github.ref, 'refs/tags/v')
1513
steps:
1614
- name: Checkout
1715
uses: actions/checkout@v4

deploy/kubernetes/helm/sloth/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ description: Base chart for Sloth.
44
type: application
55
home: https://github.com/slok/sloth
66
kubeVersion: ">= 1.19.0-0"
7-
version: 0.12.0
7+
version: 0.12.1

deploy/kubernetes/raw/sloth-with-common-plugins.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
name: sloth
77
namespace: monitoring
88
labels:
9-
helm.sh/chart: sloth-0.12.0
9+
helm.sh/chart: sloth-0.12.1
1010
app.kubernetes.io/managed-by: Helm
1111
app: sloth
1212
app.kubernetes.io/name: sloth
@@ -18,7 +18,7 @@ kind: ClusterRole
1818
metadata:
1919
name: sloth
2020
labels:
21-
helm.sh/chart: sloth-0.12.0
21+
helm.sh/chart: sloth-0.12.1
2222
app.kubernetes.io/managed-by: Helm
2323
app: sloth
2424
app.kubernetes.io/name: sloth
@@ -38,7 +38,7 @@ kind: ClusterRoleBinding
3838
metadata:
3939
name: sloth
4040
labels:
41-
helm.sh/chart: sloth-0.12.0
41+
helm.sh/chart: sloth-0.12.1
4242
app.kubernetes.io/managed-by: Helm
4343
app: sloth
4444
app.kubernetes.io/name: sloth
@@ -59,7 +59,7 @@ metadata:
5959
name: sloth
6060
namespace: monitoring
6161
labels:
62-
helm.sh/chart: sloth-0.12.0
62+
helm.sh/chart: sloth-0.12.1
6363
app.kubernetes.io/managed-by: Helm
6464
app: sloth
6565
app.kubernetes.io/name: sloth
@@ -74,7 +74,7 @@ spec:
7474
template:
7575
metadata:
7676
labels:
77-
helm.sh/chart: sloth-0.12.0
77+
helm.sh/chart: sloth-0.12.1
7878
app.kubernetes.io/managed-by: Helm
7979
app: sloth
8080
app.kubernetes.io/name: sloth
@@ -133,7 +133,7 @@ metadata:
133133
name: sloth
134134
namespace: monitoring
135135
labels:
136-
helm.sh/chart: sloth-0.12.0
136+
helm.sh/chart: sloth-0.12.1
137137
app.kubernetes.io/managed-by: Helm
138138
app: sloth
139139
app.kubernetes.io/name: sloth

deploy/kubernetes/raw/sloth.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
name: sloth
77
namespace: monitoring
88
labels:
9-
helm.sh/chart: sloth-0.12.0
9+
helm.sh/chart: sloth-0.12.1
1010
app.kubernetes.io/managed-by: Helm
1111
app: sloth
1212
app.kubernetes.io/name: sloth
@@ -18,7 +18,7 @@ kind: ClusterRole
1818
metadata:
1919
name: sloth
2020
labels:
21-
helm.sh/chart: sloth-0.12.0
21+
helm.sh/chart: sloth-0.12.1
2222
app.kubernetes.io/managed-by: Helm
2323
app: sloth
2424
app.kubernetes.io/name: sloth
@@ -38,7 +38,7 @@ kind: ClusterRoleBinding
3838
metadata:
3939
name: sloth
4040
labels:
41-
helm.sh/chart: sloth-0.12.0
41+
helm.sh/chart: sloth-0.12.1
4242
app.kubernetes.io/managed-by: Helm
4343
app: sloth
4444
app.kubernetes.io/name: sloth
@@ -59,7 +59,7 @@ metadata:
5959
name: sloth
6060
namespace: monitoring
6161
labels:
62-
helm.sh/chart: sloth-0.12.0
62+
helm.sh/chart: sloth-0.12.1
6363
app.kubernetes.io/managed-by: Helm
6464
app: sloth
6565
app.kubernetes.io/name: sloth
@@ -74,7 +74,7 @@ spec:
7474
template:
7575
metadata:
7676
labels:
77-
helm.sh/chart: sloth-0.12.0
77+
helm.sh/chart: sloth-0.12.1
7878
app.kubernetes.io/managed-by: Helm
7979
app: sloth
8080
app.kubernetes.io/name: sloth
@@ -108,7 +108,7 @@ metadata:
108108
name: sloth
109109
namespace: monitoring
110110
labels:
111-
helm.sh/chart: sloth-0.12.0
111+
helm.sh/chart: sloth-0.12.1
112112
app.kubernetes.io/managed-by: Helm
113113
app: sloth
114114
app.kubernetes.io/name: sloth

0 commit comments

Comments
 (0)