Skip to content

Commit

Permalink
chore(deps): update uds common nginx package (#223)
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 Sep 6, 2024
1 parent bd6459f commit 688197c
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
@@ -1,3 +1,3 @@
image:
repository: registry1.dso.mil/ironbank/opensource/nginx/nginx
tag: 1.26.1
tag: 1.26.2
2 changes: 1 addition & 1 deletion values/unicorn-values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
image:
repository: cgr.dev/du-uds-defenseunicorns/nginx
tag: 1.26.1
tag: 1.27.1
2 changes: 1 addition & 1 deletion values/upstream-values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
image:
repository: nginx
tag: 1.26.1
tag: 1.27.1
6 changes: 3 additions & 3 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- nginx:1.26.1
- nginx:1.27.1

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

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

0 comments on commit 688197c

Please sign in to comment.