From 2f0967f1c391152f06c42336312a4c014fb47600 Mon Sep 17 00:00:00 2001 From: Sebastian Widmer Date: Fri, 13 Aug 2021 10:58:24 +0200 Subject: [PATCH] Prepare release 1.0.0 --- config/manager/manager.yaml | 2 +- config/samples/deployment/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 1e60a3cf..25ef5ad7 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -18,7 +18,7 @@ spec: serviceAccountName: lieutenant-operator containers: - name: lieutenant-operator - image: quay.io/projectsyn/lieutenant-operator:latest + image: quay.io/projectsyn/lieutenant-operator:1.0.0 securityContext: allowPrivilegeEscalation: false runAsNonRoot: true diff --git a/config/samples/deployment/deployment.yaml b/config/samples/deployment/deployment.yaml index 78014254..8dc99b36 100644 --- a/config/samples/deployment/deployment.yaml +++ b/config/samples/deployment/deployment.yaml @@ -9,7 +9,7 @@ spec: serviceAccountName: lieutenant-operator containers: - name: lieutenant-operator - image: docker.io/projectsyn/lieutenant-operator:latest + image: docker.io/projectsyn/lieutenant-operator:1.0.0 imagePullPolicy: Always securityContext: allowPrivilegeEscalation: false