Skip to content

Commit

Permalink
chore(deps): update authservice to v1.0.2
Browse files Browse the repository at this point in the history
| datasource | package                                                | from  | to    |
| ---------- | ------------------------------------------------------ | ----- | ----- |
| docker     | ghcr.io/istio-ecosystem/authservice/authservice        | 1.0.1 | 1.0.2 |
| docker     | registry1.dso.mil/ironbank/istio-ecosystem/authservice | 1.0.1 | 1.0.2 |
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent 1fd8ef3 commit 68ee4d3
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/registry1-values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
image:
repository: registry1.dso.mil/ironbank/istio-ecosystem/authservice
tag: "1.0.1-ubi9"
tag: "1.0.2-ubi9"
2 changes: 1 addition & 1 deletion src/authservice/values/upstream-values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
image:
repository: ghcr.io/istio-ecosystem/authservice/authservice
tag: "1.0.1"
tag: "1.0.2"
4 changes: 2 additions & 2 deletions src/authservice/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- ghcr.io/istio-ecosystem/authservice/authservice:1.0.1
- ghcr.io/istio-ecosystem/authservice/authservice:1.0.2

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

- name: authservice
required: true
Expand Down

0 comments on commit 68ee4d3

Please sign in to comment.