Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update authservice to v1.0.3 #893

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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