Skip to content

Commit

Permalink
feat(publick8s/updates.jenkins.io) bump rsync service to 2.0.0 (break…
Browse files Browse the repository at this point in the history
…ing) chart (#5929)

Signed-off-by: Damien Duportal <[email protected]>
  • Loading branch information
dduportal authored Nov 24, 2024
1 parent 9017484 commit 1add925
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 1.4.49
version: 2.0.0
values:
- "../config/updates.jenkins.io-rsync.yaml"
- name: updates-jenkins-io-content-unsecured
Expand Down
5 changes: 3 additions & 2 deletions config/updates.jenkins.io-rsync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ configuration:
path: /rsyncd/data/jenkins
comment: "Jenkins Read-Only Mirror"
volumeTpl: updates-jenkins-io
writeEnabled: false
podSecurityContext:
runAsUser: 65534 # User 'nobody'
runAsGroup: 65534 # Group 'nogroup'
runAsUser: 1000 # User 'rsyncd'
runAsGroup: 1000 # Group 'rsyncd'
runAsNonRoot: true
containerSecurityContext:
readOnlyRootFilesystem: true
Expand Down

0 comments on commit 1add925

Please sign in to comment.