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 |
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent 5df0737 commit 60b48b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/authservice/values/unicorn-values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: AGPL-3.0-or-later OR Commercial
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
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: AGPL-3.0-or-later OR Commercial
image:
repository: ghcr.io/istio-ecosystem/authservice/authservice
tag: "1.0.2"
tag: "1.0.3"
4 changes: 2 additions & 2 deletions src/authservice/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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 @@ -43,4 +43,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 60b48b8

Please sign in to comment.