Skip to content

Commit

Permalink
chore(charts/jenkins): delete it (#1255)
Browse files Browse the repository at this point in the history
it's useless now

Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo authored Sep 10, 2024
1 parent f800612 commit 405cc46
Show file tree
Hide file tree
Showing 40 changed files with 5 additions and 7,681 deletions.
7 changes: 3 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@
"regexManagers": [
{
"fileMatch": [
"apps/.*/jenkins.*/release/.*-plugins\\.yaml$$",
"charts/jenkins/values\\.yaml$$"
"apps/.*/jenkins.*/release/.*-plugins\\.yaml$$"
],
"matchStrings": [
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s.*version: (?<currentValue>.*)\\s",
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s.*url: .*/download/(?<currentValue>[^/]+)/[^/]+\\.\\w+\\s"
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s.*: (?<currentValue>.*)\\s",
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s.*: .*/download/(?<currentValue>[^/]+)/[^/]+\\.\\w+\\s"
],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}maven{{/if}}"
},
Expand Down
37 changes: 0 additions & 37 deletions .github/workflows/charts_test-jenkins.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion apps/prod/jenkins-beta/release/values-JCasC.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ controller:
name: "Jenkins Admin"
password: "${chart-admin-password}"
# REF Doc: https://github.com/PingCAP-QE/ee-ops/blob/main/charts/jenkins/README.md
# REF Doc: https://github.com/jenkinsci/helm-charts/blob/main/charts/jenkins/README.md
#
# Notable: if you want delete some key, first please delete the conetnt but keep the key.
# after deployed, then create other commit and push to delete the key.
Expand Down
2 changes: 1 addition & 1 deletion apps/prod/jenkins/release/values-JCasC.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ controller:
name: "Jenkins Admin"
password: "${chart-admin-password}"
# REF Doc: https://github.com/PingCAP-QE/ee-ops/blob/main/charts/jenkins/README.md
# REF Doc: https://github.com/jenkinsci/helm-charts/blob/main/charts/jenkins/README.md
#
# Notable: if you want delete some key, first please delete the conetnt but keep the key.
# after deployed, then create other commit and push to delete the key.
Expand Down
Loading

0 comments on commit 405cc46

Please sign in to comment.