diff --git a/incubator/technitium/0.0.1/CHANGELOG.md b/incubator/technitium/0.0.1/CHANGELOG.md deleted file mode 100644 index d2a4e2b5956..00000000000 --- a/incubator/technitium/0.0.1/CHANGELOG.md +++ /dev/null @@ -1,10 +0,0 @@ -# Changelog
- - - -### technitium-0.0.1 (2022-03-27) - -#### Feat - -* add technitium ([#2299](https://github.com/truecharts/apps/issues/2299)) - diff --git a/incubator/technitium/0.0.2/CHANGELOG.md b/incubator/technitium/0.0.2/CHANGELOG.md new file mode 100644 index 00000000000..201d19ba32f --- /dev/null +++ b/incubator/technitium/0.0.2/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog
+ + + +### [technitium-0.0.2](https://github.com/truecharts/apps/compare/technitium-0.0.1...technitium-0.0.2) (2022-03-27) + +#### Chore + +* upate image refs ([#2309](https://github.com/truecharts/apps/issues/2309)) + + + + +### technitium-0.0.1 (2022-03-27) + +#### Feat + +* add technitium ([#2299](https://github.com/truecharts/apps/issues/2299)) diff --git a/incubator/technitium/0.0.1/CONFIG.md b/incubator/technitium/0.0.2/CONFIG.md similarity index 100% rename from incubator/technitium/0.0.1/CONFIG.md rename to incubator/technitium/0.0.2/CONFIG.md diff --git a/stable/ml-workspace/1.0.0/Chart.lock b/incubator/technitium/0.0.2/Chart.lock similarity index 80% rename from stable/ml-workspace/1.0.0/Chart.lock rename to incubator/technitium/0.0.2/Chart.lock index 0c87a9f5c15..f83157cfc1d 100644 --- a/stable/ml-workspace/1.0.0/Chart.lock +++ b/incubator/technitium/0.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://library-charts.truecharts.org version: 9.1.15 digest: sha256:8f13af42bdb9c005c8b99d3443c5b350c9d99c45f485e7bbcb233fd14b3ab4f4 -generated: "2022-03-27T10:03:05.02184365Z" +generated: "2022-03-27T13:17:22.19302552Z" diff --git a/incubator/technitium/0.0.1/Chart.yaml b/incubator/technitium/0.0.2/Chart.yaml similarity index 98% rename from incubator/technitium/0.0.1/Chart.yaml rename to incubator/technitium/0.0.2/Chart.yaml index f6cc9b2caf4..59aeca4bad2 100644 --- a/incubator/technitium/0.0.1/Chart.yaml +++ b/incubator/technitium/0.0.2/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://technitium.com/ - https://hub.docker.com/r/technitium/dns-server type: application -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - networking diff --git a/incubator/technitium/0.0.1/README.md b/incubator/technitium/0.0.2/README.md similarity index 100% rename from incubator/technitium/0.0.1/README.md rename to incubator/technitium/0.0.2/README.md diff --git a/incubator/technitium/0.0.1/app-readme.md b/incubator/technitium/0.0.2/app-readme.md similarity index 100% rename from incubator/technitium/0.0.1/app-readme.md rename to incubator/technitium/0.0.2/app-readme.md diff --git a/incubator/technitium/0.0.1/charts/common-9.1.15.tgz b/incubator/technitium/0.0.2/charts/common-9.1.15.tgz similarity index 100% rename from incubator/technitium/0.0.1/charts/common-9.1.15.tgz rename to incubator/technitium/0.0.2/charts/common-9.1.15.tgz diff --git a/incubator/technitium/0.0.1/helm-values.md b/incubator/technitium/0.0.2/helm-values.md similarity index 95% rename from incubator/technitium/0.0.1/helm-values.md rename to incubator/technitium/0.0.2/helm-values.md index 03368699e53..ff36aa6f087 100644 --- a/incubator/technitium/0.0.1/helm-values.md +++ b/incubator/technitium/0.0.2/helm-values.md @@ -22,8 +22,8 @@ You will, however, be able to use all values referenced in the common chart here | env.DNS_SERVER_RECURSION_ALLOWED_NETWORKS | string | `"127.0.0.1, 192.168.1.0/24"` | | | env.DNS_SERVER_RECURSION_DENIED_NETWORKS | string | `"1.1.1.0/24"` | | | image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"technitium/dns-server"` | | -| image.tag | string | `"8.0@sha256:37edc3d3cc4521559f5738d5152926750a498294ccef9fe264369746be87febc"` | | +| image.repository | string | `"tccr.io/truecharts/technitium"` | | +| image.tag | string | `"v8.0@sha256:b59d697bde5613f3c183666e373f80dcf2578d310cd84920dcb1ce97748bf394"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/etc/dns/config"` | | | podSecurityContext.runAsGroup | int | `0` | | diff --git a/incubator/technitium/0.0.1/ix_values.yaml b/incubator/technitium/0.0.2/ix_values.yaml similarity index 93% rename from incubator/technitium/0.0.1/ix_values.yaml rename to incubator/technitium/0.0.2/ix_values.yaml index 340e2200bc5..59473ac37b2 100644 --- a/incubator/technitium/0.0.1/ix_values.yaml +++ b/incubator/technitium/0.0.2/ix_values.yaml @@ -1,7 +1,7 @@ image: - repository: technitium/dns-server + repository: tccr.io/truecharts/technitium pullPolicy: IfNotPresent - tag: 8.0@sha256:37edc3d3cc4521559f5738d5152926750a498294ccef9fe264369746be87febc + tag: v8.0@sha256:b59d697bde5613f3c183666e373f80dcf2578d310cd84920dcb1ce97748bf394 securityContext: readOnlyRootFilesystem: false diff --git a/incubator/technitium/0.0.1/questions.yaml b/incubator/technitium/0.0.2/questions.yaml similarity index 100% rename from incubator/technitium/0.0.1/questions.yaml rename to incubator/technitium/0.0.2/questions.yaml diff --git a/incubator/technitium/0.0.1/security.md b/incubator/technitium/0.0.2/security.md similarity index 99% rename from incubator/technitium/0.0.1/security.md rename to incubator/technitium/0.0.2/security.md index d1e48eb92cb..e5a4c6e3a24 100644 --- a/incubator/technitium/0.0.1/security.md +++ b/incubator/technitium/0.0.2/security.md @@ -47,7 +47,7 @@ hide: tccr.io/truecharts/alpine:v3.15.2@sha256:29ed3480a0ee43f7af681fed5d4fc215516abf1c41eade6938b26d8c9c2c7583 tccr.io/truecharts/alpine:v3.15.2@sha256:29ed3480a0ee43f7af681fed5d4fc215516abf1c41eade6938b26d8c9c2c7583 - technitium/dns-server:8.0@sha256:37edc3d3cc4521559f5738d5152926750a498294ccef9fe264369746be87febc + tccr.io/truecharts/technitium:v8.0@sha256:b59d697bde5613f3c183666e373f80dcf2578d310cd84920dcb1ce97748bf394 ##### Scan Results @@ -76,7 +76,7 @@ hide: -#### Container: technitium/dns-server:8.0@sha256:37edc3d3cc4521559f5738d5152926750a498294ccef9fe264369746be87febc (debian 11.2) +#### Container: tccr.io/truecharts/technitium:v8.0@sha256:b59d697bde5613f3c183666e373f80dcf2578d310cd84920dcb1ce97748bf394 (debian 11.2) **debian** diff --git a/incubator/technitium/0.0.1/templates/common.yaml b/incubator/technitium/0.0.2/templates/common.yaml similarity index 100% rename from incubator/technitium/0.0.1/templates/common.yaml rename to incubator/technitium/0.0.2/templates/common.yaml diff --git a/incubator/technitium/0.0.1/values.yaml b/incubator/technitium/0.0.2/values.yaml similarity index 100% rename from incubator/technitium/0.0.1/values.yaml rename to incubator/technitium/0.0.2/values.yaml diff --git a/stable/ml-workspace/1.0.0/CHANGELOG.md b/stable/ml-workspace/1.0.1/CHANGELOG.md similarity index 62% rename from stable/ml-workspace/1.0.0/CHANGELOG.md rename to stable/ml-workspace/1.0.1/CHANGELOG.md index c3c6c085a41..2e479785667 100644 --- a/stable/ml-workspace/1.0.0/CHANGELOG.md +++ b/stable/ml-workspace/1.0.1/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [ml-workspace-1.0.1](https://github.com/truecharts/apps/compare/ml-workspace-1.0.0...ml-workspace-1.0.1) (2022-03-27) + +#### Chore + +* upate image refs ([#2309](https://github.com/truecharts/apps/issues/2309)) + + + ### [ml-workspace-1.0.0](https://github.com/truecharts/apps/compare/ml-workspace-0.0.1...ml-workspace-1.0.0) (2022-03-27) diff --git a/stable/ml-workspace/1.0.0/CONFIG.md b/stable/ml-workspace/1.0.1/CONFIG.md similarity index 100% rename from stable/ml-workspace/1.0.0/CONFIG.md rename to stable/ml-workspace/1.0.1/CONFIG.md diff --git a/incubator/technitium/0.0.1/Chart.lock b/stable/ml-workspace/1.0.1/Chart.lock similarity index 80% rename from incubator/technitium/0.0.1/Chart.lock rename to stable/ml-workspace/1.0.1/Chart.lock index cb9374fe020..5a23e78849f 100644 --- a/incubator/technitium/0.0.1/Chart.lock +++ b/stable/ml-workspace/1.0.1/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://library-charts.truecharts.org version: 9.1.15 digest: sha256:8f13af42bdb9c005c8b99d3443c5b350c9d99c45f485e7bbcb233fd14b3ab4f4 -generated: "2022-03-27T10:47:01.360859028Z" +generated: "2022-03-27T13:17:22.086856996Z" diff --git a/stable/ml-workspace/1.0.0/Chart.yaml b/stable/ml-workspace/1.0.1/Chart.yaml similarity index 98% rename from stable/ml-workspace/1.0.0/Chart.yaml rename to stable/ml-workspace/1.0.1/Chart.yaml index 4218bd69210..8e352338067 100644 --- a/stable/ml-workspace/1.0.0/Chart.yaml +++ b/stable/ml-workspace/1.0.1/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://hub.docker.com/r/mltooling/ml-workspace-gpu - https://hub.docker.com/r/mltooling/ml-workspace-light - https://hub.docker.com/r/mltooling/ml-workspace-minimal -version: 1.0.0 +version: 1.0.1 annotations: truecharts.org/catagories: | - utility diff --git a/stable/ml-workspace/1.0.0/README.md b/stable/ml-workspace/1.0.1/README.md similarity index 100% rename from stable/ml-workspace/1.0.0/README.md rename to stable/ml-workspace/1.0.1/README.md diff --git a/stable/ml-workspace/1.0.0/app-readme.md b/stable/ml-workspace/1.0.1/app-readme.md similarity index 100% rename from stable/ml-workspace/1.0.0/app-readme.md rename to stable/ml-workspace/1.0.1/app-readme.md diff --git a/stable/ml-workspace/1.0.0/charts/common-9.1.15.tgz b/stable/ml-workspace/1.0.1/charts/common-9.1.15.tgz similarity index 100% rename from stable/ml-workspace/1.0.0/charts/common-9.1.15.tgz rename to stable/ml-workspace/1.0.1/charts/common-9.1.15.tgz diff --git a/stable/ml-workspace/1.0.0/ci/minimal-values.yaml b/stable/ml-workspace/1.0.1/ci/minimal-values.yaml similarity index 100% rename from stable/ml-workspace/1.0.0/ci/minimal-values.yaml rename to stable/ml-workspace/1.0.1/ci/minimal-values.yaml diff --git a/stable/ml-workspace/1.0.0/helm-values.md b/stable/ml-workspace/1.0.1/helm-values.md similarity index 74% rename from stable/ml-workspace/1.0.0/helm-values.md rename to stable/ml-workspace/1.0.1/helm-values.md index 47e5810a2c8..08b79ef0bad 100644 --- a/stable/ml-workspace/1.0.0/helm-values.md +++ b/stable/ml-workspace/1.0.1/helm-values.md @@ -21,17 +21,17 @@ You will, however, be able to use all values referenced in the common chart here | env.WORKSPACE_PORT | string | `"{{ .Values.service.main.ports.main.port }}"` | | | env.WORKSPACE_SSL_ENABLED | bool | `false` | | | image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"mltooling/ml-workspace"` | | -| image.tag | string | `"0.13.2@sha256:5dfc8928059eb9d6d2bc33d7947e99b6bb38c2beaa40029afb73596a9c08c134"` | | +| image.repository | string | `"tccr.io/truecharts/ml-workspace"` | | +| image.tag | string | `"0.13.2@sha256:fd0195f1d7dc85c14c554a04e7e969201fa9ed8d3448943ca235142f8b2c2ea4"` | | | imageGPU.pullPolicy | string | `"IfNotPresent"` | | -| imageGPU.repository | string | `"mltooling/ml-workspace-gpu"` | | -| imageGPU.tag | string | `"0.13.2@sha256:ca83f64f4339344c96bb6491234008b972c1e64a1c1ef41522b8da601dfceb1e"` | | +| imageGPU.repository | string | `"tccr.io/truecharts/ml-workspace-gpu"` | | +| imageGPU.tag | string | `"0.13.2@sha256:9597b92b15fd4f4f07f84c3d4a93d5905519f5323f1584391122d6ee81abac95"` | | | imageLight.pullPolicy | string | `"IfNotPresent"` | | -| imageLight.repository | string | `"mltooling/ml-workspace-light"` | | -| imageLight.tag | string | `"0.13.2@sha256:cc0e1441702b49927a14d902c4530fa15ce9ad6796a61e41eaebf2e72cf77bc9"` | | +| imageLight.repository | string | `"tccr.io/truecharts/ml-workspace-light"` | | +| imageLight.tag | string | `"0.13.2@sha256:57258c0496b6dd2e7b7e38378cf9b00de8dc71b4ddbf2c9effb4411333b31241"` | | | imageMinimal.pullPolicy | string | `"IfNotPresent"` | | -| imageMinimal.repository | string | `"mltooling/ml-workspace-minimal"` | | -| imageMinimal.tag | string | `"0.13.2@sha256:94206eadc4bcfd1d4af4c598f767da176ad898592b9dc54bf62ddd2d9f6d1be6"` | | +| imageMinimal.repository | string | `"tccr.io/truecharts/ml-workspace-minimal"` | | +| imageMinimal.tag | string | `"0.13.2@sha256:e95cfd15de0777db2ae5a60752a8cdfdf449bffa23ae6cef94662018e62f9c33"` | | | imageSelector | string | `"image"` | | | persistence.shm.enabled | bool | `true` | | | persistence.shm.medium | string | `"Memory"` | | diff --git a/stable/ml-workspace/1.0.0/ix_values.yaml b/stable/ml-workspace/1.0.1/ix_values.yaml similarity index 65% rename from stable/ml-workspace/1.0.0/ix_values.yaml rename to stable/ml-workspace/1.0.1/ix_values.yaml index 011ff1f484a..a94b8af538b 100644 --- a/stable/ml-workspace/1.0.0/ix_values.yaml +++ b/stable/ml-workspace/1.0.1/ix_values.yaml @@ -1,22 +1,22 @@ image: - repository: mltooling/ml-workspace - tag: 0.13.2@sha256:5dfc8928059eb9d6d2bc33d7947e99b6bb38c2beaa40029afb73596a9c08c134 + repository: tccr.io/truecharts/ml-workspace + tag: 0.13.2@sha256:fd0195f1d7dc85c14c554a04e7e969201fa9ed8d3448943ca235142f8b2c2ea4 pullPolicy: IfNotPresent imageGPU: - repository: mltooling/ml-workspace-gpu + repository: tccr.io/truecharts/ml-workspace-gpu pullPolicy: IfNotPresent - tag: 0.13.2@sha256:ca83f64f4339344c96bb6491234008b972c1e64a1c1ef41522b8da601dfceb1e + tag: 0.13.2@sha256:9597b92b15fd4f4f07f84c3d4a93d5905519f5323f1584391122d6ee81abac95 imageMinimal: - repository: mltooling/ml-workspace-minimal + repository: tccr.io/truecharts/ml-workspace-minimal pullPolicy: IfNotPresent - tag: 0.13.2@sha256:94206eadc4bcfd1d4af4c598f767da176ad898592b9dc54bf62ddd2d9f6d1be6 + tag: 0.13.2@sha256:e95cfd15de0777db2ae5a60752a8cdfdf449bffa23ae6cef94662018e62f9c33 imageLight: - repository: mltooling/ml-workspace-light + repository: tccr.io/truecharts/ml-workspace-light pullPolicy: IfNotPresent - tag: 0.13.2@sha256:cc0e1441702b49927a14d902c4530fa15ce9ad6796a61e41eaebf2e72cf77bc9 + tag: 0.13.2@sha256:57258c0496b6dd2e7b7e38378cf9b00de8dc71b4ddbf2c9effb4411333b31241 imageSelector: "image" diff --git a/stable/ml-workspace/1.0.0/questions.yaml b/stable/ml-workspace/1.0.1/questions.yaml similarity index 100% rename from stable/ml-workspace/1.0.0/questions.yaml rename to stable/ml-workspace/1.0.1/questions.yaml diff --git a/stable/ml-workspace/1.0.0/security.md b/stable/ml-workspace/1.0.1/security.md similarity index 99% rename from stable/ml-workspace/1.0.0/security.md rename to stable/ml-workspace/1.0.1/security.md index 2288583f253..8306a21865e 100644 --- a/stable/ml-workspace/1.0.0/security.md +++ b/stable/ml-workspace/1.0.1/security.md @@ -46,7 +46,7 @@ hide: tccr.io/truecharts/alpine:v3.15.2@sha256:29ed3480a0ee43f7af681fed5d4fc215516abf1c41eade6938b26d8c9c2c7583 tccr.io/truecharts/alpine:v3.15.2@sha256:29ed3480a0ee43f7af681fed5d4fc215516abf1c41eade6938b26d8c9c2c7583 - mltooling/ml-workspace:0.13.2@sha256:5dfc8928059eb9d6d2bc33d7947e99b6bb38c2beaa40029afb73596a9c08c134 + tccr.io/truecharts/ml-workspace:0.13.2@sha256:fd0195f1d7dc85c14c554a04e7e969201fa9ed8d3448943ca235142f8b2c2ea4 ##### Scan Results @@ -75,7 +75,7 @@ hide: -#### Container: mltooling/ml-workspace:0.13.2@sha256:5dfc8928059eb9d6d2bc33d7947e99b6bb38c2beaa40029afb73596a9c08c134 (ubuntu 20.04) +#### Container: tccr.io/truecharts/ml-workspace:0.13.2@sha256:fd0195f1d7dc85c14c554a04e7e969201fa9ed8d3448943ca235142f8b2c2ea4 (ubuntu 20.04) **ubuntu** diff --git a/stable/ml-workspace/1.0.0/templates/common.yaml b/stable/ml-workspace/1.0.1/templates/common.yaml similarity index 100% rename from stable/ml-workspace/1.0.0/templates/common.yaml rename to stable/ml-workspace/1.0.1/templates/common.yaml diff --git a/stable/ml-workspace/1.0.0/values.yaml b/stable/ml-workspace/1.0.1/values.yaml similarity index 100% rename from stable/ml-workspace/1.0.0/values.yaml rename to stable/ml-workspace/1.0.1/values.yaml