chore(incubator) bump and change values.yaml for incubator apps. (#15779)

**Description**
change incubator values.yaml from mirrors to upstream images...
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ 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:**
<!-- 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
- [ ] ⚠️ 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 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 <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Xstar97TheNoob
2023-12-06 11:42:22 +01:00
committed by GitHub
co-authored by Kjeld Schouten
parent 8eb8cdaaf2
commit 560db30ab9
752 changed files with 1578 additions and 3664 deletions
+2 -4
View File
@@ -1,11 +1,9 @@
kubeVersion: ">=1.24.0"
apiVersion: v2
name: fancyindex
version: 3.0.10
version: 3.0.11
appVersion: latest
description:
Fancyindex provides a lightweight nginx directory listing with theming
support
description: Fancyindex provides a lightweight nginx directory listing with theming support
home: https://truecharts.org/charts/incubator/fancyindex
icon: https://truecharts.org/img/hotlink-ok/chart-icons/fancyindex.png
deprecated: false
+2 -9
View File
@@ -1,37 +1,30 @@
image:
repository: tccr.io/truecharts/fancyindex
repository: docker.io/xal3xhx/fancy
pullPolicy: IfNotPresent
tag: latest@sha256:d6452b6329c3313304db78ec1d7ba82b94c197f7a544a5353e7401dc3da041e4
tag: latest@sha256:536e1d8b2d0d9ef024f3cf6c054aff0350c34331d6d70896081355aa9ad6dc5c
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
secretEnv:
WEBUSER: "webuser"
WEBPASSWORD: "webpassword"
env:
CONTAINER_TIMEZONE: "{{ .Values.TZ }}"
# User Defined
DISABLE_AUTH: false
SET_CONTAINER_TIMEZONE: true
service:
main:
ports:
main:
port: 10235
targetPort: 80
persistence:
share:
enabled: true
mountPath: "/share"
portal:
enabled: true