Skip to content

Commit

Permalink
pr review
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Oct 18, 2022
1 parent 4d2830a commit 6d2289c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion operator/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
- name: OTEL_COLLECTOR_URL
value: otel-collector:4317
- name: FUNCTION_RUNNER_IMAGE
value: docker.io/keptn-sandbox/functions-runtime:0.2.0 #x-release-please-version
value: ghcr.io/keptn-sandbox/functions-runtime:v0.2.0 #x-release-please-version
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
2 changes: 1 addition & 1 deletion operator/controllers/keptnevaluation/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func (r *KeptnEvaluationReconciler) Reconcile(ctx context.Context, req ctrl.Requ
span.SetStatus(codes.Error, err.Error())
evaluation.Status.OverallStatus = common.StateFailed
r.updateFinishedEvaluationMetrics(ctx, evaluation, span)
return ctrl.Result{}, err
return ctrl.Result{}, nil
}

if !evaluation.Status.OverallStatus.IsSucceeded() {
Expand Down

0 comments on commit 6d2289c

Please sign in to comment.