From 9ee332f313e6c22813d995290dfc7a7b5efbab74 Mon Sep 17 00:00:00 2001 From: zlepper Date: Thu, 24 Aug 2023 12:16:54 +0200 Subject: [PATCH] Always pull a new build of the operator if possible --- charts/sftpgo-operator/Chart.yaml | 2 +- charts/sftpgo-operator/templates/operator.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/sftpgo-operator/Chart.yaml b/charts/sftpgo-operator/Chart.yaml index 580d8a7..04a9824 100644 --- a/charts/sftpgo-operator/Chart.yaml +++ b/charts/sftpgo-operator/Chart.yaml @@ -9,5 +9,5 @@ kubeVersion: ">= 1.25.0-0" name: sftpgo-operator sources: - https://github.com/digizuite/sftpgo-k8s-operator -version: 0.1.8 +version: 0.1.9 icon: https://sftpgo.com/assets/img/logo.png \ No newline at end of file diff --git a/charts/sftpgo-operator/templates/operator.yaml b/charts/sftpgo-operator/templates/operator.yaml index 96d0642..521bb88 100644 --- a/charts/sftpgo-operator/templates/operator.yaml +++ b/charts/sftpgo-operator/templates/operator.yaml @@ -163,7 +163,7 @@ spec: containers: - name: operator image: ghcr.io/digizuite/sftpgo-k8s-operator:master - imagePullPolicy: IfNotPresent + imagePullPolicy: Always env: - name: RUST_LOG value: "sftpgo_operator=info,sftpgo_client=info"