Skip to content

Commit

Permalink
chore(ci): remove some garbage from auto-generate manifests (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenpip3 authored Jun 30, 2023
1 parent 7233d82 commit 6065f01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ updates:
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/"
directory: "/website"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/auto-generate-manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
--set operator.resources.requests.memory=120Mi \
chart/jenkins-operator/ > deploy/all-in-one-v1alpha2.yaml
sed -i '/namespace: default/d' deploy/all-in-one-v1alpha2.yaml
sed -i 's/# Source://g' deploy/all-in-one-v1alpha2.yaml
sed -i 's/app\.kubernetes\.io\/instance: release-name//g' deploy/all-in-one-v1alpha2.yaml
sed -i 's/app\.kubernetes\.io\/managed-by: Helm//g' deploy/all-in-one-v1alpha2.yaml
sed -i 's/helm\.sh\/chart: [a-zA-Z0-9]+//g' deploy/all-in-one-v1alpha2.yaml
cp chart/jenkins-operator/crds/jenkins-crd.yaml deploy/crds/jenkins.io_jenkins_crd.yaml
Expand Down

0 comments on commit 6065f01

Please sign in to comment.