Skip to content

Commit

Permalink
chore(deps): update sonarqube package dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                                | from                  | to                    |
| ---------- | ------------------------------------------------------ | --------------------- | --------------------- |
| docker     | cgr.dev/du-uds-defenseunicorns/busybox-fips            | 1.36                  | 1.37                  |
| docker     | curlimages/curl                                        | 8.8.0                 | 8.10.1                |
| docker     | ghcr.io/defenseunicorns/packages/uds/postgres-operator | 1.12.2-uds.1-upstream | 1.13.0-uds.2-upstream |
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent 21bebaf commit 94bae86
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages:

- name: postgres-operator
repository: ghcr.io/defenseunicorns/packages/uds/postgres-operator
ref: 1.12.2-uds.1-upstream
ref: 1.13.0-uds.2-upstream
overrides:
postgres-operator:
uds-postgres-config:
Expand Down
2 changes: 1 addition & 1 deletion values/unicorn-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ image:
tag: 10.6.0

initContainers:
image: cgr.dev/du-uds-defenseunicorns/busybox-fips:1.36
image: cgr.dev/du-uds-defenseunicorns/busybox-fips:1.37
4 changes: 2 additions & 2 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ components:
- values/upstream-values.yaml
images:
- "sonarqube:10.6.0-community"
- "curlimages/curl:8.8.0"
- "curlimages/curl:8.10.1"
- "busybox:1.36"

- name: sonarqube
Expand All @@ -68,4 +68,4 @@ components:
images:
- "cgr.dev/du-uds-defenseunicorns/sonarqube:10.6.0"
- "cgr.dev/du-uds-defenseunicorns/curl-fips:8-dev"
- "cgr.dev/du-uds-defenseunicorns/busybox-fips:1.36"
- "cgr.dev/du-uds-defenseunicorns/busybox-fips:1.37"

0 comments on commit 94bae86

Please sign in to comment.