Skip to content

Commit 5a556b6

Browse files
Update dependency architect to v6.12.0 (#408)
* Update dependency architect to v6.12.0 * kube-linter: ignore chart dependencies * fix lint error: sorted-keys --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Herve Nicol <12008875+hervenicol@users.noreply.github.com>
1 parent 9520a80 commit 5a556b6

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2.1
22
orbs:
3-
architect: giantswarm/architect@6.11.0
3+
architect: giantswarm/architect@6.12.0
44
jobs:
55
template-chart:
66
docker:

helm/grafana/.kube-linter.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ checks:
1919
- "no-node-affinity"
2020
- "non-existent-service-account"
2121
- "restart-policy"
22+
ignorePaths:
23+
- helm/grafana/charts/**

helm/grafana/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Create chart name and version as used by the chart label.
2727
Selector labels
2828
*/}}
2929
{{- define "labels.selector" -}}
30-
app.kubernetes.io/name: {{ .Chart.Name | quote }}
3130
app.kubernetes.io/instance: {{ .Chart.Name | quote }}
31+
app.kubernetes.io/name: {{ .Chart.Name | quote }}
3232
{{- end -}}
3333

3434
{{/*

helm/grafana/templates/cilium-network-policy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ metadata:
77
name: {{ .Chart.Name }}
88
namespace: {{ .Release.Namespace }}
99
spec:
10-
endpointSelector:
11-
matchLabels:
12-
{{- include "labels.selector" . | nindent 6 }}
1310
egress:
1411
- toEntities:
1512
- kube-apiserver
1613
- cluster
1714
- world
15+
endpointSelector:
16+
matchLabels:
17+
{{- include "labels.selector" . | nindent 6 }}
1818
ingress:
1919
- fromEntities:
2020
- cluster

0 commit comments

Comments
 (0)