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

fix: manifest's the AVP_VERSION #578

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
2 changes: 1 addition & 1 deletion manifests/cmp-configmap/argocd-repo-server-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
# Note the lack of the `v` prefix unlike the git tag
env:
- name: AVP_VERSION
value: "1.16.2"
value: "1.17.0"
args:
- >-
wget -O argocd-vault-plugin
Expand Down
2 changes: 1 addition & 1 deletion manifests/cmp-sidecar/argocd-repo-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
image: registry.access.redhat.com/ubi8
env:
- name: AVP_VERSION
value: 1.16.2
value: 1.17.0
command: [sh, -c]
args:
- >-
Expand Down