From c2cc6ab3fcf0e8489036c23dd7069c150769e596 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Mon, 21 Oct 2024 14:41:38 +0200 Subject: [PATCH] feat(renovate): add renovate chart (#28117) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Adds a renovate cron helm-chart. This bypasses some issues where renovate GitHub Action is fiercely depending on docker being available to run dind code. **โš™๏ธ Type of change** - [ ] โš™๏ธ Feature/App addition - [ ] ๐Ÿช› Bugfix - [ ] โš ๏ธ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] ๐Ÿ”ƒ Refactor of current code **๐Ÿงช How Has This Been Tested?** **๐Ÿ“ƒ Notes:** **โœ”๏ธ Checklist:** - [ ] โš–๏ธ My code follows the style guidelines of this project - [ ] ๐Ÿ‘€ I have performed a self-review of my own code - [ ] #๏ธโƒฃ I have commented my code, particularly in hard-to-understand areas - [ ] ๐Ÿ“„ I have made corresponding changes to the documentation - [ ] โš ๏ธ My changes generate no new warnings - [ ] ๐Ÿงช I have added tests to this description that prove my fix is effective or that my feature works - [ ] โฌ†๏ธ I increased versions for any altered app according to semantic versioning - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **โž• App addition** If this PR is an app addition please make sure you have done the following. - [ ] ๐Ÿ–ผ๏ธ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --- charts/incubator/renovate/.helmignore | 32 +++++++++ charts/incubator/renovate/CHANGELOG.md | 0 charts/incubator/renovate/Chart.yaml | 29 ++++++++ charts/incubator/renovate/README.md | 61 ++++++++++++++++ charts/incubator/renovate/icon.png | Bin 0 -> 8916 bytes charts/incubator/renovate/templates/NOTES.txt | 1 + .../incubator/renovate/templates/common.yaml | 2 + charts/incubator/renovate/values.yaml | 67 ++++++++++++++++++ 8 files changed, 192 insertions(+) create mode 100644 charts/incubator/renovate/.helmignore create mode 100644 charts/incubator/renovate/CHANGELOG.md create mode 100644 charts/incubator/renovate/Chart.yaml create mode 100644 charts/incubator/renovate/README.md create mode 100644 charts/incubator/renovate/icon.png create mode 100644 charts/incubator/renovate/templates/NOTES.txt create mode 100644 charts/incubator/renovate/templates/common.yaml create mode 100644 charts/incubator/renovate/values.yaml diff --git a/charts/incubator/renovate/.helmignore b/charts/incubator/renovate/.helmignore new file mode 100644 index 000000000000..feb7464da6f7 --- /dev/null +++ b/charts/incubator/renovate/.helmignore @@ -0,0 +1,32 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png +icon.webp +icon-small.webp diff --git a/charts/incubator/renovate/CHANGELOG.md b/charts/incubator/renovate/CHANGELOG.md new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/charts/incubator/renovate/Chart.yaml b/charts/incubator/renovate/Chart.yaml new file mode 100644 index 000000000000..393e9ac751f7 --- /dev/null +++ b/charts/incubator/renovate/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/category: security + truecharts.org/train: incubator +apiVersion: v2 +appVersion: 1.32.1 +dependencies: + - name: common + version: 25.1.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: renovate self-hosted +home: https://truecharts.org/charts/premium/renovate +icon: https://truecharts.org/img/hotlink-ok/chart-icons/renovate.webp +keywords: + - renovate +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: renovate +sources: + - https://github.com/truecharts/charts/tree/master/charts/premium/renovate +type: application +version: 0.0.1 diff --git a/charts/incubator/renovate/README.md b/charts/incubator/renovate/README.md new file mode 100644 index 000000000000..c020196407b8 --- /dev/null +++ b/charts/incubator/renovate/README.md @@ -0,0 +1,61 @@ +--- +title: README +--- + +## General Info + +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible + +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/premium/renovate) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/renovate` + +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](/deprecated/scale). + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/premium/renovate + +## Configuration Options + +Please note: For TrueNAS SCALE, only options available in the GUI are supported. +Hence most of these docs do not apply to TrueNAS SCALE + +To view the chart specific options, please view Values.yaml included in the chart. +The most recent version of which, is available here: https://github.com/truecharts/public/blob/master/charts/premium/renovate/values.yaml + +All our Charts use a shared "common" library chart that contains most of the templating and options. +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](/common) + +For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/truecharts/public/blob/master/charts/library/common/values.yaml + +## Support + +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/charts/incubator/renovate/icon.png b/charts/incubator/renovate/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..7ecd3b52ffbc073d13d3d171c8731789abe5e98c GIT binary patch literal 8916 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' + RENOVATE_PLATFORM: 'github' + RENOVATE_TOKEN: '${GITHUB_PAT}' + RENOVATE_CONFIG_FILE: /tmp/renovate/config.json + RENOVATE_BASE_DIR: ${GITHUB_WORKSPACE} + LOGLEVEL: debug + +configmap: + config: + enabled: + data: + config.json: |- + { + "repositories": ["truecharts/public"], + "dryRun" : "full" + } +service: + main: + enabled: false + ports: + main: + enabled: false + +persistence: + configmap-vol: + enabled: true + type: configmap + objectName: config + defaultMode: "0777" + mountPath: /tmp/renovate/config.json + subPath: config.json + items: + - key: config.json + path: config.json + +portal: + open: + enabled: false