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

Bump rsyncd docker images and helm chart versions #846

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/rsyncd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: rsyncd helm chart for Kubernetes
name: rsyncd
version: 1.4.0
version: 1.4.1
maintainers:
- email: [email protected]
name: jenkins-infra-team
2 changes: 1 addition & 1 deletion 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.5@sha256:6ac166d703cd0786d24888994c677cc4098e38a9499157faa6c917302f350951
tag: 1.0.6@sha256:e6dc328cf18480b78878ec7a058ce200faa6a13ffa8f4450f032c553c2c5ae10
pullPolicy: IfNotPresent
imagePullSecrets: []
nameOverride: ""
Expand Down