Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(helm): update chart sftpgo to 0.19.0 #80

Merged
merged 1 commit into from
Apr 15, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
sftpgo (source) minor 0.14.0 -> 0.19.0

Release Notes

sagikazarmark/helm-charts (sftpgo)

v0.19.0

Compare Source

Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support.

v0.18.0

Compare Source

Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support.

v0.17.0

Compare Source

Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support.

v0.16.0

Compare Source

Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support.

v0.15.0

Compare Source

Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support.

v0.14.2

Compare Source

Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support.

v0.14.1

Compare Source

Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support.


Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

--- kubernetes/apps/media/sftpgo/app Kustomization: flux-system/sftpgo HelmRelease: media/sftpgo

+++ kubernetes/apps/media/sftpgo/app Kustomization: flux-system/sftpgo HelmRelease: media/sftpgo

@@ -14,13 +14,13 @@

       chart: sftpgo
       interval: 5m
       sourceRef:
         kind: HelmRepository
         name: skm
         namespace: flux-system
-      version: 0.14.0
+      version: 0.19.0
   interval: 5m
   values:
     config:
       data_provider:
         driver: sqlite
         name: /config/db.sqlite

Copy link

--- HelmRelease: media/sftpgo Deployment: media/sftpgo

+++ HelmRelease: media/sftpgo Deployment: media/sftpgo

@@ -28,13 +28,13 @@

         runAsUser: 1000
         supplementalGroups:
         - 568
       containers:
       - name: sftpgo
         securityContext: {}
-        image: ghcr.io/drakkan/sftpgo:v2.4.2
+        image: ghcr.io/drakkan/sftpgo:v2.5.4
         imagePullPolicy: IfNotPresent
         args:
         - sftpgo
         - serve
         env:
         - name: SFTPGO_SFTPD__BINDINGS__0__PORT
@@ -83,13 +83,14 @@

           httpGet:
             path: /healthz
             port: telemetry
         resources: {}
         volumeMounts:
         - name: config
-          mountPath: /etc/sftpgo
+          mountPath: /etc/sftpgo/sftpgo.json
+          subPath: sftpgo.json
           readOnly: true
         - mountPath: /data
           name: media-storage
         - mountPath: /config
           name: sftpgo
           subPath: configs/sftpgo

@gelato gelato merged commit cd2506b into main Apr 15, 2024
7 checks passed
@gelato gelato deleted the renovate/sftpgo-0.x branch April 15, 2024 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant