diff --git a/stable/zerotier/1.0.1/CHANGELOG.md b/stable/zerotier/1.0.2/CHANGELOG.md similarity index 73% rename from stable/zerotier/1.0.1/CHANGELOG.md rename to stable/zerotier/1.0.2/CHANGELOG.md index c994d01ed63..e2d0e7d5402 100644 --- a/stable/zerotier/1.0.1/CHANGELOG.md +++ b/stable/zerotier/1.0.2/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [zerotier-1.0.2](https://github.com/truecharts/apps/compare/zerotier-1.0.1...zerotier-1.0.2) (2022-03-21) + +#### Chore + +* Add some gui options ([#2237](https://github.com/truecharts/apps/issues/2237)) + + + ### [zerotier-1.0.1](https://github.com/truecharts/apps/compare/zerotier-1.0.0...zerotier-1.0.1) (2022-03-21) diff --git a/stable/zerotier/1.0.1/CONFIG.md b/stable/zerotier/1.0.2/CONFIG.md similarity index 100% rename from stable/zerotier/1.0.1/CONFIG.md rename to stable/zerotier/1.0.2/CONFIG.md diff --git a/stable/zerotier/1.0.1/Chart.lock b/stable/zerotier/1.0.2/Chart.lock similarity index 78% rename from stable/zerotier/1.0.1/Chart.lock rename to stable/zerotier/1.0.2/Chart.lock index bee007ee3b3..ce3f2576736 100644 --- a/stable/zerotier/1.0.1/Chart.lock +++ b/stable/zerotier/1.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 9.1.6 digest: sha256:d65395039794859a54173a3b1687c20877eeb9127fa4044016eb188cc1644675 -generated: "2022-03-21T04:44:46.412689575Z" +generated: "2022-03-21T18:22:07.943260777Z" diff --git a/stable/zerotier/1.0.1/Chart.yaml b/stable/zerotier/1.0.2/Chart.yaml similarity index 98% rename from stable/zerotier/1.0.1/Chart.yaml rename to stable/zerotier/1.0.2/Chart.yaml index 6e30f3f28e6..7af8126af98 100644 --- a/stable/zerotier/1.0.1/Chart.yaml +++ b/stable/zerotier/1.0.2/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: zerotier -version: 1.0.1 +version: 1.0.2 appVersion: "1.8.4" description: ZeroTier is a smart programmable Ethernet switch for planet Earth type: application diff --git a/stable/zerotier/1.0.1/README.md b/stable/zerotier/1.0.2/README.md similarity index 100% rename from stable/zerotier/1.0.1/README.md rename to stable/zerotier/1.0.2/README.md diff --git a/stable/zerotier/1.0.1/app-readme.md b/stable/zerotier/1.0.2/app-readme.md similarity index 100% rename from stable/zerotier/1.0.1/app-readme.md rename to stable/zerotier/1.0.2/app-readme.md diff --git a/stable/zerotier/1.0.1/charts/common-9.1.6.tgz b/stable/zerotier/1.0.2/charts/common-9.1.6.tgz similarity index 100% rename from stable/zerotier/1.0.1/charts/common-9.1.6.tgz rename to stable/zerotier/1.0.2/charts/common-9.1.6.tgz diff --git a/stable/zerotier/1.0.1/helm-values.md b/stable/zerotier/1.0.2/helm-values.md similarity index 92% rename from stable/zerotier/1.0.1/helm-values.md rename to stable/zerotier/1.0.2/helm-values.md index e5af3768c6b..a58067657b2 100644 --- a/stable/zerotier/1.0.1/helm-values.md +++ b/stable/zerotier/1.0.2/helm-values.md @@ -24,6 +24,9 @@ You will, however, be able to use all values referenced in the common chart here | persistence.tun.type | string | `"hostPath"` | | | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | +| secret.ZEROTIER_API_SECRET | string | `""` | | +| secret.ZEROTIER_IDENTITY_PUBLIC | string | `""` | | +| secret.ZEROTIER_IDENTITY_SECRET | string | `""` | | | securityContext.capabilities.add[0] | string | `"NET_ADMIN"` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | diff --git a/stable/zerotier/1.0.1/ix_values.yaml b/stable/zerotier/1.0.2/ix_values.yaml similarity index 87% rename from stable/zerotier/1.0.1/ix_values.yaml rename to stable/zerotier/1.0.2/ix_values.yaml index 87fcfabd594..694bcb23519 100644 --- a/stable/zerotier/1.0.1/ix_values.yaml +++ b/stable/zerotier/1.0.2/ix_values.yaml @@ -14,6 +14,11 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 +secret: + ZEROTIER_API_SECRET: "" + ZEROTIER_IDENTITY_PUBLIC: "" + ZEROTIER_IDENTITY_SECRET: "" + service: main: ports: diff --git a/stable/zerotier/1.0.1/questions.yaml b/stable/zerotier/1.0.2/questions.yaml similarity index 98% rename from stable/zerotier/1.0.1/questions.yaml rename to stable/zerotier/1.0.2/questions.yaml index e749b1e37e0..791bc88250e 100644 --- a/stable/zerotier/1.0.1/questions.yaml +++ b/stable/zerotier/1.0.2/questions.yaml @@ -146,6 +146,35 @@ questions: label: "Value" schema: type: string + - variable: secret + group: "Container Configuration" + label: "Image Secrets" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ZEROTIER_API_SECRET + label: "ZEROTIER_API_SECRET" + description: "Replaces the authtoken.secret before booting and allows you to manage the control socket's authentication key" + schema: + type: string + default: "" + private: true + - variable: ZEROTIER_IDENTITY_PUBLIC + label: "ZEROTIER_IDENTITY_PUBLIC" + description: "The identity.public file for zerotier-one. Use zerotier-idtool to generate one of these for you." + schema: + type: string + default: "" + private: true + - variable: ZEROTIER_IDENTITY_SECRET + label: "ZEROTIER_IDENTITY_SECRET" + description: "The identity.secret file for zerotier-one. Use zerotier-idtool to generate one of these for you." + schema: + type: string + default: "" + private: true + - variable: TZ label: "Timezone" diff --git a/stable/zerotier/1.0.1/security.md b/stable/zerotier/1.0.2/security.md similarity index 100% rename from stable/zerotier/1.0.1/security.md rename to stable/zerotier/1.0.2/security.md diff --git a/stable/zerotier/1.0.1/templates/common.yaml b/stable/zerotier/1.0.2/templates/common.yaml similarity index 100% rename from stable/zerotier/1.0.1/templates/common.yaml rename to stable/zerotier/1.0.2/templates/common.yaml diff --git a/stable/zerotier/1.0.1/values.yaml b/stable/zerotier/1.0.2/values.yaml similarity index 100% rename from stable/zerotier/1.0.1/values.yaml rename to stable/zerotier/1.0.2/values.yaml