Skip to content

Commit

Permalink
fix: manifest's the AVP_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu1204 committed Nov 19, 2023
1 parent b393c7a commit 6a6dd40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 6a6dd40

Please sign in to comment.