Skip to content

Commit

Permalink
chore: prepare for 1.18.0 release (#627)
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Wernette <werne2j@gmail.com>
  • Loading branch information
werne2j authored and this-is-tobi committed May 31, 2024
1 parent e05117d commit 942f05e
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.17.0"
value: "1.18.0"
args:
- >-
OS="$(uname | tr '[:upper:]' '[:lower:]')" && [ "$(uname -m)" = "aarch64" ] && ARCH="arm64" || ARCH="amd64" &&
Expand Down Expand Up @@ -116,7 +116,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.2
ENV AVP_VERSION=1.18.0
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 @@ -191,7 +191,7 @@ spec:
image: registry.access.redhat.com/ubi8
env:
- name: AVP_VERSION
value: 1.16.2
value: 1.18.0
command: [sh, -c]
args:
- >-
Expand Down Expand Up @@ -275,7 +275,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.2
ENV AVP_VERSION=1.18.0
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.2"
value: "1.18.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.18.0
command: [sh, -c]
args:
- >-
Expand Down

0 comments on commit 942f05e

Please sign in to comment.