Skip to content

Commit

Permalink
chore: Update rsyncd docker image version
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
jenkins-infra-bot committed Sep 11, 2023
1 parent 9179cb6 commit c551a4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/rsyncd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: rsyncd helm chart for Kubernetes
name: rsyncd
version: 1.2.0
version: 1.2.1
4 changes: 1 addition & 3 deletions charts/rsyncd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.
image:
repository: jenkinsciinfra/rsyncd
tag: 1.0.1@sha256:8288d9df36c5b62d331736341d7f58b8a78998ace06f2d60fc38f6a4a9d7e6cb
tag: 1.0.2@sha256:5d80ae9394e9bd8c5b81b3a42028e96bccf726ddcd9804b5ad3522b4ec518c92
pullPolicy: IfNotPresent
imagePullSecrets: []
nameOverride: ""
Expand All @@ -17,10 +17,8 @@ containerSecurityContext: {}
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000

# (privately exposed) port of the pod. Should be > 1024 as the container should run as non root
port: 1873

service:
type: ClusterIP
# Port published by the "Service". Maps to the pod (privately exposed) port
Expand Down

0 comments on commit c551a4d

Please sign in to comment.