diff --git a/incubator/wger/0.0.5/CHANGELOG.md b/incubator/wger/0.0.6/CHANGELOG.md
similarity index 75%
rename from incubator/wger/0.0.5/CHANGELOG.md
rename to incubator/wger/0.0.6/CHANGELOG.md
index 8b2bd087c8..ac21181b85 100644
--- a/incubator/wger/0.0.5/CHANGELOG.md
+++ b/incubator/wger/0.0.6/CHANGELOG.md
@@ -1,6 +1,16 @@
# Changelog
+
+### [wger-0.0.6](https://github.com/truecharts/apps/compare/wger-0.0.5...wger-0.0.6) (2022-06-29)
+
+#### Chore
+
+* update docker general non-major ([#3002](https://github.com/truecharts/apps/issues/3002))
+* add ingress on webui aswell ([#3013](https://github.com/truecharts/apps/issues/3013))
+
+
+
### [wger-0.0.5](https://github.com/truecharts/apps/compare/wger-0.0.4...wger-0.0.5) (2022-06-29)
diff --git a/incubator/wger/0.0.5/Chart.lock b/incubator/wger/0.0.6/Chart.lock
similarity index 88%
rename from incubator/wger/0.0.5/Chart.lock
rename to incubator/wger/0.0.6/Chart.lock
index a6e4d498c3..f12ebae1db 100644
--- a/incubator/wger/0.0.5/Chart.lock
+++ b/incubator/wger/0.0.6/Chart.lock
@@ -9,4 +9,4 @@ dependencies:
repository: https://charts.truecharts.org
version: 3.0.18
digest: sha256:f868b14f60498ada1b9ee08fc6641870d68dd1cb3e05b233f63cf7d6c076dc02
-generated: "2022-06-29T08:31:56.464173322Z"
+generated: "2022-06-29T20:09:05.786755558Z"
diff --git a/incubator/wger/0.0.5/Chart.yaml b/incubator/wger/0.0.6/Chart.yaml
similarity index 98%
rename from incubator/wger/0.0.5/Chart.yaml
rename to incubator/wger/0.0.6/Chart.yaml
index a663406f10..bed1e71a89 100644
--- a/incubator/wger/0.0.5/Chart.yaml
+++ b/incubator/wger/0.0.6/Chart.yaml
@@ -26,7 +26,7 @@ name: wger
sources:
- https://github.com/wger-project/wger
- https://github.com/wger-project/docker
-version: 0.0.5
+version: 0.0.6
annotations:
truecharts.org/catagories: |
- life
diff --git a/incubator/wger/0.0.5/README.md b/incubator/wger/0.0.6/README.md
similarity index 100%
rename from incubator/wger/0.0.5/README.md
rename to incubator/wger/0.0.6/README.md
diff --git a/incubator/wger/0.0.5/app-readme.md b/incubator/wger/0.0.6/app-readme.md
similarity index 100%
rename from incubator/wger/0.0.5/app-readme.md
rename to incubator/wger/0.0.6/app-readme.md
diff --git a/incubator/wger/0.0.5/charts/common-10.1.4.tgz b/incubator/wger/0.0.6/charts/common-10.1.4.tgz
similarity index 100%
rename from incubator/wger/0.0.5/charts/common-10.1.4.tgz
rename to incubator/wger/0.0.6/charts/common-10.1.4.tgz
diff --git a/incubator/wger/0.0.5/charts/postgresql-8.0.18.tgz b/incubator/wger/0.0.6/charts/postgresql-8.0.18.tgz
similarity index 100%
rename from incubator/wger/0.0.5/charts/postgresql-8.0.18.tgz
rename to incubator/wger/0.0.6/charts/postgresql-8.0.18.tgz
diff --git a/incubator/wger/0.0.5/charts/redis-3.0.18.tgz b/incubator/wger/0.0.6/charts/redis-3.0.18.tgz
similarity index 100%
rename from incubator/wger/0.0.5/charts/redis-3.0.18.tgz
rename to incubator/wger/0.0.6/charts/redis-3.0.18.tgz
diff --git a/incubator/wger/0.0.5/ix_values.yaml b/incubator/wger/0.0.6/ix_values.yaml
similarity index 98%
rename from incubator/wger/0.0.5/ix_values.yaml
rename to incubator/wger/0.0.6/ix_values.yaml
index b8adb3c799..9dddb7499b 100644
--- a/incubator/wger/0.0.5/ix_values.yaml
+++ b/incubator/wger/0.0.6/ix_values.yaml
@@ -1,6 +1,6 @@
image:
repository: wger/server
- tag: latest@sha256:78fea660278d316a6a4235c1179a2355370aa1ce80d1ed3e346fbe37420a0b11
+ tag: latest@sha256:a9dc8d9975760b6ff6d0af36b9e301946e5ec0d94b93ca037077061da41ee4ad
pullPolicy: IfNotPresent
nginxImage:
diff --git a/incubator/wger/0.0.5/questions.yaml b/incubator/wger/0.0.6/questions.yaml
similarity index 99%
rename from incubator/wger/0.0.5/questions.yaml
rename to incubator/wger/0.0.6/questions.yaml
index ed1543214d..18c8c07029 100644
--- a/incubator/wger/0.0.5/questions.yaml
+++ b/incubator/wger/0.0.6/questions.yaml
@@ -176,12 +176,14 @@ questions:
type: dict
attrs:
- variable: sync_exercises_on_startup
- label: "SYNC_EXERCISES_ON_STARTUP"
+ label: "SYNC_EXERCISES_ON_STARTUP (Slow Startup)"
+ description: "Enabling that can greatly impact the startup of this app"
schema:
type: boolean
default: false
- variable: download_exercise_images_on_startup
- label: "DOWNLOAD_EXERCISE_IMAGES_ON_STARTUP"
+ label: "DOWNLOAD_EXERCISE_IMAGES_ON_STARTUP (Slow Startup)"
+ description: "Enabling that can greatly impact the startup of this app"
schema:
type: boolean
default: false
diff --git a/incubator/wger/0.0.5/security.md b/incubator/wger/0.0.6/security.md
similarity index 99%
rename from incubator/wger/0.0.5/security.md
rename to incubator/wger/0.0.6/security.md
index 6e478878bc..4321950439 100644
--- a/incubator/wger/0.0.5/security.md
+++ b/incubator/wger/0.0.6/security.md
@@ -110,7 +110,7 @@ hide:
tccr.io/truecharts/alpine:v3.16.0@sha256:16dc15f3d61a1e30b1df9f839e53636847b6097286b2b74c637b25fd8264f730
tccr.io/truecharts/postgresql:v14.4.0@sha256:569f358a5e8fa89564c68625fedc5d9b60580bac3a2e49169faeba23429e55ea
tccr.io/truecharts/redis:v7.0.2@sha256:f8d1ed698dc62989cb821727b0d56ff268825714002f4b9715026d1916dfbc69
- wger/server:latest@sha256:78fea660278d316a6a4235c1179a2355370aa1ce80d1ed3e346fbe37420a0b11
+ wger/server:latest@sha256:a9dc8d9975760b6ff6d0af36b9e301946e5ec0d94b93ca037077061da41ee4ad
- 'tccr.io/truecharts/nginx:v1.23.0@sha256:f4f43b06452c23534106d5dcebdff45fc7737ad360c6b84dda801d55d25548ea'
tccr.io/truecharts/alpine:v3.16.0@sha256:16dc15f3d61a1e30b1df9f839e53636847b6097286b2b74c637b25fd8264f730
tccr.io/truecharts/postgresql:v14.4.0@sha256:9f88fe352b51208f9a8fa01a95c07a74751e72629d009230cfe18a427e30550c
@@ -439,7 +439,7 @@ hide:
-#### Container: wger/server:latest@sha256:78fea660278d316a6a4235c1179a2355370aa1ce80d1ed3e346fbe37420a0b11 (ubuntu 22.04)
+#### Container: wger/server:latest@sha256:a9dc8d9975760b6ff6d0af36b9e301946e5ec0d94b93ca037077061da41ee4ad (ubuntu 22.04)
**ubuntu**
diff --git a/incubator/wger/0.0.5/templates/_secrets.tpl b/incubator/wger/0.0.6/templates/_secrets.tpl
similarity index 100%
rename from incubator/wger/0.0.5/templates/_secrets.tpl
rename to incubator/wger/0.0.6/templates/_secrets.tpl
diff --git a/incubator/wger/0.0.5/templates/common.yaml b/incubator/wger/0.0.6/templates/common.yaml
similarity index 100%
rename from incubator/wger/0.0.5/templates/common.yaml
rename to incubator/wger/0.0.6/templates/common.yaml
diff --git a/incubator/wger/0.0.5/values.yaml b/incubator/wger/0.0.6/values.yaml
similarity index 100%
rename from incubator/wger/0.0.5/values.yaml
rename to incubator/wger/0.0.6/values.yaml
diff --git a/stable/emulatorjs/2.0.8/CHANGELOG.md b/stable/emulatorjs/2.0.9/CHANGELOG.md
similarity index 91%
rename from stable/emulatorjs/2.0.8/CHANGELOG.md
rename to stable/emulatorjs/2.0.9/CHANGELOG.md
index 02fb507ca6..104ccea5e8 100644
--- a/stable/emulatorjs/2.0.8/CHANGELOG.md
+++ b/stable/emulatorjs/2.0.9/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [emulatorjs-2.0.9](https://github.com/truecharts/apps/compare/emulatorjs-2.0.8...emulatorjs-2.0.9) (2022-06-29)
+
+#### Chore
+
+* add ingress on webui aswell ([#3013](https://github.com/truecharts/apps/issues/3013))
+
+
+
### [emulatorjs-2.0.8](https://github.com/truecharts/apps/compare/emulatorjs-2.0.7...emulatorjs-2.0.8) (2022-06-25)
@@ -88,12 +97,3 @@
#### Chore
* sync all apps persistence configuration and always default to PVC
-
-#### Refactor
-
-* BREAKING CHANGE ([#2836](https://github.com/truecharts/apps/issues/2836))
-
-
-
-
-### [emulatorjs-1.0.21](https://github.com/truecharts/apps/compare/emulatorjs-1.0.20...emulatorjs-1.0.21) (2022-05-31)
diff --git a/stable/emulatorjs/2.0.8/CONFIG.md b/stable/emulatorjs/2.0.9/CONFIG.md
similarity index 100%
rename from stable/emulatorjs/2.0.8/CONFIG.md
rename to stable/emulatorjs/2.0.9/CONFIG.md
diff --git a/stable/emulatorjs/2.0.8/Chart.lock b/stable/emulatorjs/2.0.9/Chart.lock
similarity index 80%
rename from stable/emulatorjs/2.0.8/Chart.lock
rename to stable/emulatorjs/2.0.9/Chart.lock
index 356818215b..fa33938de7 100644
--- a/stable/emulatorjs/2.0.8/Chart.lock
+++ b/stable/emulatorjs/2.0.9/Chart.lock
@@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.1.4
digest: sha256:0f159b86b96bd27bd8d967476e26de9a2a6db995faf0c091cbf1281ee4c4e3a2
-generated: "2022-06-25T13:23:39.900499035Z"
+generated: "2022-06-29T20:09:01.563841166Z"
diff --git a/stable/emulatorjs/2.0.8/Chart.yaml b/stable/emulatorjs/2.0.9/Chart.yaml
similarity index 98%
rename from stable/emulatorjs/2.0.8/Chart.yaml
rename to stable/emulatorjs/2.0.9/Chart.yaml
index b7ce011afc..78f76ba0be 100644
--- a/stable/emulatorjs/2.0.8/Chart.yaml
+++ b/stable/emulatorjs/2.0.9/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: emulatorjs
-version: 2.0.8
+version: 2.0.9
appVersion: "1.7.2"
description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles.
type: application
diff --git a/stable/emulatorjs/2.0.8/README.md b/stable/emulatorjs/2.0.9/README.md
similarity index 100%
rename from stable/emulatorjs/2.0.8/README.md
rename to stable/emulatorjs/2.0.9/README.md
diff --git a/stable/emulatorjs/2.0.8/app-readme.md b/stable/emulatorjs/2.0.9/app-readme.md
similarity index 100%
rename from stable/emulatorjs/2.0.8/app-readme.md
rename to stable/emulatorjs/2.0.9/app-readme.md
diff --git a/stable/emulatorjs/2.0.8/charts/common-10.1.4.tgz b/stable/emulatorjs/2.0.9/charts/common-10.1.4.tgz
similarity index 100%
rename from stable/emulatorjs/2.0.8/charts/common-10.1.4.tgz
rename to stable/emulatorjs/2.0.9/charts/common-10.1.4.tgz
diff --git a/stable/emulatorjs/2.0.8/helm-values.md b/stable/emulatorjs/2.0.9/helm-values.md
similarity index 100%
rename from stable/emulatorjs/2.0.8/helm-values.md
rename to stable/emulatorjs/2.0.9/helm-values.md
diff --git a/stable/emulatorjs/2.0.8/ix_values.yaml b/stable/emulatorjs/2.0.9/ix_values.yaml
similarity index 100%
rename from stable/emulatorjs/2.0.8/ix_values.yaml
rename to stable/emulatorjs/2.0.9/ix_values.yaml
diff --git a/stable/emulatorjs/2.0.8/questions.yaml b/stable/emulatorjs/2.0.9/questions.yaml
similarity index 94%
rename from stable/emulatorjs/2.0.8/questions.yaml
rename to stable/emulatorjs/2.0.9/questions.yaml
index 6a5f526826..9903fc7b22 100644
--- a/stable/emulatorjs/2.0.8/questions.yaml
+++ b/stable/emulatorjs/2.0.9/questions.yaml
@@ -1512,6 +1512,172 @@ questions:
label: "Value"
schema:
type: string
+ - variable: front
+ label: "Front Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Enable Ingress"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: "Hosts"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: "Host"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: "HostName"
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: "Paths"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: "Host"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: "pathType"
+ schema:
+ type: string
+ required: true
+ default: "Prefix"
+
+ - variable: tls
+ label: "TLS-Settings"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: tlsEntry
+ label: "Host"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: "Certificate Hosts"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: "Host"
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: scaleCert
+ label: "Select TrueNAS SCALE Certificate"
+ schema:
+ type: int
+ $ref:
+ - "definitions/certificate"
+
+ - variable: entrypoint
+ label: "(Advanced) Traefik Entrypoint"
+ description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
+ schema:
+ type: string
+ default: "websecure"
+ required: true
+ - variable: middlewares
+ label: "Traefik Middlewares"
+ description: "Add previously created Traefik Middlewares to this Ingress"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: expert
+ label: "Show Expert Configuration Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: enableFixedMiddlewares
+ description: "These middlewares enforce a number of best practices."
+ label: "Enable Default Middlewares"
+ schema:
+ type: boolean
+ default: true
+ - variable: ingressClassName
+ label: "IngressClass Name"
+ schema:
+ type: string
+ default: ""
+ - variable: labelsList
+ label: "Labels"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: labelItem
+ label: "Label"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: annotationsList
+ label: "Annotations"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: annotationItem
+ label: "Label"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
- variable: ingressList
label: "Add Manual Custom Ingresses"
diff --git a/stable/emulatorjs/2.0.8/security.md b/stable/emulatorjs/2.0.9/security.md
similarity index 93%
rename from stable/emulatorjs/2.0.8/security.md
rename to stable/emulatorjs/2.0.9/security.md
index 5f03f003aa..f8f4f7a4a7 100644
--- a/stable/emulatorjs/2.0.8/security.md
+++ b/stable/emulatorjs/2.0.9/security.md
@@ -75,4 +75,4 @@ hide:
| Package | Vulnerability | Severity | Installed Version | Fixed Version | Links |
|:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------|
-| got | CVE-2022-33987 | MEDIUM | 10.7.0 | 11.8.5, 12.1.0 | Expand...
https://github.com/advisories/GHSA-pfrx-2q88-qq97
https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc
https://github.com/sindresorhus/got/compare/v12.0.3...v12.1.0
https://github.com/sindresorhus/got/pull/2047
https://github.com/sindresorhus/got/releases/tag/v11.8.5
https://github.com/sindresorhus/got/releases/tag/v12.1.0
https://nvd.nist.gov/vuln/detail/CVE-2022-33987
|
+| got | CVE-2022-33987 | MEDIUM | 10.7.0 | 11.8.5, 12.1.0 | Expand...
https://access.redhat.com/security/cve/CVE-2022-33987
https://github.com/advisories/GHSA-pfrx-2q88-qq97
https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc
https://github.com/sindresorhus/got/compare/v12.0.3...v12.1.0
https://github.com/sindresorhus/got/pull/2047
https://github.com/sindresorhus/got/releases/tag/v11.8.5
https://github.com/sindresorhus/got/releases/tag/v12.1.0
https://nvd.nist.gov/vuln/detail/CVE-2022-33987
|
diff --git a/stable/emulatorjs/2.0.8/templates/common.yaml b/stable/emulatorjs/2.0.9/templates/common.yaml
similarity index 100%
rename from stable/emulatorjs/2.0.8/templates/common.yaml
rename to stable/emulatorjs/2.0.9/templates/common.yaml
diff --git a/stable/emulatorjs/2.0.8/values.yaml b/stable/emulatorjs/2.0.9/values.yaml
similarity index 100%
rename from stable/emulatorjs/2.0.8/values.yaml
rename to stable/emulatorjs/2.0.9/values.yaml