From c551a4dcf69afd8ff6998d246109108411f9d853 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Mon, 11 Sep 2023 07:26:10 +0000 Subject: [PATCH] chore: Update rsyncd docker image version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- charts/rsyncd/Chart.yaml | 2 +- charts/rsyncd/values.yaml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/charts/rsyncd/Chart.yaml b/charts/rsyncd/Chart.yaml index 74494d1c1..18ce2c2b5 100644 --- a/charts/rsyncd/Chart.yaml +++ b/charts/rsyncd/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: rsyncd helm chart for Kubernetes name: rsyncd -version: 1.2.0 +version: 1.2.1 diff --git a/charts/rsyncd/values.yaml b/charts/rsyncd/values.yaml index ecc0e9683..020fd43dc 100644 --- a/charts/rsyncd/values.yaml +++ b/charts/rsyncd/values.yaml @@ -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: "" @@ -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