diff --git a/enterprise/velero/2.0.0/CHANGELOG.md b/enterprise/velero/2.0.0/CHANGELOG.md new file mode 100644 index 0000000000..121a6c8c17 --- /dev/null +++ b/enterprise/velero/2.0.0/CHANGELOG.md @@ -0,0 +1,99 @@ +**Important:** +*for the complete changelog, please refer to the website* + + + + +## [velero-2.0.0](https://github.com/truecharts/charts/compare/velero-1.0.7...velero-2.0.0) (2023-12-16) + +### Chore + +- update container image openebs/velero-plugin to v3.6.0 ([#16138](https://github.com/truecharts/charts/issues/16138)) + + + + +## [velero-1.0.7](https://github.com/truecharts/charts/compare/velero-1.0.0...velero-1.0.7) (2023-12-16) + +### Chore + +- fix move mistake and cleanup metadata + - Add a lot of working incubator charts to stable + - update helm general non-major ([#14784](https://github.com/truecharts/charts/issues/14784)) + - update container image velero/velero-plugin-for-csi to v0.6.2[@f0a6f54](https://github.com/f0a6f54) ([#16134](https://github.com/truecharts/charts/issues/16134)) + - update container image velero/velero-plugin-for-aws to v1.8.2[@edfb144](https://github.com/edfb144) ([#16133](https://github.com/truecharts/charts/issues/16133)) + + + + +## [velero-1.0.7](https://github.com/truecharts/charts/compare/velero-1.0.0...velero-1.0.7) (2023-12-16) + +### Chore + +- fix move mistake and cleanup metadata + - Add a lot of working incubator charts to stable + - update helm general non-major ([#14784](https://github.com/truecharts/charts/issues/14784)) + - update container image velero/velero-plugin-for-csi to v0.6.2[@f0a6f54](https://github.com/f0a6f54) ([#16134](https://github.com/truecharts/charts/issues/16134)) + - update container image velero/velero-plugin-for-aws to v1.8.2[@edfb144](https://github.com/edfb144) ([#16133](https://github.com/truecharts/charts/issues/16133)) + + + + +## [velero-1.0.6](https://github.com/truecharts/charts/compare/velero-1.0.0...velero-1.0.6) (2023-12-16) + +### Chore + +- fix move mistake and cleanup metadata + - Add a lot of working incubator charts to stable + - update container image velero/velero-plugin-for-csi to v0.6.2[@f0a6f54](https://github.com/f0a6f54) ([#16134](https://github.com/truecharts/charts/issues/16134)) + - update container image velero/velero-plugin-for-aws to v1.8.2[@edfb144](https://github.com/edfb144) ([#16133](https://github.com/truecharts/charts/issues/16133)) + + + + +## [velero-1.0.5](https://github.com/truecharts/charts/compare/velero-1.0.0...velero-1.0.5) (2023-12-16) + +### Chore + +- Add a lot of working incubator charts to stable + - update container image velero/velero-plugin-for-csi to v0.6.2[@f0a6f54](https://github.com/f0a6f54) ([#16134](https://github.com/truecharts/charts/issues/16134)) + - update container image velero/velero-plugin-for-aws to v1.8.2[@edfb144](https://github.com/edfb144) ([#16133](https://github.com/truecharts/charts/issues/16133)) + + + + +## [velero-1.0.4](https://github.com/truecharts/charts/compare/velero-1.0.0...velero-1.0.4) (2023-12-16) + +### Chore + +- Add a lot of working incubator charts to stable + - update container image velero/velero-plugin-for-aws to v1.8.2[@edfb144](https://github.com/edfb144) ([#16133](https://github.com/truecharts/charts/issues/16133)) + + + + +## [velero-1.0.4](https://github.com/truecharts/charts/compare/velero-1.0.0...velero-1.0.4) (2023-12-16) + +### Chore + +- Add a lot of working incubator charts to stable + - update container image velero/velero-plugin-for-aws to v1.8.2[@edfb144](https://github.com/edfb144) ([#16133](https://github.com/truecharts/charts/issues/16133)) + + + + +## [velero-1.0.3](https://github.com/truecharts/charts/compare/velero-1.0.0...velero-1.0.3) (2023-12-16) + +### Chore + +- Add a lot of working incubator charts to stable + + + + +## [velero-1.0.3](https://github.com/truecharts/charts/compare/velero-1.0.0...velero-1.0.3) (2023-12-16) + +### Chore + +- Add a lot of working incubator charts to stable + diff --git a/enterprise/velero/2.0.0/Chart.yaml b/enterprise/velero/2.0.0/Chart.yaml new file mode 100644 index 0000000000..09d22fdca9 --- /dev/null +++ b/enterprise/velero/2.0.0/Chart.yaml @@ -0,0 +1,45 @@ +kubeVersion: ">=1.24.0-0" +apiVersion: v2 +name: velero +version: 2.0.0 +appVersion: latest +description: Velero is a kubernetes-native backup solution +home: https://truecharts.org/charts/incubator/velero +icon: https://truecharts.org/img/hotlink-ok/chart-icons/velero.png +deprecated: false +sources: + - https://cert-manager.io/ + - https://github.com/cert-manager + - https://github.com/truecharts/charts/tree/master/charts/incubator/velero + - https://github.com/truecharts/containers/tree/master/mirroralpine +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +keywords: + - velero + - backup +dependencies: + - name: common + version: 16.2.6 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] + - name: velero + version: 5.2.0 + repository: https://vmware-tanzu.github.io/helm-charts + condition: "" + alias: velero + tags: [] + import-values: [] +annotations: + max_scale_version: 23.10.1 + min_scale_version: 22.12.4 + truecharts.org/SCALE-support: "true" + truecharts.org/category: operators + truecharts.org/max_helm_version: "3.13" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: incubator +type: application diff --git a/enterprise/velero/2.0.0/LICENSE b/enterprise/velero/2.0.0/LICENSE new file mode 100644 index 0000000000..4dfe12ac30 --- /dev/null +++ b/enterprise/velero/2.0.0/LICENSE @@ -0,0 +1,106 @@ +Business Source License 1.1 + +Parameters + +Licensor: The TrueCharts Project, it's owner and it's contributors +Licensed Work: The TrueCharts "MetalLB" Helm Chart +Additional Use Grant: You may use the licensed work in production, as long + as it is directly sourced from a TrueCharts provided + official repository, catalog or source. You may also make private + modification to the directly sourced licenced work, + when used in production. + + The following cases are, due to their nature, also + defined as 'production use' and explicitly prohibited: + - Bundling, including or displaying the licensed work + with(in) another work intended for production use, + with the apparent intend of facilitating and/or + promoting production use by third parties in + violation of this license. + +Change Date: 2050-01-01 + +Change License: 3-clause BSD license + +For information about alternative licensing arrangements for the Software, +please contact: legal@truecharts.org + +Notice + +The Business Source License (this document, or the “License”) is not an Open +Source license. However, the Licensed Work will eventually be made available +under an Open Source License, as stated in this License. + +License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved. +“Business Source License” is a trademark of MariaDB Corporation Ab. + +----------------------------------------------------------------------------- + +Business Source License 1.1 + +Terms + +The Licensor hereby grants you the right to copy, modify, create derivative +works, redistribute, and make non-production use of the Licensed Work. The +Licensor may make an Additional Use Grant, above, permitting limited +production use. + +Effective on the Change Date, or the fourth anniversary of the first publicly +available distribution of a specific version of the Licensed Work under this +License, whichever comes first, the Licensor hereby grants you rights under +the terms of the Change License, and the rights granted in the paragraph +above terminate. + +If your use of the Licensed Work does not comply with the requirements +currently in effect as described in this License, you must purchase a +commercial license from the Licensor, its affiliated entities, or authorized +resellers, or you must refrain from using the Licensed Work. + +All copies of the original and modified Licensed Work, and derivative works +of the Licensed Work, are subject to this License. This License applies +separately for each version of the Licensed Work and the Change Date may vary +for each version of the Licensed Work released by Licensor. + +You must conspicuously display this License on each original or modified copy +of the Licensed Work. If you receive the Licensed Work in original or +modified form from a third party, the terms and conditions set forth in this +License apply to your use of that work. + +Any use of the Licensed Work in violation of this License will automatically +terminate your rights under this License for the current and all other +versions of the Licensed Work. + +This License does not grant you any right in any trademark or logo of +Licensor or its affiliates (provided that you may use a trademark or logo of +Licensor as expressly required by this License). + +TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON +AN “AS IS” BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS, +EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND +TITLE. + +MariaDB hereby grants you permission to use this License’s text to license +your works, and to refer to it using the trademark “Business Source License”, +as long as you comply with the Covenants of Licensor below. + +Covenants of Licensor + +In consideration of the right to use this License’s text and the “Business +Source License” name and trademark, Licensor covenants to MariaDB, and to all +other recipients of the licensed work to be provided by Licensor: + +1. To specify as the Change License the GPL Version 2.0 or any later version, + or a license that is compatible with GPL Version 2.0 or a later version, + where “compatible” means that software provided under the Change License can + be included in a program with software provided under GPL Version 2.0 or a + later version. Licensor may specify additional Change Licenses without + limitation. + +2. To either: (a) specify an additional grant of rights to use that does not + impose any additional restriction on the right granted in this License, as + the Additional Use Grant; or (b) insert the text “None”. + +3. To specify a Change Date. + +4. Not to modify this License in any other way. diff --git a/enterprise/velero/2.0.0/README.md b/enterprise/velero/2.0.0/README.md new file mode 100644 index 0000000000..1127691b50 --- /dev/null +++ b/enterprise/velero/2.0.0/README.md @@ -0,0 +1,27 @@ +# README + +## General Info + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/velero) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +*All Rights Reserved - The TrueCharts Project* diff --git a/enterprise/velero/2.0.0/app-changelog.md b/enterprise/velero/2.0.0/app-changelog.md new file mode 100644 index 0000000000..33dfa400af --- /dev/null +++ b/enterprise/velero/2.0.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [velero-2.0.0](https://github.com/truecharts/charts/compare/velero-1.0.7...velero-2.0.0) (2023-12-16) + +### Chore + +- update container image openebs/velero-plugin to v3.6.0 ([#16138](https://github.com/truecharts/charts/issues/16138)) + + \ No newline at end of file diff --git a/enterprise/velero/2.0.0/app-readme.md b/enterprise/velero/2.0.0/app-readme.md new file mode 100644 index 0000000000..e58dfdb80c --- /dev/null +++ b/enterprise/velero/2.0.0/app-readme.md @@ -0,0 +1,8 @@ +Velero is a kubernetes-native backup solution + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/enterprise/velero](https://truecharts.org/charts/enterprise/velero) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/enterprise/velero/2.0.0/charts/common-16.2.6.tgz b/enterprise/velero/2.0.0/charts/common-16.2.6.tgz new file mode 100644 index 0000000000..64f1255c50 Binary files /dev/null and b/enterprise/velero/2.0.0/charts/common-16.2.6.tgz differ diff --git a/enterprise/velero/2.0.0/charts/velero-5.2.0.tgz b/enterprise/velero/2.0.0/charts/velero-5.2.0.tgz new file mode 100644 index 0000000000..58fc29b9a6 Binary files /dev/null and b/enterprise/velero/2.0.0/charts/velero-5.2.0.tgz differ diff --git a/enterprise/velero/2.0.0/ix_values.yaml b/enterprise/velero/2.0.0/ix_values.yaml new file mode 100644 index 0000000000..f72443a5ca --- /dev/null +++ b/enterprise/velero/2.0.0/ix_values.yaml @@ -0,0 +1,73 @@ +backupStorageLocation: [] +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/alpine + tag: latest@sha256:17cd77e25d3fa829d168caec4db7bb5b52ceeb935d8ca0d1180de6f615553dc4 +manifestManager: + enabled: false +operator: + register: true +portal: + open: + enabled: false +schedules: [] +service: + main: + enabled: false + ports: + main: + enabled: false +velero: + configuration: + backupStorageLocation: [] + volumeSnapshotLocation: [] + deployNodeAgent: true + initContainers: + - image: openebs/velero-plugin:3.6.0@sha256:9ea3331d891e436a7239e37e68ca4c8888500cb122be7cdc9d8400f345555c76 + imagePullPolicy: IfNotPresent + name: opeebs-velero-plugin + volumeMounts: + - mountPath: /target + name: plugins + - image: velero/velero-plugin-for-csi:v0.6.2@sha256:f0a6f541a24951a21aecbd42d4170e79e138d2f9efdb9e82b6fb14b3effc2d5a + imagePullPolicy: IfNotPresent + name: velero-plugin-for-csi + volumeMounts: + - mountPath: /target + name: plugins + - image: velero/velero-plugin-for-aws:v1.8.2@sha256:edfb14403fc4ee45ac99f34930125869a06465c44ffacaf57e351e477e2c6b53 + imagePullPolicy: IfNotPresent + name: velero-plugin-for-aws + volumeMounts: + - mountPath: /target + name: plugins + namespace: + labels: + - key: pod-security.kubernetes.io/enforce + value: privileged + - key: pod-security.kubernetes.io/enforce-version + value: latest + - key: pod-security.kubernetes.io/audit + value: privileged + - key: pod-security.kubernetes.io/audit-version + value: latest + - key: pod-security.kubernetes.io/warn + value: privileged + - key: pod-security.kubernetes.io/warn-version + value: latest + nodeAgent: + podVolumePath: /var/lib/kubelet/pods + privileged: true + resources: + limits: + cpu: 2000m + memory: 2048Mi + resources: + limits: + cpu: 4000m + memory: 4Gi + schedules: {} +volumeSnapshotLocation: [] +workload: + main: + enabled: false diff --git a/enterprise/velero/2.0.0/questions.yaml b/enterprise/velero/2.0.0/questions.yaml new file mode 100644 index 0000000000..fd0cf26a87 --- /dev/null +++ b/enterprise/velero/2.0.0/questions.yaml @@ -0,0 +1,325 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: backupStorageLocationList + group: "App Configuration" + label: "Backup Storage Locations" + schema: + type: list + default: [] + items: + - variable: bslEntry + label: "Backup Storage Location" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + default: "default" + - variable: provider + label: "Provider" + schema: + type: string + required: true + default: "" + - variable: accessMode + label: "accessMode" + schema: + type: string + required: true + default: "ReadWrite" + - variable: objectStorage + label: objectStorage + schema: + additional_attrs: true + type: dict + attrs: + - variable: bucket + label: "bucket" + schema: + type: string + required: true + default: "" + - variable: prefix + label: "prefix" + schema: + type: string + default: "" + - variable: credential + label: credential + schema: + additional_attrs: true + type: dict + attrs: + - variable: aws + label: aws + schema: + additional_attrs: true + type: dict + attrs: + - variable: id + label: "id" + schema: + type: string + default: "" + - variable: key + label: "key" + schema: + type: string + default: "" + - variable: s3 + label: s3 + schema: + additional_attrs: true + type: dict + attrs: + - variable: id + label: "id" + schema: + type: string + default: "" + - variable: key + label: "key" + schema: + type: string + default: "" + - variable: config + label: config + schema: + additional_attrs: true + type: dict + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: s3ForcePathStyle + label: "s3ForcePathStyle" + schema: + type: string + default: "" + - variable: s3Url + label: "s3Url" + schema: + type: string + default: "" + - variable: kmsKeyId + label: "kmsKeyId" + schema: + type: string + default: "" + - variable: resourceGroup + label: "resourceGroup" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: publicUrl + label: "publicUrl" + schema: + type: string + default: "" + - variable: insecureSkipTLSVerify + label: "insecureSkipTLSVerify" + schema: + type: string + default: "" + - variable: volumeSnapshotLocationList + group: "App Configuration" + label: "volume Snapshot Locations" + schema: + type: list + default: [] + items: + - variable: vslEntry + label: "volume Snapshot Location" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + default: "default" + - variable: provider + label: "Provider" + schema: + type: string + required: true + default: "" + - variable: credential + label: credential + schema: + additional_attrs: true + type: dict + attrs: + - variable: aws + label: aws + schema: + additional_attrs: true + type: dict + attrs: + - variable: id + label: "id" + schema: + type: string + default: "" + - variable: key + label: "key" + schema: + type: string + default: "" + - variable: s3 + label: s3 + schema: + additional_attrs: true + type: dict + attrs: + - variable: id + label: "id" + schema: + type: string + default: "" + - variable: key + label: "key" + schema: + type: string + default: "" + - variable: config + label: config + schema: + additional_attrs: true + type: dict + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: apiTimeout + label: "apiTimeout" + schema: + type: string + default: "" + - variable: resourceGroup + label: "resourceGroup" + schema: + type: string + default: "" + - variable: incremental + label: "incremental" + schema: + type: string + default: "" + - variable: snapshotLocation + label: "snapshotLocation" + schema: + type: string + default: "" + - variable: project + label: "project" + schema: + type: string + default: "" + + - variable: schedules + group: "App Configuration" + label: "Pre-Defined Backup Schedules" + schema: + type: dict + additional_attrs: true + attrs: + - variable: default + label: "Default Schedule" + schema: + type: dict + additional_attrs: true + attrs: + - variable: disabled + label: "disabled" + schema: + type: boolean + default: true + - variable: schedule + label: "schedule" + schema: + type: string + required: true + default: "" + - variable: useOwnerReferencesInBackup + label: "useOwnerReferencesInBackup" + schema: + type: boolean + default: false + - variable: template + label: template + schema: + additional_attrs: true + type: dict + attrs: + - variable: ttl + label: "ttl" + schema: + type: string + required: true + default: "240h" + - variable: storageLocation + label: "storageLocation" + schema: + type: string + required: true + default: "default" diff --git a/stable/scrypted/1.3.1/templates/NOTES.txt b/enterprise/velero/2.0.0/templates/NOTES.txt similarity index 100% rename from stable/scrypted/1.3.1/templates/NOTES.txt rename to enterprise/velero/2.0.0/templates/NOTES.txt diff --git a/enterprise/velero/2.0.0/templates/common.yaml b/enterprise/velero/2.0.0/templates/common.yaml new file mode 100644 index 0000000000..995efb03eb --- /dev/null +++ b/enterprise/velero/2.0.0/templates/common.yaml @@ -0,0 +1,5 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . }} + +{{/* Render the templates */}} +{{ include "tc.v1.common.loader.apply" . }} diff --git a/stable/scrypted/1.3.1/values.yaml b/enterprise/velero/2.0.0/values.yaml similarity index 100% rename from stable/scrypted/1.3.1/values.yaml rename to enterprise/velero/2.0.0/values.yaml diff --git a/stable/scrypted/1.3.1/app-changelog.md b/stable/scrypted/1.3.1/app-changelog.md deleted file mode 100644 index 6aaad3ce64..0000000000 --- a/stable/scrypted/1.3.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [scrypted-1.3.1](https://github.com/truecharts/charts/compare/scrypted-1.3.0...scrypted-1.3.1) (2023-12-16) - -### Chore - -- update helm general non-major ([#14784](https://github.com/truecharts/charts/issues/14784)) - - \ No newline at end of file diff --git a/stable/scrypted/1.3.1/CHANGELOG.md b/stable/scrypted/1.4.0/CHANGELOG.md similarity index 90% rename from stable/scrypted/1.3.1/CHANGELOG.md rename to stable/scrypted/1.4.0/CHANGELOG.md index 5286a99d97..d0a38fe1e6 100644 --- a/stable/scrypted/1.3.1/CHANGELOG.md +++ b/stable/scrypted/1.4.0/CHANGELOG.md @@ -4,6 +4,11 @@ +## [scrypted-1.4.0](https://github.com/truecharts/charts/compare/scrypted-1.3.1...scrypted-1.4.0) (2023-12-16) + + + + ## [scrypted-1.3.1](https://github.com/truecharts/charts/compare/scrypted-1.3.0...scrypted-1.3.1) (2023-12-16) ### Chore diff --git a/stable/scrypted/1.3.1/Chart.yaml b/stable/scrypted/1.4.0/Chart.yaml similarity index 89% rename from stable/scrypted/1.3.1/Chart.yaml rename to stable/scrypted/1.4.0/Chart.yaml index 48854f9708..949bd99649 100644 --- a/stable/scrypted/1.3.1/Chart.yaml +++ b/stable/scrypted/1.4.0/Chart.yaml @@ -1,8 +1,8 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: scrypted -version: 1.3.1 -appVersion: 0.59.0 +version: 1.4.0 +appVersion: 0.68.0 description: Scrypted is a high performance home video integration and automation platform. @@ -10,9 +10,8 @@ home: https://truecharts.org/charts/stable/scrypted icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrypted.png deprecated: false sources: - - https://github.com/koush/scrypted - https://github.com/truecharts/charts/tree/master/charts/stable/scrypted - - https://github.com/truecharts/containers/tree/master/mirrorscrypted-thin + - https://github.com/koush/scrypted maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/scrypted/1.3.1/README.md b/stable/scrypted/1.4.0/README.md similarity index 100% rename from stable/scrypted/1.3.1/README.md rename to stable/scrypted/1.4.0/README.md diff --git a/stable/scrypted/1.4.0/app-changelog.md b/stable/scrypted/1.4.0/app-changelog.md new file mode 100644 index 0000000000..0c997b4465 --- /dev/null +++ b/stable/scrypted/1.4.0/app-changelog.md @@ -0,0 +1,4 @@ + + +## [scrypted-1.4.0](https://github.com/truecharts/charts/compare/scrypted-1.3.1...scrypted-1.4.0) (2023-12-16) + diff --git a/stable/scrypted/1.3.1/app-readme.md b/stable/scrypted/1.4.0/app-readme.md similarity index 100% rename from stable/scrypted/1.3.1/app-readme.md rename to stable/scrypted/1.4.0/app-readme.md diff --git a/stable/scrypted/1.3.1/charts/common-14.5.0.tgz b/stable/scrypted/1.4.0/charts/common-14.5.0.tgz similarity index 100% rename from stable/scrypted/1.3.1/charts/common-14.5.0.tgz rename to stable/scrypted/1.4.0/charts/common-14.5.0.tgz diff --git a/stable/scrypted/1.3.1/ix_values.yaml b/stable/scrypted/1.4.0/ix_values.yaml similarity index 67% rename from stable/scrypted/1.3.1/ix_values.yaml rename to stable/scrypted/1.4.0/ix_values.yaml index 033c6a4304..69e2e4ce2d 100644 --- a/stable/scrypted/1.3.1/ix_values.yaml +++ b/stable/scrypted/1.4.0/ix_values.yaml @@ -1,14 +1,14 @@ image: - repository: tccr.io/truecharts/scrypted-thin + repository: koush/scrypted pullPolicy: IfNotPresent - tag: v0.59.0@sha256:2c280da7178342c224831121cfe43b60ea1f71a7922985bc8aee56d68f006a07 + tag: 20-jammy-thin-v0.59.0@sha256:067116150b465690ca2792e53139b2b59a4682717599840cb2445a799f1bba90 liteImage: - repository: tccr.io/truecharts/scrypted-lite - tag: v0.59.0@sha256:8d4dc4a6482073c2ac9885529d36ce05b7e92c2451e7878a85f9bef4e2f9deb6 + repository: koush/scrypted + tag: 18-jammy-lite-v0.68.0@sha256:a4d88a716cc34a83a059a74bc47e1ad8a07837e54d0be09c5e448cdc345429a5 pullPolicy: Always fullImage: - repository: tccr.io/truecharts/scrypted-full - tag: v0.59.0@sha256:85bc2bff2bb9a1d5edb2dfddcf402c6b32073371f38085941e8edf1051ec503b + repository: koush/scrypted + tag: 18-jammy-full-v0.68.0@sha256:5141deb953a77aacf867a48973aa5599071de989338c81733186b62f0c17da27 pullPolicy: Always securityContext: diff --git a/stable/scrypted/1.3.1/questions.yaml b/stable/scrypted/1.4.0/questions.yaml similarity index 100% rename from stable/scrypted/1.3.1/questions.yaml rename to stable/scrypted/1.4.0/questions.yaml diff --git a/stable/scrypted/1.4.0/templates/NOTES.txt b/stable/scrypted/1.4.0/templates/NOTES.txt new file mode 100644 index 0000000000..efcb74cb77 --- /dev/null +++ b/stable/scrypted/1.4.0/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/scrypted/1.3.1/templates/common.yaml b/stable/scrypted/1.4.0/templates/common.yaml similarity index 100% rename from stable/scrypted/1.3.1/templates/common.yaml rename to stable/scrypted/1.4.0/templates/common.yaml diff --git a/stable/scrypted/1.4.0/values.yaml b/stable/scrypted/1.4.0/values.yaml new file mode 100644 index 0000000000..e69de29bb2