Skip to content

Commit

Permalink
bump-coredns-app
Browse files Browse the repository at this point in the history
  • Loading branch information
calvix committed Oct 25, 2023
1 parent 4c7f208 commit 86759eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add teleport.service: Secure SSH access via Teleport.
- Add `controlPlane.loadBalancerIngressAllowCidrBlocks` to configure control plane load balancer ingress rules.

### Changed

- Bump `coredns` version to `1.19.0` and fix values.

## [0.45.0] - 2023-10-04

### Added
Expand Down
6 changes: 3 additions & 3 deletions helm/cluster-aws/templates/coredns-helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
chart: coredns-app
# used by renovate
# repo: giantswarm/coredns-app
version: 1.17.0
version: 1.19.0
sourceRef:
kind: HelmRepository
name: {{ include "resource.default.name" $ }}-default
Expand All @@ -35,9 +35,9 @@ spec:
values:
cluster:
calico:
CIDR: {{ .Values.connectivity.network.podCidr | quote }}
CIDR: {{ first .Values.connectivity.network.pods.cidrBlocks | quote }}
kubernetes:
API:
clusterIPRange: {{ .Values.connectivity.network.serviceCidr | quote }}
clusterIPRange: {{ first .Values.connectivity.network.services.cidrBlocks | quote }}
DNS:
IP: {{ include "clusterDNS" $ | quote }}

0 comments on commit 86759eb

Please sign in to comment.