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