Compare commits

...

3 Commits

Author SHA1 Message Date
argo-bot
a8a6fc8dda Bump version to 2.1.5 2021-10-20 15:09:22 +00:00
argo-bot
81024f8a89 Bump version to 2.1.5 2021-10-20 15:09:12 +00:00
Alexander Matyushentsev
f0201c3a99 fix: Invalid memory address or nil pointer dereference in processRequestedAppOperation (#7501)
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2021-10-20 08:04:38 -07:00
10 changed files with 24 additions and 22 deletions

View File

@@ -1 +1 @@
2.1.4
2.1.5

View File

@@ -675,7 +675,9 @@ func (ctrl *ApplicationController) processAppOperationQueueItem() (processNext b
return
}
app = freshApp
}
if app.Operation != nil {
ctrl.processRequestedAppOperation(app)
} else if app.DeletionTimestamp != nil && app.CascadedDeletion() {
_, err = ctrl.finalizeApplicationDeletion(app)

View File

@@ -5,7 +5,7 @@ kind: Kustomization
images:
- name: quay.io/argoproj/argocd
newName: quay.io/argoproj/argocd
newTag: v2.1.4
newTag: v2.1.5
resources:
- ./application-controller
- ./dex

View File

@@ -2988,7 +2988,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.1.4
image: quay.io/argoproj/argocd:v2.1.5
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
@@ -3185,7 +3185,7 @@ spec:
key: controller.default.cache.expiration
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.1.4
image: quay.io/argoproj/argocd:v2.1.5
imagePullPolicy: Always
livenessProbe:
httpGet:

View File

@@ -11,4 +11,4 @@ resources:
images:
- name: quay.io/argoproj/argocd
newName: quay.io/argoproj/argocd
newTag: v2.1.4
newTag: v2.1.5

View File

@@ -11,7 +11,7 @@ patchesStrategicMerge:
images:
- name: quay.io/argoproj/argocd
newName: quay.io/argoproj/argocd
newTag: v2.1.4
newTag: v2.1.5
resources:
- ../../base/application-controller
- ../../base/dex

View File

@@ -3684,7 +3684,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:v2.1.4
image: quay.io/argoproj/argocd:v2.1.5
imagePullPolicy: Always
name: copyutil
volumeMounts:
@@ -3901,7 +3901,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.1.4
image: quay.io/argoproj/argocd:v2.1.5
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
@@ -4154,7 +4154,7 @@ spec:
key: server.default.cache.expiration
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.1.4
image: quay.io/argoproj/argocd:v2.1.5
imagePullPolicy: Always
livenessProbe:
httpGet:
@@ -4350,7 +4350,7 @@ spec:
key: controller.default.cache.expiration
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.1.4
image: quay.io/argoproj/argocd:v2.1.5
imagePullPolicy: Always
livenessProbe:
httpGet:

View File

@@ -1071,7 +1071,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:v2.1.4
image: quay.io/argoproj/argocd:v2.1.5
imagePullPolicy: Always
name: copyutil
volumeMounts:
@@ -1288,7 +1288,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.1.4
image: quay.io/argoproj/argocd:v2.1.5
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
@@ -1541,7 +1541,7 @@ spec:
key: server.default.cache.expiration
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.1.4
image: quay.io/argoproj/argocd:v2.1.5
imagePullPolicy: Always
livenessProbe:
httpGet:
@@ -1737,7 +1737,7 @@ spec:
key: controller.default.cache.expiration
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.1.4
image: quay.io/argoproj/argocd:v2.1.5
imagePullPolicy: Always
livenessProbe:
httpGet:

View File

@@ -3049,7 +3049,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:v2.1.4
image: quay.io/argoproj/argocd:v2.1.5
imagePullPolicy: Always
name: copyutil
volumeMounts:
@@ -3230,7 +3230,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.1.4
image: quay.io/argoproj/argocd:v2.1.5
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
@@ -3479,7 +3479,7 @@ spec:
key: server.default.cache.expiration
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.1.4
image: quay.io/argoproj/argocd:v2.1.5
imagePullPolicy: Always
livenessProbe:
httpGet:
@@ -3669,7 +3669,7 @@ spec:
key: controller.default.cache.expiration
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.1.4
image: quay.io/argoproj/argocd:v2.1.5
imagePullPolicy: Always
livenessProbe:
httpGet:

View File

@@ -436,7 +436,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:v2.1.4
image: quay.io/argoproj/argocd:v2.1.5
imagePullPolicy: Always
name: copyutil
volumeMounts:
@@ -617,7 +617,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.1.4
image: quay.io/argoproj/argocd:v2.1.5
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
@@ -866,7 +866,7 @@ spec:
key: server.default.cache.expiration
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.1.4
image: quay.io/argoproj/argocd:v2.1.5
imagePullPolicy: Always
livenessProbe:
httpGet:
@@ -1056,7 +1056,7 @@ spec:
key: controller.default.cache.expiration
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.1.4
image: quay.io/argoproj/argocd:v2.1.5
imagePullPolicy: Always
livenessProbe:
httpGet: