Skip to content

Commit

Permalink
chore(deps): update authservice to v1.0.3
Browse files Browse the repository at this point in the history
| datasource | package                                                | from  | to    |
| ---------- | ------------------------------------------------------ | ----- | ----- |
| docker     | cgr.dev/du-uds-defenseunicorns/authservice-fips        | 1.0.2 | 1.0.3 |
| docker     | ghcr.io/istio-ecosystem/authservice/authservice        | 1.0.2 | 1.0.3 |
| docker     | registry1.dso.mil/ironbank/istio-ecosystem/authservice | 1.0.2 | 1.0.3 |
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 2f63db2 commit bdbf70f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/authservice/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/istio-ecosystem/authservice
tag: "1.0.2-ubi9"
tag: "1.0.3-ubi9"
2 changes: 1 addition & 1 deletion src/authservice/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/authservice-fips
tag: "1.0.2"
tag: "1.0.3"
2 changes: 1 addition & 1 deletion src/authservice/values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

image:
repository: ghcr.io/istio-ecosystem/authservice/authservice
tag: "1.0.2"
tag: "1.0.3"
6 changes: 3 additions & 3 deletions src/authservice/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- ghcr.io/istio-ecosystem/authservice/authservice:1.0.2
- ghcr.io/istio-ecosystem/authservice/authservice:1.0.3

- name: authservice
required: true
Expand All @@ -32,7 +32,7 @@ components:
valuesFiles:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/istio-ecosystem/authservice:1.0.2-ubi9
- registry1.dso.mil/ironbank/istio-ecosystem/authservice:1.0.3-ubi9

- name: authservice
required: true
Expand All @@ -45,4 +45,4 @@ components:
valuesFiles:
- values/unicorn-values.yaml
images:
- cgr.dev/du-uds-defenseunicorns/authservice-fips:1.0.2
- cgr.dev/du-uds-defenseunicorns/authservice-fips:1.0.3

0 comments on commit bdbf70f

Please sign in to comment.