Skip to content

Commit

Permalink
chore: Prepare for 1.16.1 release (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkayani committed Aug 17, 2023
1 parent f261e31 commit 77b07b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
# Note the lack of the `v` prefix unlike the git tag
env:
- name: AVP_VERSION
value: "1.16.0"
value: "1.16.1"
args:
- >-
wget -O argocd-vault-plugin
Expand Down Expand Up @@ -115,7 +115,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

# Install the AVP plugin (as root so we can copy to /usr/local/bin)
ENV AVP_VERSION=1.16.0
ENV AVP_VERSION=1.16.1
ENV BIN=argocd-vault-plugin
RUN curl -L -o ${BIN} https://github.com/argoproj-labs/argocd-vault-plugin/releases/download/v${AVP_VERSION}/argocd-vault-plugin_${AVP_VERSION}_linux_amd64
RUN chmod +x ${BIN}
Expand Down Expand Up @@ -190,7 +190,7 @@ spec:
image: registry.access.redhat.com/ubi8
env:
- name: AVP_VERSION
value: 1.16.0
value: 1.16.1
command: [sh, -c]
args:
- >-
Expand Down Expand Up @@ -274,7 +274,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

# Install the AVP plugin (as root so we can copy to /usr/local/bin)
ENV AVP_VERSION=1.16.0
ENV AVP_VERSION=1.16.1
ENV BIN=argocd-vault-plugin
RUN curl -L -o ${BIN} https://github.com/argoproj-labs/argocd-vault-plugin/releases/download/v${AVP_VERSION}/argocd-vault-plugin_${AVP_VERSION}_linux_amd64
RUN chmod +x ${BIN}
Expand Down
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.0"
value: "1.16.1"
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.0
value: 1.16.1
command: [sh, -c]
args:
- >-
Expand Down

0 comments on commit 77b07b1

Please sign in to comment.