diff --git a/argocd/wahlrecht/test/overwrite_values.yaml b/argocd/wahlrecht/test/overwrite_values.yaml index 1813807..53af628 100644 --- a/argocd/wahlrecht/test/overwrite_values.yaml +++ b/argocd/wahlrecht/test/overwrite_values.yaml @@ -1,5 +1,5 @@ image: - tag: "0.3.1" + tag: "0.3.2" revisionHistoryLimit: 3 ingress: enabled: true diff --git a/argocd/wahlrecht/test/values.yaml b/argocd/wahlrecht/test/values.yaml index bdb1e78..57e5d74 100644 --- a/argocd/wahlrecht/test/values.yaml +++ b/argocd/wahlrecht/test/values.yaml @@ -8,7 +8,7 @@ image: repository: 2martens/wahlrecht pullPolicy: IfNotPresent # Overrides the image tag whose default is latest - tag: "0.3.1" + tag: "0.3.2" # If image is not accessible for Kubernetes without authentication, configure required secrets here # will be added verbatim to imagePullSecrets in deployment pod template imagePullSecrets: []