Skip to content

Commit 4b074c7

Browse files
acelinkiowerne2j
authored andcommitted
chore: prepare for 1.16.0 release
Signed-off-by: arlan lloyd <[email protected]>
1 parent 3c53937 commit 4b074c7

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

docs/installation.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ spec:
8080
# Note the lack of the `v` prefix unlike the git tag
8181
env:
8282
- name: AVP_VERSION
83-
value: "1.7.0"
83+
value: "1.16.0"
8484
args:
8585
- >-
8686
wget -O argocd-vault-plugin
@@ -115,7 +115,7 @@ RUN apt-get update && \
115115
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
116116

117117
# Install the AVP plugin (as root so we can copy to /usr/local/bin)
118-
ENV AVP_VERSION=1.15.0
118+
ENV AVP_VERSION=1.16.0
119119
ENV BIN=argocd-vault-plugin
120120
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
121121
RUN chmod +x ${BIN}
@@ -190,7 +190,7 @@ spec:
190190
image: registry.access.redhat.com/ubi8
191191
env:
192192
- name: AVP_VERSION
193-
value: 1.11.0
193+
value: 1.16.0
194194
command: [sh, -c]
195195
args:
196196
- >-
@@ -274,7 +274,7 @@ RUN apt-get update && \
274274
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
275275
276276
# Install the AVP plugin (as root so we can copy to /usr/local/bin)
277-
ENV AVP_VERSION=1.15.0
277+
ENV AVP_VERSION=1.16.0
278278
ENV BIN=argocd-vault-plugin
279279
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
280280
RUN chmod +x ${BIN}

manifests/cmp-configmap/argocd-repo-server-deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
# Note the lack of the `v` prefix unlike the git tag
3030
env:
3131
- name: AVP_VERSION
32-
value: "1.15.0"
32+
value: "1.16.0"
3333
args:
3434
- >-
3535
wget -O argocd-vault-plugin

manifests/cmp-configmap/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33

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

77
patchesStrategicMerge:
88
- argocd-repo-server-deploy.yaml

manifests/cmp-sidecar/argocd-repo-server.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
image: registry.access.redhat.com/ubi8
2626
env:
2727
- name: AVP_VERSION
28-
value: 1.15.0
28+
value: 1.16.0
2929
command: [sh, -c]
3030
args:
3131
- >-
@@ -41,7 +41,7 @@ spec:
4141
containers:
4242
- name: avp-helm
4343
command: [/var/run/argocd/argocd-cmp-server]
44-
image: quay.io/argoproj/argocd:v2.7.5
44+
image: quay.io/argoproj/argocd:v2.7.9
4545
securityContext:
4646
runAsNonRoot: true
4747
runAsUser: 999
@@ -66,7 +66,7 @@ spec:
6666
# argocd-vault-plugin with Kustomize
6767
- name: avp-kustomize
6868
command: [/var/run/argocd/argocd-cmp-server]
69-
image: quay.io/argoproj/argocd:v2.7.5
69+
image: quay.io/argoproj/argocd:v2.7.9
7070
securityContext:
7171
runAsNonRoot: true
7272
runAsUser: 999
@@ -91,7 +91,7 @@ spec:
9191
# argocd-vault-plugin with plain YAML
9292
- name: avp
9393
command: [/var/run/argocd/argocd-cmp-server]
94-
image: quay.io/argoproj/argocd:v2.7.5
94+
image: quay.io/argoproj/argocd:v2.7.9
9595
securityContext:
9696
runAsNonRoot: true
9797
runAsUser: 999

manifests/cmp-sidecar/kustomization.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ kind: Kustomization
33

44
images:
55
- name: quay.io/argoproj/argocd
6-
newTag: v2.7.5
6+
newTag: v2.7.9
77

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

1212
patchesStrategicMerge:

0 commit comments

Comments
 (0)