File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 80
80
# Note the lack of the `v` prefix unlike the git tag
81
81
env :
82
82
- name : AVP_VERSION
83
- value : " 1.7 .0"
83
+ value : " 1.16 .0"
84
84
args :
85
85
- >-
86
86
wget -O argocd-vault-plugin
@@ -115,7 +115,7 @@ RUN apt-get update && \
115
115
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
116
116
117
117
# 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
119
119
ENV BIN=argocd-vault-plugin
120
120
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
121
121
RUN chmod +x ${BIN}
@@ -190,7 +190,7 @@ spec:
190
190
image: registry.access.redhat.com/ubi8
191
191
env:
192
192
- name: AVP_VERSION
193
- value: 1.11 .0
193
+ value: 1.16 .0
194
194
command: [sh, -c]
195
195
args:
196
196
- >-
@@ -274,7 +274,7 @@ RUN apt-get update && \
274
274
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
275
275
276
276
# 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
278
278
ENV BIN=argocd-vault-plugin
279
279
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
280
280
RUN chmod +x ${BIN}
Original file line number Diff line number Diff line change 29
29
# Note the lack of the `v` prefix unlike the git tag
30
30
env :
31
31
- name : AVP_VERSION
32
- value : " 1.15 .0"
32
+ value : " 1.16 .0"
33
33
args :
34
34
- >-
35
35
wget -O argocd-vault-plugin
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
2
2
kind : Kustomization
3
3
4
4
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
6
6
7
7
patchesStrategicMerge :
8
8
- argocd-repo-server-deploy.yaml
Original file line number Diff line number Diff line change 25
25
image : registry.access.redhat.com/ubi8
26
26
env :
27
27
- name : AVP_VERSION
28
- value : 1.15 .0
28
+ value : 1.16 .0
29
29
command : [sh, -c]
30
30
args :
31
31
- >-
41
41
containers :
42
42
- name : avp-helm
43
43
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
45
45
securityContext :
46
46
runAsNonRoot : true
47
47
runAsUser : 999
66
66
# argocd-vault-plugin with Kustomize
67
67
- name : avp-kustomize
68
68
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
70
70
securityContext :
71
71
runAsNonRoot : true
72
72
runAsUser : 999
91
91
# argocd-vault-plugin with plain YAML
92
92
- name : avp
93
93
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
95
95
securityContext :
96
96
runAsNonRoot : true
97
97
runAsUser : 999
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ kind: Kustomization
3
3
4
4
images :
5
5
- name : quay.io/argoproj/argocd
6
- newTag : v2.7.5
6
+ newTag : v2.7.9
7
7
8
8
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
10
10
- cmp-plugin.yaml
11
11
12
12
patchesStrategicMerge :
You can’t perform that action at this time.
0 commit comments