TrueChartsClone/charts/stable/cloudreve/values.yaml

52 lines
1.0 KiB
YAML
Raw Normal View History

image:
pullPolicy: IfNotPresent
feat(cloudreve) Migrate from unmaintained to upstream images. (#17489) **Description** Replaces the 2-year-outdated cloudreve image with upstream v.3.8.3, which includes aria2 support and English translations. <!-- 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 #16912 <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 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?** Tested for page load, login, Aria2 setup locally with k8s + Docker Desktop. Have not tested any downloads or real use. <!-- 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:** - Have not tested beyond initial "it runs and I can log in". Should I be copying this app into dev or incubator? - Upstream docker image does not appear to support passing RPC_SECRET, which leads to a mess chasing down the auto-generated secret and manually entering it on the webpage. Should this be a questions.yaml entry instead? - Since cloudreve requires configuration to setup and use aria2 anyway, should the aria2 image be removed and documentation added to refer to the aria2-app (https://truecharts.org/charts/stable/aria2/)? <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 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 - [x] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ 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 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: Christopher <bigbero@gmail.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-02-04 01:50:14 -05:00
repository: cloudreve/cloudreve
tag: 3.8.3@sha256:a9e2373b7ca59bc43b9a4ceb50e7f6b80539c1732a9439b96dfe1aec6354a6c5
persistence:
avatarpath:
enabled: true
mountPath: /cloudreve/avatar
config:
enabled: true
feat(cloudreve) Migrate from unmaintained to upstream images. (#17489) **Description** Replaces the 2-year-outdated cloudreve image with upstream v.3.8.3, which includes aria2 support and English translations. <!-- 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 #16912 <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 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?** Tested for page load, login, Aria2 setup locally with k8s + Docker Desktop. Have not tested any downloads or real use. <!-- 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:** - Have not tested beyond initial "it runs and I can log in". Should I be copying this app into dev or incubator? - Upstream docker image does not appear to support passing RPC_SECRET, which leads to a mess chasing down the auto-generated secret and manually entering it on the webpage. Should this be a questions.yaml entry instead? - Since cloudreve requires configuration to setup and use aria2 anyway, should the aria2 image be removed and documentation added to refer to the aria2-app (https://truecharts.org/charts/stable/aria2/)? <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 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 - [x] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ 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 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: Christopher <bigbero@gmail.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-02-04 01:50:14 -05:00
targetSelector:
main:
main:
mountPath: /cloudreve
init:
mountPath: /conf-init
uploadpath:
enabled: true
mountPath: /cloudreve/uploads
securityContext:
chore(incubator): BREAKING CHANGE move to latest common (#15841) **Description** This provides the primary changes to values.yaml and Chart.yaml to migrate from old to new common for the incubator train **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [x] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 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:** This PR is likely not functional and breaking most of these charts. However, this allows easier filtering and fixing by others instead of doing these migration changes one-by-one for 350 charts **✔️ 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._
2023-12-07 09:26:46 -05:00
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
feat(cloudreve) Migrate from unmaintained to upstream images. (#17489) **Description** Replaces the 2-year-outdated cloudreve image with upstream v.3.8.3, which includes aria2 support and English translations. <!-- 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 #16912 <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 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?** Tested for page load, login, Aria2 setup locally with k8s + Docker Desktop. Have not tested any downloads or real use. <!-- 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:** - Have not tested beyond initial "it runs and I can log in". Should I be copying this app into dev or incubator? - Upstream docker image does not appear to support passing RPC_SECRET, which leads to a mess chasing down the auto-generated secret and manually entering it on the webpage. Should this be a questions.yaml entry instead? - Since cloudreve requires configuration to setup and use aria2 anyway, should the aria2 image be removed and documentation added to refer to the aria2-app (https://truecharts.org/charts/stable/aria2/)? <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 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 - [x] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ 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 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: Christopher <bigbero@gmail.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-02-04 01:50:14 -05:00
workload:
main:
podSpec:
initContainers:
init:
enabled: true
type: init
imageSelector: image
command:
- "/bin/sh"
- "-c"
- |
set -x
ls -lasth /cloudreve
cp -a /cloudreve/cloudreve /conf-init/cloudreve
ls -lasht /conf-init
containers:
main: {}
service:
main:
ports:
main:
port: 5212
targetPort: 5212
feat(cloudreve) Migrate from unmaintained to upstream images. (#17489) **Description** Replaces the 2-year-outdated cloudreve image with upstream v.3.8.3, which includes aria2 support and English translations. <!-- 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 #16912 <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 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?** Tested for page load, login, Aria2 setup locally with k8s + Docker Desktop. Have not tested any downloads or real use. <!-- 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:** - Have not tested beyond initial "it runs and I can log in". Should I be copying this app into dev or incubator? - Upstream docker image does not appear to support passing RPC_SECRET, which leads to a mess chasing down the auto-generated secret and manually entering it on the webpage. Should this be a questions.yaml entry instead? - Since cloudreve requires configuration to setup and use aria2 anyway, should the aria2 image be removed and documentation added to refer to the aria2-app (https://truecharts.org/charts/stable/aria2/)? <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 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 - [x] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ 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 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: Christopher <bigbero@gmail.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-02-04 01:50:14 -05:00
portal:
open:
enabled: true