Skip to content

Commit

Permalink
Always pull a new build of the operator if possible
Browse files Browse the repository at this point in the history
  • Loading branch information
zlepper committed Aug 24, 2023
1 parent 8251499 commit 9ee332f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/sftpgo-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/sftpgo-operator/templates/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9ee332f

Please sign in to comment.