Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump ai-navigator-postgres #2907

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This repo contains a list of images, `licenses.d2iq.yaml` used to keep licenses

Due to the automation of image version bumping, the original comments were unable to be retained and are listed below by corresponding image:

| Image | Description |
| Image | Description |
|-------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `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> |
Expand Down
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- docker.io/mesosphere/trivy-bundles:0.56.2-20241104T225447Z
- docker.io/library/alpine:3.20.3

resources:

Check failure on line 6 in licenses.d2iq.yaml

View workflow job for this annotation

GitHub Actions / Check licenses.d2iq.yaml

No mapping for image "docker.io/bitnami/postgresql:15.8.0-debian-12-r14"
- container_image: ghcr.io/mesosphere/dkp-container-images/cr.fluentbit.io/fluent/fluent-bit:2.2.3-d2iq.1
sources:
- license_path: LICENSE
Expand Down Expand Up @@ -553,7 +553,7 @@
- url: https://github.com/kubernetes-sigs/external-dns
ref: v${image_tag%-debian-12-r7}
license_path: LICENSE
- container_image: docker.io/bitnami/postgresql:15.8.0-debian-12-r14
- container_image: docker.io/bitnami/postgresql:15.9.0-debian-12-r0
sources:
- url: https://github.com/postgres/postgres
ref: REL_15_8
Expand Down
2 changes: 1 addition & 1 deletion services/nkp-insights/1.3.4/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ data:
image:
registry: docker.io
repository: bitnami/postgresql
tag: 15.8.0-debian-12-r14
tag: 15.9.0-debian-12-r0
metrics:
image:
registry: docker.io
Expand Down
Loading