Skip to content

Commit

Permalink
feat(publick8s/updates.jenkins.io) switch dummy-s3 rsync to NFS volume (
Browse files Browse the repository at this point in the history
#5967)

Signed-off-by: Damien Duportal <[email protected]>
  • Loading branch information
dduportal authored Nov 29, 2024
1 parent b146de4 commit f6d26f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clusters/publick8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ releases:
- name: updates-jenkins-io-rsync
namespace: updates-jenkins-io
chart: jenkins-infra/rsyncd
version: 2.1.0
version: 3.1.0
values:
- "../config/updates.jenkins.io-rsync.yaml"
- name: updates-jenkins-io-content-unsecured
Expand Down
3 changes: 2 additions & 1 deletion config/updates.jenkins.io-rsync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ configuration:
- name: jenkins
path: /rsyncd/data/jenkins
comment: "Jenkins Read-Only Mirror"
volumeTpl: updates-jenkins-io
volumeTpl: updates-jenkins-io-data
volumeSubDir: ./content/
writeEnabled: false
podSecurityContext:
runAsUser: 1000 # User 'rsyncd'
Expand Down

0 comments on commit f6d26f2

Please sign in to comment.