mirror of
https://github.com/truecharts/charts.git
synced 2026-07-09 20:21:22 -03:00
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[oci.trueforge.org/tccr/devcontainer](https://redirect.github.com/trueforge-org/truecharts)
| image | patch | `v2.0.0` -> `v2.0.6` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>trueforge-org/truecharts
(oci.trueforge.org/tccr/devcontainer)</summary>
###
[`v2.0.6`](https://redirect.github.com/trueforge-org/truecharts/releases/tag/v2.0.6):
clustertool-v2.0.6
[Compare
Source](https://redirect.github.com/trueforge-org/truecharts/compare/v2.0.0...v2.0.6)
#### Changelog
-
[`19f6863`](19f6863026)
chore(flux): update image blocky 18.8.1 → 18.8.2 (clustertool)
([#​39231](https://redirect.github.com/trueforge-org/truecharts/issues/39231))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
15 lines
607 B
JSON
15 lines
607 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json",
|
|
"name": "TrueCharts",
|
|
"image": "oci.trueforge.org/tccr/devcontainer:v2.0.6@sha256:daba59b2ee1a2a866612f9bf389e01f343b24c86eff9220bf1f6aba3605f6688",
|
|
"postCreateCommand": {
|
|
"setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh"
|
|
},
|
|
"postStartCommand": {
|
|
"git": "git config --global --add safe.directory ${containerWorkspaceFolder}"
|
|
},
|
|
"postAttachCommand": "fish",
|
|
"updateRemoteUserUID": false,
|
|
"runArgs": ["--privileged"]
|
|
}
|