Skip to content

Commit

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

* chore: Move external-dns/6.13.2 => external-dns/6.15.1

* chore: bump image in license mapping

---------

Co-authored-by: d2iq-mergebot <[email protected]>
Co-authored-by: Casey Buto <[email protected]>
  • Loading branch information
3 people authored Apr 6, 2023
1 parent 61a9268 commit 5a517af
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Due to the automation of image version bumping, the original comments were unabl
|-------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `docker.io/mesosphere/kommander2-kubetools` | The image is set of tools that is not built from source code. See: https://github.com/mesosphere/kommander (dir: docker) |
| `docker.io/nginxinc/nginx-unprivileged:1.22.0-alpine` | Fossa cannot scan nginx source code (C/C++) Original mapping: <pre>- container_image: docker.io/nginxinc/nginx-unprivileged:1.22.0-alpine<br> sources:<br> - url: https://github.com/nginxinc/docker-nginx-unprivileged<br> ref: 82a186f7a71ca66269dba0a3eef1fb16f9121946<br> license_path: LICENSE</pre> |
| `docker.io/bitnami/external-dns:0.13.2-debian-11-r0` | 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.13.4-debian-11-r2` | List of bitnami containers that were mapped to build repository source code, but not to the actual bundled software source code |
| `docker.io/mesosphere/capimate:${kommander}` | Note that this image is within `resources` rather than `ignore`. The `capimate` source code is in `capimate` subdirectory but it shares go.mod with main konvoy2 source code. `directory: capimate` |
| `gcr.io/kubecost1/frontend` | Partnership |
| `gcr.io/kubecost1/cost-model` | Partnership |
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ignore:
- docker.io/mesosphere/grafana-plugins:v0.0.1
- docker.io/mesosphere/kommander2-kubetools
- docker.io/nginxinc/nginx-unprivileged:1.22.0-alpine
- docker.io/bitnami/external-dns:0.13.2-debian-11-r0
- docker.io/bitnami/external-dns:0.13.4-debian-11-r2
- 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.13.2-d2iq-defaults
name: external-dns-6.15.1-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.13.2
version: 6.15.1
interval: 15s
install:
crds: CreateReplace
Expand All @@ -24,5 +24,5 @@ spec:
releaseName: external-dns
valuesFrom:
- kind: ConfigMap
name: external-dns-6.13.2-d2iq-defaults
name: external-dns-6.15.1-d2iq-defaults
targetNamespace: ${releaseNamespace}

0 comments on commit 5a517af

Please sign in to comment.