From 173d1b721c3208681ace28337687511d451afac4 Mon Sep 17 00:00:00 2001 From: Sebastian Widmer Date: Wed, 5 Jun 2024 13:25:54 +0200 Subject: [PATCH] Examples: always point to latest image. Those image tags were forgotten before release usually, --- config/samples/deployment/deployment.yaml | 2 +- config/samples/deployment/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/samples/deployment/deployment.yaml b/config/samples/deployment/deployment.yaml index 48531f49..78014254 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:1.2.0 + image: docker.io/projectsyn/lieutenant-operator:latest imagePullPolicy: Always securityContext: allowPrivilegeEscalation: false diff --git a/config/samples/deployment/kustomization.yaml b/config/samples/deployment/kustomization.yaml index 29ceff97..24e3520e 100644 --- a/config/samples/deployment/kustomization.yaml +++ b/config/samples/deployment/kustomization.yaml @@ -5,7 +5,7 @@ commonLabels: app.kubernetes.io/part-of: project-syn images: - name: docker.io/projectsyn/lieutenant-operator - newTag: 1.6.1 + newTag: latest resources: - deployment.yaml - role_binding.yaml