TrueCharts Bot
b856e93d2a
chore(deps): update helm general non-major ( #8979 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.6.6` -> `12.8.1` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.6.8` -> `12.8.1` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.22` ->
`7.0.26` |
| [memcached](https://truecharts.org/charts/dependency/memcached )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.34` ->
`6.0.36` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.23` ->
`6.0.25` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.39` ->
`6.0.41` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/library-charts</summary>
###
[`v12.8.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.8.1 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.7.0...common-12.8.1 )
Function library for TrueCharts
###
[`v12.7.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.7.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.6.8...common-12.7.0 )
Function library for TrueCharts
###
[`v12.6.8`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.6.8 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.6.6...common-12.6.8 )
Function library for TrueCharts
</details>
<details>
<summary>truecharts/charts</summary>
###
[`v7.0.26`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.26 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.25...mariadb-7.0.26 )
Fast, reliable, scalable, and easy to use open-source relational
database system.
###
[`v7.0.25`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.25 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.24...mariadb-7.0.25 )
Fast, reliable, scalable, and easy to use open-source relational
database system.
###
[`v7.0.24`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.24 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.23...mariadb-7.0.24 )
Fast, reliable, scalable, and easy to use open-source relational
database system.
###
[`v7.0.23`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.23 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.22...mariadb-7.0.23 )
Fast, reliable, scalable, and easy to use open-source relational
database system.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions ) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44Ni4yIiwidXBkYXRlZEluVmVyIjoiMzUuODYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
---------
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-16 09:42:00 +02:00
StevenMcElligott
5d025b3a61
feat(immich): BREAKING CHANGE - Fix version tag + split uploads directories ( #8931 )
2023-05-15 23:29:35 +03:00
Stavros Kois
45aff06439
feat(immich): BREAKING CHANGE - port to new common + multi-pod ( #8801 )
2023-05-13 10:56:21 +03:00
Kjeld Schouten-Lebbing
faf5c2d9dd
fix(stable): already adapt questions.yaml GUI to prevent tests from needlessly failing for unported charts ( #8720 )
...
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes # <!--(issue)-->
**⚙️ 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?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->
**📃 Notes:**
<!-- Please enter any other relevant information here -->
**✔️ 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
**➕ App addition**
If this PR is an app addition please make sure you have done the
following.
- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers ) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-05-03 10:30:22 +02:00
Kjeld Schouten-Lebbing
893b55dc56
update security context questions
2023-03-01 09:30:36 +01:00
Kjeld Schouten-Lebbing
3c471071cc
adapt workload and container questions for all apps
2023-03-01 08:55:51 +01:00
TrueCharts Bot
91222b3ffa
chore(deps): update helm general non-major ( #7725 )
2023-02-27 22:10:41 +01:00
TrueCharts Bot
ef6921327d
chore(deps): update immich to v1.49.0 (minor) ( #7487 )
...
* chore(deps): update immich to v1.49.0
* Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
* fix ml
* remove `-`
* default
* quote
* hardcode
* handle update
* ...
* Update charts/stable/immich/templates/_ml.tpl
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
* needs new proebs
---------
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-02-24 17:02:48 +02:00
TrueCharts-Bot
860e0c02fd
Commit bumped Chart Version
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:34:33 +00:00
TrueCharts-Admin
7d542c5b29
chore(deps): update immich to v1.47.3
2023-02-20 22:28:48 +00:00
TrueCharts-Admin
86f2ec21c4
chore(deps): update helm general non-major
2023-02-19 23:24:52 +01:00
TrueCharts-Bot
40c16edf8d
Commit bumped Chart Version
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-13 23:29:40 +00:00
TrueCharts-Admin
9d44303314
chore(deps): update immich to v1.47.2
2023-02-13 23:25:37 +00:00
Kjeld Schouten-Lebbing
2c1eebf59f
fix(all): ensure new helm deps repo is used in latest releases as well.
2023-02-10 10:44:04 +01:00
Kjeld Schouten-Lebbing
1e13d92280
move apps to use different deps helm repo
2023-02-10 10:30:06 +01:00
TrueCharts Bot
8490234860
Merge pull request #7154 from truecharts/renovate/immich
2023-02-10 07:56:36 +01:00
TrueCharts-Bot
2e7b63076a
Commit bumped Chart Version
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-10 06:26:58 +00:00
TrueCharts-Bot
a211b58a29
Commit bumped Chart Version
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-10 06:26:51 +00:00
TrueCharts-Admin
e8a04bad94
chore(deps): update immich to v1.46.1
2023-02-10 06:23:03 +00:00
TrueCharts-Admin
f5013f79da
chore(deps): update immich to v1.46.1
2023-02-10 06:22:43 +00:00
TrueCharts-Bot
be9c6d6283
Commit bumped Chart Version
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-09 21:30:32 +00:00
TrueCharts-Admin
51cc4427c3
chore(deps): update immich to v1.46.0
2023-02-09 21:25:35 +00:00
TrueCharts-Bot
0847bfa0b4
Commit bumped Chart Version
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-07 13:33:55 +00:00
TrueCharts-Admin
e6ce3ce8e0
chore(deps): update container image tccr.io/truecharts/immich-web to v1.45.0
2023-02-07 13:30:09 +00:00
TrueCharts-Bot
41c3c33324
Commit bumped Chart Version
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-06 00:35:43 +00:00
TrueCharts-Admin
901e5afc23
chore(deps): update container image tccr.io/truecharts/immich-server to v1.45.0
2023-02-06 00:31:17 +00:00
TrueCharts-Bot
2bc9135c53
Commit bumped Chart Version
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-05 15:23:15 +01:00
TrueCharts-Admin
9e58df1b5e
chore(deps): update immich to v1.45.0
2023-02-05 15:23:15 +01:00
TrueCharts-Bot
958cc6fd47
Commit bumped Chart Version
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-03 14:58:43 +00:00
TrueCharts-Admin
cfe283be52
chore(deps): update immich to v1.44.0
2023-02-03 14:48:51 +00:00
Kjeld Schouten-Lebbing
110ae6125b
Revert "Commit daily changes"
...
This reverts commit 208c2919fe
.
2023-02-03 14:05:04 +01:00
TrueCharts-Bot
208c2919fe
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-03 12:51:53 +00:00
TrueCharts Bot
5b3df60054
chore(deps): update helm general non-major ( #6689 )
2023-01-24 17:44:28 +01:00
TrueCharts-Admin
40c590cf46
chore(deps): update helm general non-major
2023-01-24 01:28:22 +01:00
TrueCharts-Bot
a1feb859f1
Commit bumped Chart Version
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-01-19 08:28:30 +00:00
TrueCharts-Admin
781d0829b4
chore(deps): update immich to v1.42.0_65
2023-01-19 08:24:11 +00:00
TrueCharts Bot
685801f13a
chore(deps): update helm general non-major ( #6430 )
...
* chore(deps): update helm general non-major
* Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-01-18 00:32:23 +02:00
TrueCharts Bot
f21369eeed
chore(deps): update immich to v1.41.1_64 (minor) ( #6355 )
...
* chore(deps): update immich to v1.41.1_64
* Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
* healthcheck
* disable ML on CI
* hmm
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-01-15 16:14:21 +02:00
TrueCharts Bot
2030ed5d17
Merge pull request #6340 from truecharts/renovate/tccr.io-truecharts-immich-proxy-1.41.x
2023-01-14 11:32:40 +01:00
TrueCharts-Bot
cd7482eb0c
Commit bumped Chart Version
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-01-13 07:33:55 +00:00
TrueCharts-Admin
e2e3fb4559
chore(deps): update container image tccr.io/truecharts/immich-server to v1.41.1_64
2023-01-13 07:29:48 +00:00
TrueCharts-Bot
b2090c60b1
Commit bumped Chart Version
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-01-13 06:38:19 +00:00
TrueCharts-Admin
a5d375a5c8
chore(deps): update container image tccr.io/truecharts/immich-proxy to v1.41.1_64
2023-01-13 06:34:20 +00:00
TrueCharts-Bot
bb16036924
Commit bumped Chart Version
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-01-11 01:26:24 +00:00
TrueCharts-Admin
51be60965d
chore(deps): update container image tccr.io/truecharts/immich-web to v1.41.1_64
2023-01-11 01:21:32 +00:00
TrueCharts Bot
0b6476d39f
Merge pull request #6223 from truecharts/renovate/tccr.io-truecharts-immich-server-1.x
2023-01-11 01:08:10 +01:00
TrueCharts-Bot
00733de6db
Commit bumped Chart Version
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-01-10 23:33:53 +00:00
TrueCharts-Admin
a1c13bd3ca
chore(deps): update container image tccr.io/truecharts/immich-server to v1.41.0_64
2023-01-10 23:29:04 +00:00
TrueCharts-Bot
72e1f3b4de
Commit bumped Chart Version
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-01-10 22:37:24 +00:00
TrueCharts-Admin
b06146f073
chore(deps): update container image tccr.io/truecharts/immich-proxy to v1.41.0_64
2023-01-10 22:33:21 +00:00