Skip to content

Commit

Permalink
breaking(mirrorbits-parent) remove child chart 'rsyncd'
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Duportal <[email protected]>
  • Loading branch information
dduportal committed Nov 25, 2024
1 parent 538381c commit fc9820b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 28 deletions.
3 changes: 0 additions & 3 deletions charts/mirrorbits-parent/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@ dependencies:
- name: httpd
repository: https://jenkins-infra.github.io/helm-charts
version: 1.4.1
- name: rsyncd
repository: https://jenkins-infra.github.io/helm-charts
version: 2.0.3
digest: sha256:0c9bb40b9dd85ef850004477c76796f065c8adf8a6bb46f4a22a553da6d05d84
generated: "2024-11-25T13:49:30.465307716Z"
6 changes: 1 addition & 5 deletions charts/mirrorbits-parent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: mirrorbits-parent
description: A mirrorbits parent chart for Kubernetes
type: application
version: 6.0.33
version: 7.0.0
maintainers:
- email: [email protected]
name: jenkins-infra-team
Expand All @@ -15,7 +15,3 @@ dependencies:
condition: httpd.enabled
repository: https://jenkins-infra.github.io/helm-charts
version: 1.4.1
- name: rsyncd
condition: rsyncd.enabled
repository: https://jenkins-infra.github.io/helm-charts
version: 2.0.3
1 change: 0 additions & 1 deletion charts/mirrorbits-parent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ This chart allows to deploys up to three services:

* [mirrorbits](https://github.com/etix/mirrorbits) through the subchart <https://github.com/jenkins-infra/helm-charts/tree/main/charts/mirrorbits>
* [httpd (Apache2)](https://httpd.apache.org/) through the subchart <https://github.com/jenkins-infra/helm-charts/tree/main/charts/httpd>
* [rsyncd](https://linux.die.net/man/1/rsync) through the subchart <https://github.com/jenkins-infra/helm-charts/tree/main/charts/rsyncd>

The goal is to deploy an "HTTP redirector" service centered on [mirrorbits](https://github.com/etix/mirrorbits) and/or a Jenkins download mirror.

Expand Down
2 changes: 0 additions & 2 deletions charts/mirrorbits-parent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,3 @@ mirrorbits:
httpd:
enabled: false
backendServiceNameTpl: '{{ include "httpd.fullname" (index $.Subcharts "httpd")}}'
rsyncd:
enabled: false
17 changes: 0 additions & 17 deletions updatecli/updatecli.d/mirrorbits-parent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ sources:
spec:
url: https://jenkins-infra.github.io/helm-charts
name: httpd
lastRsyncdChartVersion:
kind: helmchart
name: get last chart version
spec:
url: https://jenkins-infra.github.io/helm-charts
name: rsyncd

targets:
updateMirrorbits:
Expand All @@ -53,16 +47,6 @@ targets:
key: $.dependencies[1].version
versionincrement: patch
scmid: default
updateRsyncd:
name: Update rsyncd subchart version
sourceid: lastRsyncdChartVersion
kind: helmchart
spec:
name: charts/mirrorbits-parent
file: Chart.yaml
key: $.dependencies[2].version
versionincrement: patch
scmid: default

actions:
default:
Expand All @@ -74,4 +58,3 @@ actions:
- dependencies
- mirrorbits
- httpd
- rsyncd

0 comments on commit fc9820b

Please sign in to comment.