this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(container): update coredns/coredns docker tag to v1.10.1

| datasource | package | from | to |
| ---------- | --------------- | ------ | ------ |
| docker | coredns/coredns | 1.10.0 | 1.10.1 |

+2 -2
+1 -1
cluster/apps/system/coredns/helm-release.yaml
··· 25 25 values: 26 26 image: 27 27 repository: coredns/coredns 28 - tag: 1.10.0 28 + tag: 1.10.1 29 29 30 30 fullnameOverride: coredns 31 31
+1 -1
cluster/apps/system/coredns/values.yaml
··· 1 1 image: 2 2 repository: coredns/coredns 3 - tag: 1.10.0 3 + tag: 1.10.1 4 4 5 5 fullnameOverride: coredns 6 6