From 8d14e40ffd0a3d61a598cdd3cce6eaa1c1ce5a32 Mon Sep 17 00:00:00 2001 From: arlan Date: Fri, 28 Jul 2023 17:11:30 -0700 Subject: [PATCH] chore: prepare for 1.16.0 release Signed-off-by: arlan lloyd --- docs/installation.md | 8 ++++---- manifests/cmp-configmap/argocd-repo-server-deploy.yaml | 2 +- manifests/cmp-configmap/kustomization.yaml | 2 +- manifests/cmp-sidecar/argocd-repo-server.yaml | 8 ++++---- manifests/cmp-sidecar/kustomization.yaml | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index f532c70c..4d975d57 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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 @@ -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} @@ -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: - >- @@ -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} diff --git a/manifests/cmp-configmap/argocd-repo-server-deploy.yaml b/manifests/cmp-configmap/argocd-repo-server-deploy.yaml index fd320879..388d7b19 100644 --- a/manifests/cmp-configmap/argocd-repo-server-deploy.yaml +++ b/manifests/cmp-configmap/argocd-repo-server-deploy.yaml @@ -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 diff --git a/manifests/cmp-configmap/kustomization.yaml b/manifests/cmp-configmap/kustomization.yaml index 8cda1774..c3d47a99 100644 --- a/manifests/cmp-configmap/kustomization.yaml +++ b/manifests/cmp-configmap/kustomization.yaml @@ -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 diff --git a/manifests/cmp-sidecar/argocd-repo-server.yaml b/manifests/cmp-sidecar/argocd-repo-server.yaml index 171d4638..da75b0c7 100644 --- a/manifests/cmp-sidecar/argocd-repo-server.yaml +++ b/manifests/cmp-sidecar/argocd-repo-server.yaml @@ -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: - >- @@ -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 @@ -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 @@ -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 diff --git a/manifests/cmp-sidecar/kustomization.yaml b/manifests/cmp-sidecar/kustomization.yaml index e981ec67..9f613385 100644 --- a/manifests/cmp-sidecar/kustomization.yaml +++ b/manifests/cmp-sidecar/kustomization.yaml @@ -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: