Skip to content

Commit

Permalink
chore(deps): update uds common package dependencies to v1.27.3 (#349)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 5b91b1e commit 4fbe49f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion values/registry1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

image:
repository: registry1.dso.mil/ironbank/opensource/nginx/nginx
tag: 1.27.2
tag: 1.27.3
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:
repository: cgr.dev/du-uds-defenseunicorns/nginx
tag: 1.27.2
tag: 1.27.3
2 changes: 1 addition & 1 deletion values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

image:
repository: nginx
tag: 1.27.2
tag: 1.27.3
6 changes: 3 additions & 3 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- nginx:1.27.2
- nginx:1.27.3

- name: nginx
required: true
Expand All @@ -44,7 +44,7 @@ components:
valuesFiles:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/opensource/nginx/nginx:1.27.2
- registry1.dso.mil/ironbank/opensource/nginx/nginx:1.27.3

- name: nginx
required: true
Expand All @@ -58,4 +58,4 @@ components:
valuesFiles:
- values/unicorn-values.yaml
images:
- cgr.dev/du-uds-defenseunicorns/nginx:1.27.2
- cgr.dev/du-uds-defenseunicorns/nginx:1.27.3

0 comments on commit 4fbe49f

Please sign in to comment.