Skip to content

Commit

Permalink
chore: prepare for 1.16.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: arlan lloyd <[email protected]>
  • Loading branch information
acelinkio authored and werne2j committed Aug 1, 2023
1 parent 3c53937 commit 4b074c7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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.7.0"
value: "1.16.0"
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.15.0
ENV AVP_VERSION=1.16.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 @@ -190,7 +190,7 @@ spec:
image: registry.access.redhat.com/ubi8
env:
- name: AVP_VERSION
value: 1.11.0
value: 1.16.0
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.15.0
ENV AVP_VERSION=1.16.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.15.0"
value: "1.16.0"
args:
- >-
wget -O argocd-vault-plugin
Expand Down
2 changes: 1 addition & 1 deletion manifests/cmp-configmap/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- https://github.com/argoproj/argo-cd/manifests/cluster-install?ref=v2.7.5
- https://github.com/argoproj/argo-cd/manifests/cluster-install?ref=v2.7.9

patchesStrategicMerge:
- argocd-repo-server-deploy.yaml
Expand Down
8 changes: 4 additions & 4 deletions 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.15.0
value: 1.16.0
command: [sh, -c]
args:
- >-
Expand All @@ -41,7 +41,7 @@ spec:
containers:
- name: avp-helm
command: [/var/run/argocd/argocd-cmp-server]
image: quay.io/argoproj/argocd:v2.7.5
image: quay.io/argoproj/argocd:v2.7.9
securityContext:
runAsNonRoot: true
runAsUser: 999
Expand All @@ -66,7 +66,7 @@ spec:
# argocd-vault-plugin with Kustomize
- name: avp-kustomize
command: [/var/run/argocd/argocd-cmp-server]
image: quay.io/argoproj/argocd:v2.7.5
image: quay.io/argoproj/argocd:v2.7.9
securityContext:
runAsNonRoot: true
runAsUser: 999
Expand All @@ -91,7 +91,7 @@ spec:
# argocd-vault-plugin with plain YAML
- name: avp
command: [/var/run/argocd/argocd-cmp-server]
image: quay.io/argoproj/argocd:v2.7.5
image: quay.io/argoproj/argocd:v2.7.9
securityContext:
runAsNonRoot: true
runAsUser: 999
Expand Down
4 changes: 2 additions & 2 deletions manifests/cmp-sidecar/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ kind: Kustomization

images:
- name: quay.io/argoproj/argocd
newTag: v2.7.5
newTag: v2.7.9

resources:
- https://github.com/argoproj/argo-cd//manifests/cluster-install?ref=v2.7.5
- https://github.com/argoproj/argo-cd//manifests/cluster-install?ref=v2.7.9
- cmp-plugin.yaml

patchesStrategicMerge:
Expand Down

0 comments on commit 4b074c7

Please sign in to comment.