From 0e99af9ba90af1cf256c54681268107314ad4fe7 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 24 Mar 2022 18:37:47 +0000 Subject: [PATCH] Commit released Helm Chart and docs for TrueCharts Signed-off-by: TrueCharts-Bot --- charts/stable/snipe-it/CHANGELOG.md | 9 +++++ charts/stable/snipe-it/helm-values.md | 9 ++--- charts/stable/snipe-it/security.md | 2 +- docs/apps/stable/snipe-it/CHANGELOG.md | 9 +++++ docs/apps/stable/snipe-it/helm-values.md | 9 ++--- docs/apps/stable/snipe-it/security.md | 2 +- docs/index.yaml | 43 +++++++++++++++++++++++- 7 files changed, 72 insertions(+), 11 deletions(-) diff --git a/charts/stable/snipe-it/CHANGELOG.md b/charts/stable/snipe-it/CHANGELOG.md index 8b77f2d8f5c..fb96b0e9784 100644 --- a/charts/stable/snipe-it/CHANGELOG.md +++ b/charts/stable/snipe-it/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [snipe-it-2.0.2](https://github.com/truecharts/apps/compare/snipe-it-2.0.1...snipe-it-2.0.2) (2022-03-24) + +#### Fix + +* fix permissions and add more storage questions ([#2269](https://github.com/truecharts/apps/issues/2269)) + + + ### [snipe-it-2.0.1](https://github.com/truecharts/apps/compare/snipe-it-2.0.0...snipe-it-2.0.1) (2022-03-24) diff --git a/charts/stable/snipe-it/helm-values.md b/charts/stable/snipe-it/helm-values.md index a9cd1324907..eb68c85ad08 100644 --- a/charts/stable/snipe-it/helm-values.md +++ b/charts/stable/snipe-it/helm-values.md @@ -12,10 +12,8 @@ You will, however, be able to use all values referenced in the common chart here | Key | Type | Default | Description | |-----|------|---------|-------------| | env.API_TOKEN_EXPIRATION_YEARS | int | `40` | | -| env.APP_DEBUG | bool | `true` | | | env.APP_ENV | string | `"production"` | | | env.APP_LOCALE | string | `"en"` | | -| env.APP_LOG_LEVEL | string | `"debug"` | | | env.APP_TIMEZONE | string | `"{{ .Values.TZ }}"` | | | env.APP_URL | string | `"http://localhost:80"` | | | env.COOKIE_NAME | string | `"snipeit_session"` | | @@ -32,7 +30,6 @@ You will, however, be able to use all values referenced in the common chart here | env.MAX_RESULTS | int | `500` | | | env.REDIS_PORT | string | `"6379"` | | | env.SECURE_COOKIES | bool | `false` | | -| env.SESSION_DRIVER | string | `"redis"` | | | env.SESSION_LIFETIME | int | `30` | | | envValueFrom.APP_KEY.secretKeyRef.key | string | `"APP_KEY"` | | | envValueFrom.APP_KEY.secretKeyRef.name | string | `"snipeit-secrets"` | | @@ -51,10 +48,14 @@ You will, however, be able to use all values referenced in the common chart here | mariadb.existingSecret | string | `"mariadbcreds"` | | | mariadb.mariadbDatabase | string | `"snipe-it"` | | | mariadb.mariadbUsername | string | `"snipe-it"` | | +| persistence.backups.enabled | bool | `true` | | +| persistence.backups.mountPath | string | `"/var/lib/snipeit/dumps"` | | +| persistence.data.enabled | bool | `true` | | +| persistence.data.mountPath | string | `"/var/lib/snipeit/data"` | | | persistence.logs.enabled | bool | `true` | | | persistence.logs.mountPath | string | `"/var/www/html/storage/logs"` | | | podSecurityContext.fsGroup | int | `50` | | -| podSecurityContext.runAsGroup | int | `50` | | +| podSecurityContext.runAsGroup | int | `1000` | | | podSecurityContext.runAsUser | int | `0` | | | redis.enabled | bool | `true` | | | redis.existingSecret | string | `"rediscreds"` | | diff --git a/charts/stable/snipe-it/security.md b/charts/stable/snipe-it/security.md index 1ca21ec8450..b1d3fae21e6 100644 --- a/charts/stable/snipe-it/security.md +++ b/charts/stable/snipe-it/security.md @@ -443,7 +443,7 @@ hide: | Package | Vulnerability | Severity | Installed Version | Fixed Version | Links | |:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------| | enshrined/svg-sanitize | CVE-2022-23638 | MEDIUM | 0.13.3 | 0.15.0 |
Expand...https://github.com/advisories/GHSA-fqx8-v33p-4qcc
https://github.com/darylldoyle/svg-sanitizer/commit/17e12ba9c2881caa6b167d0fbea555c11207fbb0
https://github.com/darylldoyle/svg-sanitizer/issues/71
https://github.com/darylldoyle/svg-sanitizer/security/advisories/GHSA-fqx8-v33p-4qcc
https://nvd.nist.gov/vuln/detail/CVE-2022-23638
| -| guzzlehttp/psr7 | CVE-2022-24775 | UNKNOWN | 1.8.2 | 2.1.1, 1.8.4 |
Expand...https://github.com/guzzle/psr7/pull/485/commits/e55afaa3fc138c89adf3b55a8ba20dc60d17f1f1
https://github.com/guzzle/psr7/pull/486/commits/9a96d9db668b485361ed9de7b5bf1e54895df1dc
https://github.com/guzzle/psr7/security/advisories/GHSA-q7rv-6hp3-vh96
https://www.drupal.org/sa-core-2022-006
| +| guzzlehttp/psr7 | CVE-2022-24775 | UNKNOWN | 1.8.2 | 1.8.4, 2.1.1 |
Expand...https://github.com/guzzle/psr7/pull/485/commits/e55afaa3fc138c89adf3b55a8ba20dc60d17f1f1
https://github.com/guzzle/psr7/pull/486/commits/9a96d9db668b485361ed9de7b5bf1e54895df1dc
https://github.com/guzzle/psr7/security/advisories/GHSA-q7rv-6hp3-vh96
https://www.drupal.org/sa-core-2022-006
| | laravel/framework | CVE-2021-43808 | MEDIUM | v6.20.29 | 6.20.42, 7.30.6, 8.75.0 |
Expand...https://github.com/advisories/GHSA-66hf-2p6w-jqfw
https://github.com/laravel/framework/commit/b8174169b1807f36de1837751599e2828ceddb9b
https://github.com/laravel/framework/pull/39906
https://github.com/laravel/framework/pull/39908
https://github.com/laravel/framework/pull/39909
https://github.com/laravel/framework/releases/tag/v6.20.42
https://github.com/laravel/framework/releases/tag/v7.30.6
https://github.com/laravel/framework/releases/tag/v8.75.0
https://github.com/laravel/framework/security/advisories/GHSA-66hf-2p6w-jqfw
| | lcobucci/jwt | CVE-2021-41106 | MEDIUM | 3.4.5 | 3.4.6, 4.0.4, 4.1.5 |
Expand...https://github.com/advisories/GHSA-7322-jrq4-x5hf
https://github.com/lcobucci/jwt/commit/8175de5b841fbe3fd97d2d49b3fc15c4ecb39a73
https://github.com/lcobucci/jwt/commit/c45bb8b961a8e742d8f6b88ef5ff1bd5cca5d01c
https://github.com/lcobucci/jwt/security/advisories/GHSA-7322-jrq4-x5hf
https://nvd.nist.gov/vuln/detail/CVE-2021-41106
| diff --git a/docs/apps/stable/snipe-it/CHANGELOG.md b/docs/apps/stable/snipe-it/CHANGELOG.md index 8b77f2d8f5c..fb96b0e9784 100644 --- a/docs/apps/stable/snipe-it/CHANGELOG.md +++ b/docs/apps/stable/snipe-it/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [snipe-it-2.0.2](https://github.com/truecharts/apps/compare/snipe-it-2.0.1...snipe-it-2.0.2) (2022-03-24) + +#### Fix + +* fix permissions and add more storage questions ([#2269](https://github.com/truecharts/apps/issues/2269)) + + + ### [snipe-it-2.0.1](https://github.com/truecharts/apps/compare/snipe-it-2.0.0...snipe-it-2.0.1) (2022-03-24) diff --git a/docs/apps/stable/snipe-it/helm-values.md b/docs/apps/stable/snipe-it/helm-values.md index a9cd1324907..eb68c85ad08 100644 --- a/docs/apps/stable/snipe-it/helm-values.md +++ b/docs/apps/stable/snipe-it/helm-values.md @@ -12,10 +12,8 @@ You will, however, be able to use all values referenced in the common chart here | Key | Type | Default | Description | |-----|------|---------|-------------| | env.API_TOKEN_EXPIRATION_YEARS | int | `40` | | -| env.APP_DEBUG | bool | `true` | | | env.APP_ENV | string | `"production"` | | | env.APP_LOCALE | string | `"en"` | | -| env.APP_LOG_LEVEL | string | `"debug"` | | | env.APP_TIMEZONE | string | `"{{ .Values.TZ }}"` | | | env.APP_URL | string | `"http://localhost:80"` | | | env.COOKIE_NAME | string | `"snipeit_session"` | | @@ -32,7 +30,6 @@ You will, however, be able to use all values referenced in the common chart here | env.MAX_RESULTS | int | `500` | | | env.REDIS_PORT | string | `"6379"` | | | env.SECURE_COOKIES | bool | `false` | | -| env.SESSION_DRIVER | string | `"redis"` | | | env.SESSION_LIFETIME | int | `30` | | | envValueFrom.APP_KEY.secretKeyRef.key | string | `"APP_KEY"` | | | envValueFrom.APP_KEY.secretKeyRef.name | string | `"snipeit-secrets"` | | @@ -51,10 +48,14 @@ You will, however, be able to use all values referenced in the common chart here | mariadb.existingSecret | string | `"mariadbcreds"` | | | mariadb.mariadbDatabase | string | `"snipe-it"` | | | mariadb.mariadbUsername | string | `"snipe-it"` | | +| persistence.backups.enabled | bool | `true` | | +| persistence.backups.mountPath | string | `"/var/lib/snipeit/dumps"` | | +| persistence.data.enabled | bool | `true` | | +| persistence.data.mountPath | string | `"/var/lib/snipeit/data"` | | | persistence.logs.enabled | bool | `true` | | | persistence.logs.mountPath | string | `"/var/www/html/storage/logs"` | | | podSecurityContext.fsGroup | int | `50` | | -| podSecurityContext.runAsGroup | int | `50` | | +| podSecurityContext.runAsGroup | int | `1000` | | | podSecurityContext.runAsUser | int | `0` | | | redis.enabled | bool | `true` | | | redis.existingSecret | string | `"rediscreds"` | | diff --git a/docs/apps/stable/snipe-it/security.md b/docs/apps/stable/snipe-it/security.md index 1ca21ec8450..b1d3fae21e6 100644 --- a/docs/apps/stable/snipe-it/security.md +++ b/docs/apps/stable/snipe-it/security.md @@ -443,7 +443,7 @@ hide: | Package | Vulnerability | Severity | Installed Version | Fixed Version | Links | |:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------| | enshrined/svg-sanitize | CVE-2022-23638 | MEDIUM | 0.13.3 | 0.15.0 |
Expand...https://github.com/advisories/GHSA-fqx8-v33p-4qcc
https://github.com/darylldoyle/svg-sanitizer/commit/17e12ba9c2881caa6b167d0fbea555c11207fbb0
https://github.com/darylldoyle/svg-sanitizer/issues/71
https://github.com/darylldoyle/svg-sanitizer/security/advisories/GHSA-fqx8-v33p-4qcc
https://nvd.nist.gov/vuln/detail/CVE-2022-23638
| -| guzzlehttp/psr7 | CVE-2022-24775 | UNKNOWN | 1.8.2 | 2.1.1, 1.8.4 |
Expand...https://github.com/guzzle/psr7/pull/485/commits/e55afaa3fc138c89adf3b55a8ba20dc60d17f1f1
https://github.com/guzzle/psr7/pull/486/commits/9a96d9db668b485361ed9de7b5bf1e54895df1dc
https://github.com/guzzle/psr7/security/advisories/GHSA-q7rv-6hp3-vh96
https://www.drupal.org/sa-core-2022-006
| +| guzzlehttp/psr7 | CVE-2022-24775 | UNKNOWN | 1.8.2 | 1.8.4, 2.1.1 |
Expand...https://github.com/guzzle/psr7/pull/485/commits/e55afaa3fc138c89adf3b55a8ba20dc60d17f1f1
https://github.com/guzzle/psr7/pull/486/commits/9a96d9db668b485361ed9de7b5bf1e54895df1dc
https://github.com/guzzle/psr7/security/advisories/GHSA-q7rv-6hp3-vh96
https://www.drupal.org/sa-core-2022-006
| | laravel/framework | CVE-2021-43808 | MEDIUM | v6.20.29 | 6.20.42, 7.30.6, 8.75.0 |
Expand...https://github.com/advisories/GHSA-66hf-2p6w-jqfw
https://github.com/laravel/framework/commit/b8174169b1807f36de1837751599e2828ceddb9b
https://github.com/laravel/framework/pull/39906
https://github.com/laravel/framework/pull/39908
https://github.com/laravel/framework/pull/39909
https://github.com/laravel/framework/releases/tag/v6.20.42
https://github.com/laravel/framework/releases/tag/v7.30.6
https://github.com/laravel/framework/releases/tag/v8.75.0
https://github.com/laravel/framework/security/advisories/GHSA-66hf-2p6w-jqfw
| | lcobucci/jwt | CVE-2021-41106 | MEDIUM | 3.4.5 | 3.4.6, 4.0.4, 4.1.5 |
Expand...https://github.com/advisories/GHSA-7322-jrq4-x5hf
https://github.com/lcobucci/jwt/commit/8175de5b841fbe3fd97d2d49b3fc15c4ecb39a73
https://github.com/lcobucci/jwt/commit/c45bb8b961a8e742d8f6b88ef5ff1bd5cca5d01c
https://github.com/lcobucci/jwt/security/advisories/GHSA-7322-jrq4-x5hf
https://nvd.nist.gov/vuln/detail/CVE-2021-41106
| diff --git a/docs/index.yaml b/docs/index.yaml index 64e9b2fb588..7de26c8ee3d 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -67567,6 +67567,47 @@ entries: - https://github.com/truecharts/apps/releases/download/smokeping-1.0.23/smokeping-1.0.23.tgz version: 1.0.23 snipe-it: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - management + truecharts.org/grade: U + apiVersion: v2 + appVersion: 5.4.1 + created: "2022-03-24T18:37:41.176861706Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 9.1.8 + - condition: mariadb.enabled + name: mariadb + repository: https://truecharts.org/ + version: 2.0.7 + - condition: redis.enabled + name: redis + repository: https://truecharts.org + version: 2.0.6 + description: Open source asset management + digest: 308f2896651650c57ff40918d187822354d1274845c9af88c9a5e2ae81b9e198 + home: https://github.com/truecharts/apps/tree/master/charts/stable/snipe-it + icon: https://truecharts.org/_static/img/appicons/snipe-it.png + keywords: + - snipeit + - snipe + - asset + - management + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: snipe-it + sources: + - https://snipeitapp.com/ + - https://hub.docker.com/r/linuxserver/ + urls: + - https://github.com/truecharts/apps/releases/download/snipe-it-2.0.2/snipe-it-2.0.2.tgz + version: 2.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -79773,4 +79814,4 @@ entries: urls: - https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz version: 9.0.24 -generated: "2022-03-24T16:24:17.805866227Z" +generated: "2022-03-24T18:37:41.184999926Z"