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"