diff --git a/src/authservice/values/upstream-values.yaml b/src/authservice/values/upstream-values.yaml index 7623d8651..296abee65 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.3" + tag: "1.0.4" diff --git a/src/authservice/zarf.yaml b/src/authservice/zarf.yaml index 597ef676f..eaae815ba 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.3 + - ghcr.io/istio-ecosystem/authservice/authservice:1.0.4 - name: authservice required: true