Skip to content

Commit

Permalink
Merge branch 'main' into updatecli_a244f274eca3d3509cb168400c334a33b8…
Browse files Browse the repository at this point in the history
…d781b0c224c0b20f11f3d5708b53a2
  • Loading branch information
dduportal authored Sep 11, 2023
2 parents 9090246 + ad9efa1 commit c423ce3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-chart-versions-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
name: Check version bump on modified charts
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: list_modified_charts
name: List modified charts
env:
Expand Down
4 changes: 2 additions & 2 deletions charts/rsyncd/tests/defaults_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ tests:
value: "jenkins.motd"
- equal:
path: spec.template.spec.containers[0].volumeMounts[1].mountPath
value: /etc/rsyncd/jenkins.motd
value: /etc/rsyncd.d/jenkins.motd
# TempFS volume by default
- equal:
path: spec.template.spec.volumes[1].name
Expand Down Expand Up @@ -119,7 +119,7 @@ tests:
value: RELEASE-NAME-rsyncd-conf
- matchRegex:
path: data["rsyncd.inc"]
pattern: motd file = /etc/rsyncd/jenkins.motd
pattern: motd file = /etc/rsyncd.d/jenkins.motd
- matchRegex:
path: data["rsyncd.inc"]
pattern: port = 1873
Expand Down
2 changes: 1 addition & 1 deletion charts/rsyncd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tolerations: []
affinity: {}
configuration:
motd:
path: /etc/rsyncd/jenkins.motd
path: /etc/rsyncd.d/jenkins.motd
content: |-
========================
==== JENKINS MIRROR ====
Expand Down

0 comments on commit c423ce3

Please sign in to comment.