diff --git a/stable/zerotier/1.0.0/CHANGELOG.md b/stable/zerotier/1.0.1/CHANGELOG.md
similarity index 64%
rename from stable/zerotier/1.0.0/CHANGELOG.md
rename to stable/zerotier/1.0.1/CHANGELOG.md
index af6fbdfcad7..c994d01ed63 100644
--- a/stable/zerotier/1.0.0/CHANGELOG.md
+++ b/stable/zerotier/1.0.1/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [zerotier-1.0.1](https://github.com/truecharts/apps/compare/zerotier-1.0.0...zerotier-1.0.1) (2022-03-21)
+
+#### Chore
+
+* update image ([#2234](https://github.com/truecharts/apps/issues/2234))
+
+
+
### [zerotier-1.0.0](https://github.com/truecharts/apps/compare/zerotier-0.0.1...zerotier-1.0.0) (2022-03-20)
diff --git a/stable/zerotier/1.0.0/CONFIG.md b/stable/zerotier/1.0.1/CONFIG.md
similarity index 100%
rename from stable/zerotier/1.0.0/CONFIG.md
rename to stable/zerotier/1.0.1/CONFIG.md
diff --git a/stable/zerotier/1.0.0/Chart.lock b/stable/zerotier/1.0.1/Chart.lock
similarity index 78%
rename from stable/zerotier/1.0.0/Chart.lock
rename to stable/zerotier/1.0.1/Chart.lock
index 2a08c5175ca..bee007ee3b3 100644
--- a/stable/zerotier/1.0.0/Chart.lock
+++ b/stable/zerotier/1.0.1/Chart.lock
@@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 9.1.6
digest: sha256:d65395039794859a54173a3b1687c20877eeb9127fa4044016eb188cc1644675
-generated: "2022-03-20T20:23:28.452056868Z"
+generated: "2022-03-21T04:44:46.412689575Z"
diff --git a/stable/zerotier/1.0.0/Chart.yaml b/stable/zerotier/1.0.1/Chart.yaml
similarity index 98%
rename from stable/zerotier/1.0.0/Chart.yaml
rename to stable/zerotier/1.0.1/Chart.yaml
index b7d7dca4f10..6e30f3f28e6 100644
--- a/stable/zerotier/1.0.0/Chart.yaml
+++ b/stable/zerotier/1.0.1/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: zerotier
-version: 1.0.0
+version: 1.0.1
appVersion: "1.8.4"
description: ZeroTier is a smart programmable Ethernet switch for planet Earth
type: application
diff --git a/stable/zerotier/1.0.0/README.md b/stable/zerotier/1.0.1/README.md
similarity index 100%
rename from stable/zerotier/1.0.0/README.md
rename to stable/zerotier/1.0.1/README.md
diff --git a/stable/zerotier/1.0.0/app-readme.md b/stable/zerotier/1.0.1/app-readme.md
similarity index 100%
rename from stable/zerotier/1.0.0/app-readme.md
rename to stable/zerotier/1.0.1/app-readme.md
diff --git a/stable/zerotier/1.0.0/charts/common-9.1.6.tgz b/stable/zerotier/1.0.1/charts/common-9.1.6.tgz
similarity index 100%
rename from stable/zerotier/1.0.0/charts/common-9.1.6.tgz
rename to stable/zerotier/1.0.1/charts/common-9.1.6.tgz
diff --git a/stable/zerotier/1.0.0/helm-values.md b/stable/zerotier/1.0.1/helm-values.md
similarity index 90%
rename from stable/zerotier/1.0.0/helm-values.md
rename to stable/zerotier/1.0.1/helm-values.md
index 3116b073295..e5af3768c6b 100644
--- a/stable/zerotier/1.0.0/helm-values.md
+++ b/stable/zerotier/1.0.1/helm-values.md
@@ -12,8 +12,8 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
-| image.repository | string | `"zerotier/zerotier"` | |
-| image.tag | string | `"1.8.4@sha256:b57e76e4291fbc26e1c75df07bc3534e9180457343c7ceff5d7ac8c4e25f6f44"` | |
+| image.repository | string | `"tccr.io/truecharts/zerotier"` | |
+| image.tag | string | `"v1.8.4@sha256:5cb03159f98b7dd0a4b77d803585f9142a33c1c354be600cce8ff10a76074dfc"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/var/lib/zerotier-one"` | |
| persistence.tun.enabled | bool | `true` | |
diff --git a/stable/zerotier/1.0.0/ix_values.yaml b/stable/zerotier/1.0.1/ix_values.yaml
similarity index 80%
rename from stable/zerotier/1.0.0/ix_values.yaml
rename to stable/zerotier/1.0.1/ix_values.yaml
index 45d9afdb5f4..87fcfabd594 100644
--- a/stable/zerotier/1.0.0/ix_values.yaml
+++ b/stable/zerotier/1.0.1/ix_values.yaml
@@ -1,7 +1,7 @@
image:
- repository: zerotier/zerotier
+ repository: tccr.io/truecharts/zerotier
pullPolicy: IfNotPresent
- tag: 1.8.4@sha256:b57e76e4291fbc26e1c75df07bc3534e9180457343c7ceff5d7ac8c4e25f6f44
+ tag: v1.8.4@sha256:5cb03159f98b7dd0a4b77d803585f9142a33c1c354be600cce8ff10a76074dfc
securityContext:
readOnlyRootFilesystem: false
diff --git a/stable/zerotier/1.0.0/questions.yaml b/stable/zerotier/1.0.1/questions.yaml
similarity index 100%
rename from stable/zerotier/1.0.0/questions.yaml
rename to stable/zerotier/1.0.1/questions.yaml
diff --git a/stable/zerotier/1.0.0/security.md b/stable/zerotier/1.0.1/security.md
similarity index 99%
rename from stable/zerotier/1.0.0/security.md
rename to stable/zerotier/1.0.1/security.md
index 11cefb34d0c..4e4465b2cf0 100644
--- a/stable/zerotier/1.0.0/security.md
+++ b/stable/zerotier/1.0.1/security.md
@@ -47,7 +47,7 @@ hide:
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
- zerotier/zerotier:1.8.4@sha256:b57e76e4291fbc26e1c75df07bc3534e9180457343c7ceff5d7ac8c4e25f6f44
+ tccr.io/truecharts/zerotier:v1.8.4@sha256:5cb03159f98b7dd0a4b77d803585f9142a33c1c354be600cce8ff10a76074dfc
##### Scan Results
@@ -120,7 +120,7 @@ hide:
| ssl_client | CVE-2021-42375 | MEDIUM | 1.33.1-r3 | 1.33.1-r5 | Expand...
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
|
-#### Container: zerotier/zerotier:1.8.4@sha256:b57e76e4291fbc26e1c75df07bc3534e9180457343c7ceff5d7ac8c4e25f6f44 (debian 10.11)
+#### Container: tccr.io/truecharts/zerotier:v1.8.4@sha256:5cb03159f98b7dd0a4b77d803585f9142a33c1c354be600cce8ff10a76074dfc (debian 10.11)
**debian**
diff --git a/stable/zerotier/1.0.0/templates/common.yaml b/stable/zerotier/1.0.1/templates/common.yaml
similarity index 100%
rename from stable/zerotier/1.0.0/templates/common.yaml
rename to stable/zerotier/1.0.1/templates/common.yaml
diff --git a/stable/zerotier/1.0.0/values.yaml b/stable/zerotier/1.0.1/values.yaml
similarity index 100%
rename from stable/zerotier/1.0.0/values.yaml
rename to stable/zerotier/1.0.1/values.yaml