chore(nextcloud)!: move nextcloud nginx to containerforge (#41462)

**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
- [ ] 📜 Documentation Changes

**🧪 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 changes to the documentation
- [ ] 🧪 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):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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._
This commit is contained in:
Kjeld Schouten
2025-11-06 02:04:24 +01:00
committed by GitHub
parent 92e9b4afa1
commit 5c4530cc17
3 changed files with 6 additions and 6 deletions

View File

@@ -52,5 +52,5 @@ sources:
- https://hub.docker.com/r/collabora/code
- https://hub.docker.com/r/nginxinc/nginx-unprivileged
type: application
version: 39.0.0
version: 40.0.0

View File

@@ -326,7 +326,7 @@ nginx-config:
# with the `ngx_pagespeed` module, uncomment this line to disable it.
#pagespeed off;
include mime.types;
include /etc/nginx/mime.types;
types {
text/javascript js mjs;
}
@@ -407,7 +407,7 @@ nginx-config:
try_files $fastcgi_script_name =404;
include fastcgi_params;
include /etc/nginx/fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $path_info;
#fastcgi_param HTTPS on;

View File

@@ -3,9 +3,9 @@ image:
pullPolicy: IfNotPresent
tag: "32.0.1"
nginxImage:
repository: docker.io/nginxinc/nginx-unprivileged
repository: oci.trueforge.org/containerforge/nginx
pullPolicy: IfNotPresent
tag: 1.29.2@sha256:552407349aa673f06dc15c2c489fd585a1ff953b37533ed843ba0601e4d02d77
tag: "1.24.0"
imaginaryImage:
repository: oci.trueforge.org/containerforge/nextcloud-imaginary
pullPolicy: IfNotPresent
@@ -458,7 +458,7 @@ persistence:
targetSelector:
nginx:
nginx:
mountPath: /etc/nginx/nginx.conf
mountPath: /config/nginx.conf
subPath: nginx.conf
readOnly: true
nginx-temp: