Skip to content

Commit

Permalink
feat: Bump external-dns to 6.11.3 (#811)
Browse files Browse the repository at this point in the history
* chore: Update external-dns 6.10.2 => 6.11.3

* chore: Move external-dns/6.10.2 => external-dns/6.11.3

* chore: Bump external-dns in licenses

Co-authored-by: d2iq-mergebot <[email protected]>
Co-authored-by: Grace Do <[email protected]>
  • Loading branch information
3 people authored Nov 16, 2022
1 parent 4dab745 commit aed49aa
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ignore:

# List of bitnami containers that were mapped to build repository source code
# but not to the actual bundled software source code
- docker.io/bitnami/external-dns:0.12.2-debian-11-r22
- docker.io/bitnami/external-dns:0.13.1-debian-11-r0
- docker.io/bitnami/kubectl:1.24.6
- docker.io/bitnami/kubectl:1.24.1
- docker.io/bitnami/memcached:1.6.15-debian-11-r8
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: external-dns-6.10.2-d2iq-defaults
name: external-dns-6.11.3-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: charts.github.io-bitnami
namespace: kommander-flux
version: 6.10.2
version: 6.11.3
interval: 15s
install:
crds: CreateReplace
Expand All @@ -24,5 +24,5 @@ spec:
releaseName: external-dns
valuesFrom:
- kind: ConfigMap
name: external-dns-6.10.2-d2iq-defaults
name: external-dns-6.11.3-d2iq-defaults
targetNamespace: ${releaseNamespace}

0 comments on commit aed49aa

Please sign in to comment.