File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : coredns
3
- version : 1.37.0
3
+ version : 1.37.1
4
4
appVersion : 1.11.4
5
5
home : https://coredns.io
6
6
icon : https://coredns.io/images/CoreDNS_Colour_Horizontal.png
@@ -19,5 +19,5 @@ maintainers:
19
19
type : application
20
20
annotations :
21
21
artifacthub.io/changes : |
22
- - kind: removed
23
- description: Drop support for PodSecurityPolicy
22
+ - kind: changed
23
+ description: Fixed typo in readme
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ You will also need to annotate and label your existing resources to allow Helm t
207
207
annotations:
208
208
meta.helm.sh/release-name: your-release-name
209
209
meta.helm.sh/release-namespace: your-release-namespace
210
- label :
210
+ labels :
211
211
app.kubernetes.io/managed-by: Helm
212
212
```
213
213
You can’t perform that action at this time.
0 commit comments