diff --git a/src/authservice/values/registry1-values.yaml b/src/authservice/values/registry1-values.yaml index 96812b76b..9713c5e8b 100644 --- a/src/authservice/values/registry1-values.yaml +++ b/src/authservice/values/registry1-values.yaml @@ -3,4 +3,4 @@ image: repository: registry1.dso.mil/ironbank/istio-ecosystem/authservice - tag: "1.0.2-ubi9" + tag: "1.0.3-ubi9" diff --git a/src/authservice/values/unicorn-values.yaml b/src/authservice/values/unicorn-values.yaml index 8c48801c9..536cf0318 100644 --- a/src/authservice/values/unicorn-values.yaml +++ b/src/authservice/values/unicorn-values.yaml @@ -3,4 +3,4 @@ image: repository: cgr.dev/du-uds-defenseunicorns/authservice-fips - tag: "1.0.2" + tag: "1.0.3" diff --git a/src/authservice/values/upstream-values.yaml b/src/authservice/values/upstream-values.yaml index e8511c2b3..7623d8651 100644 --- a/src/authservice/values/upstream-values.yaml +++ b/src/authservice/values/upstream-values.yaml @@ -3,4 +3,4 @@ image: repository: ghcr.io/istio-ecosystem/authservice/authservice - tag: "1.0.2" + tag: "1.0.3" diff --git a/src/authservice/zarf.yaml b/src/authservice/zarf.yaml index 53a82124e..597ef676f 100644 --- a/src/authservice/zarf.yaml +++ b/src/authservice/zarf.yaml @@ -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 @@ -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 @@ -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